Creating a Mail Form with PHP and Flash - Part 2 - Page 12
(Page 13 of 14 )
Rather than just a basic Thank you as before, the Thank you page now also contains all the information the user has entered.

This is quite simple to achieve

Above we have 2 text fields the name text field has been selectedBelow are the options that have been selected for this text field.

Instead of Input Text, this time we have selected Dynamic Text and the variable name must be the same as the variable you wish to display in the field.In the case of the title field the variable name of the field would be /:titleOK that's us nearly finished just a quick look at the PHP form which we are using to send it and that's it.
Next: The End >>
More Miscellaneous Articles
More By Codewalkers