Forms and Unique Output
-
I’m trying to build a website, and for now I’d like to use WordPress because I’m familiar with it, but I’m not sure if it can do what I need it to.
The site will rely heavily on forms. The user will input data into a list of text fields. Then when done, those entries will be inserted into a separate, pre-written document; a fill-in-the-blanks kind of thing.
I could use separate posts/pages to accomplish this, I think – send the form input from one to the other using PHP/MySQL – but I would like to be able to save or archive all of the various outputs, so each URL will need to be unique. There will be many different documents, but each one could have dozens of different outputs.
Can WordPress do something like this, or is WP the wrong platform for such a site?
- The topic ‘Forms and Unique Output’ is closed to new replies.