Submit form using ahref
Moderator: General Moderators
-
snehathomas184
- Forum Newbie
- Posts: 7
- Joined: Tue May 27, 2014 3:40 am
Submit form using ahref
Am using button created using css...How to submit the form using this button in php?
Re: Submit form using ahref
A button's default behaviour is to submit the form, so you shouldn't need to do anything. You could attach a JS listener to it and have it submit on click.