Put a hidden field in the form and give it the same name as the forms

eg
<input type="hidden" name="form_name" value="sign_up_form">

I'm pretty sure the form name is not sent to the server - but i may be wrong

pete

Amanda McComb wrote:
If I have multiple forms on a page, and each form has it's own name, how
can I tell which form has submitted?



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to