Page 1 of 1

Submit form using ahref

Posted: Wed Jul 09, 2014 5:41 am
by snehathomas184
Am using button created using css...How to submit the form using this button in php?

Re: Submit form using ahref

Posted: Wed Jul 09, 2014 5:45 am
by Celauran
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.