How to do this ?

AAWebDev

BANNED
Joined
May 20, 2012
Messages
751
Reaction score
79
I want to place a button in a page which will have email field and submit field and after submit, they will be taken to another page.
I tried many plugins giving subscription facility but none has option of redirecting, what should I use ?
 
make your own script.. :-) you mean form box plus submit form --> new page plus the email is saved after "validation" ??? php and html is your bestfriend.
 
Can I just draw peoples attention to his name "AAWebDev" :confused:
 
start with this

<form name="input" action="demo_form_action.asp" method="get">
Username: <input type="text" name="user">
<input type="submit" value="Submit">
</form>


what you are asking is simple.
 
you need a simple redirection script which is very common in search result.Just pick one.
 
http://www.w3schools.com/html/html_forms.asp

Here. This will help

you need a simple redirection script which is very common in search result.Just pick one.

Thanks guys, now I need something more actually, just posted a thread asking paid help
http://www.blackhatworld.com/blackhat-seo/hire-freelancer/687545-need-wp-expert-plugin-finding-modification.html
 
Back
Top