Rendering a php/html page with data
-
Hi there, this is the first time I’m building a plugin. In this plugin I made a function that renders a form by doing
require 'views/form.php'
which gets placed on a Register page withinthe_content
. Although when a user submits the form, I want the form to be able to render again, but with errors shown at the right places, in case a user missed an input field or so. So I’m basically trying to render a form, and want to be able to render it again after submit with errors, in case a validation fails
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Rendering a php/html page with data’ is closed to new replies.