View Single Post
Team Leader
6Feb2008,15:49  
pradeep's Avatar
In case of a button the value is sent over only if it is clicked, so if you want some value to be posted with your form, use :
Code: HTML
<input type="hidden" name="nm" value="val">