24 Nov 2015
Dynamically change the form action using JavaScript
<a onclick=”$(‘form’).attr(‘action’, ‘http://bestonetechnologies.com/’); $(‘form’).submit();” title=”submit form”>
on anchor tag dynamically change the form action and submit using JavaScript
</a>