Forum Moderators: open
Thanks!
Keith
If, however, you just want to mess around with what the user has entered and present it back to them on another page (without anything getting back to the server), then you can get away with just some client-side JavaScript, but nothing will be stored anywhere, apart from perhaps a cookie on the users machine?!
I've not used "FormMail Clone" - but I'm guessing it's a Perl script that runs on the server. Many aspects of getting input from the user will be similar... validation... reject it... accept it... store it (Database)... return output to user.
Hhhmmm, does that help?! Do you have a specific task in mind?