Submit form using text link rather than submit button
Hi all,
I'm using mailchimps signup box (they don't have a decent forum to ask on) on my website and want to adjust the submit button and change it to a normal link. Here's the button that submit's the form:
- <input value="Get Updates!" type="submit" name="subscribe" id="mc-embedded-subscribe" class="btn">
I want to do two things, firstly put this code onto a normal link (i.e <a></a>) and submit the form data that had been entered. Secondly, once it's submitted the data I want it to redirect to another page (i.e a thank you page).
Can anyone please help?