This content has been marked as final.
Show 2 replies
-
1. Re: Default button in form
j_caito Jun 5, 2012 1:07 PM (in response to Phinehas1234)You should be able to capture the button press with javascript and set the action type before submission.
-
2. Re: Default button in form
Dan Bracuk Jun 5, 2012 2:00 PM (in response to Phinehas1234)Make the search button an input of type = submit. Make the Send button an input of type = button and write an onclick event for it.

