Changing submit button code from input to button
-
I’d like to know if it’s possible to change the markup for the form submission button.
Currently it’s an input type=submit:
<input type="submit" >Is it possible to change it to a button?:
<button type="submit">Submit</button>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Changing submit button code from input to button’ is closed to new replies.