I am using jQuery to submit a form when a button is clicked. I would then like to test the value of the button, however, this doesn\'t get submitted in Safari and Chrome. Wh
Try like this to send a button as submit by catching a hidden input.
PHP:
and html:
Send