I need to implement interactive forms within EE rendered web pages where key elements include:
o First picking up custom user membership fields based on user sign-on,
o Then using that key information to access records from custom MySQL tables
o Using PHP scripting.
First of all, I’m new to setting up interactive forms using PHP and MySQL. But my impression is that you need two web pages for any given form—one to display the initial form for input, and then a second to process the input as launched the first page’s submit button.
So I have these questions:
1. How do you serve up and render these two pages within EE?
2. What effect does the EE PHP before and after option have on doing forms as…
- I need to pre-populate initial field values before displaying the form, and
- I need to still kick off the process script following submit.
3. Is there working example code available off which I could pattern?
Many, many thanks. Larry A.