Here's a simple script on using voting button on your landing page:
<center>do you think 50cents will quit?<br>
<input type="radio" name="choices" value="choice">yes
<input type="radio" name="choices" value="choice">no
<form method="link" action="http://www.youCPAoffer.com">
<input type="submit" value="vote now!"></form><br>
</center>
let's rock !!
And I've already generated two leads for $3.
Step your game up n00bs.
Why is anyone not doing this with the republican debate? Seems like an easy poll to create and it seems to be pretty well searched for today? Am I missing something?
Wow, just wow. I've been searching for a niche, and I stumbled upon 2 that nearly copied this post pixel by pixel. Funny shit.
Thanks, but how do you get the page to redirect to the offer once they have voted?
<form action="myphpPoll.php"><h1>Foo?</h1>
[FONT=monospace]<[/FONT]input type="radio" name="myPoll" value="foo">Foo</input>
<input type="radio" name="myPoll" value="bar">Bar</input>
<input type="submit" value="submit" />
[FONT=monospace]<[/FONT]/form>
/* myphpPoll.php */
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://myaffiliatedomain.com/myaffiliatelink.htm");
?>
I dont think this works in Wordpress. Thanks for your help anyway