Question about form data
-
I have a client who wants to put form data in his posts, so I have him put the <input …> all in, all correct, named, values and so on.
The plugin I created adds the form details, name, email, <form> and </form> etc., When I come to grab the data, and display it by iterating through $_POST, it doesn’t seem to grab the form elements the client has added, but they’re clearly there.
Do I need to treat the data from the post content differently somehow?
The topic ‘Question about form data’ is closed to new replies.