How to replace the submit button with a link without using javascript ? is there any way to add the submit attribute to a link ? because the form will not be sent by a simple li
There is an another way out. Using this method you can use any element to submit a form. Following is an example:
anything
Add a hidden submit button:
This will behave exactly as actual submit button.