Hi
I have a question related to a form.
I have this code on one of my pages but
what I want to do is when someone completes
the form it sends me an email with their
details
I also want to include a spot for them to
insert their email address
What code would I need to add to make this happen
Appreciate any help
Voda domain: uvzapit.com
The code:
<center><form action="http://www.barryalger.com/viraltweeters/viraltweets.php" method="post"><input name="twitter_redirect" value="http://doyoutweet.weebly.com" type="hidden"><style>.viraltweet { padding:8px; width:310px; border:1px solid #CCCCCC; font-family:Courier; font-size:10pt;}.vt_input {width:155px;}.twitter_message { width:300px; height:60px;}.twitter_follow { margin:10px 0 10px; padding:3px; border:1px dotted GRAY; background-color:#F1F1F1;}.vt_caption { font-family:Arial; font-size:8pt; color:gray; text-align:center;}.vt_aff { padding:8px; width:300px; text-align:right; font-family:Arial; font-size:8pt; }</style><div class="viraltweet">Twitter Username: <input class="vt_input" name="twitter_username" type="text"><br>Twitter Password: <input class="vt_input" name="twitter_password" type="password"><br><br><textarea class="twitter_message" name="msg_placeholder" disabled="true">How we make 3,000 a month on Twitter using a FREE affiliate program (Already Twitter Tested) http://twitterrevealed.weebly.com</textarea><br><input name="twitter_message" value="How we make 3,000 a month on Twitter using a FREE affiliate program (Already Twitter Tested) http://twitterrevealed.weebly.com" type="hidden"><div class="twitter_follow">Follow @aussiebaz? <input name="twitter_follow" checked="checked" type="checkbox"></div><input name="twitter_follow_name" value="aussiebaz" type="hidden"><div align="center"><br><input value="Tweet Now!" type="submit"></div><span class="vt_caption">This information is not stored and only one tweet will be sent</span></div> <div class="vt_aff">Powered by <a href="http://isellstuff.viraltweets.hop.clickbank.net/" target="_blank">Viral Tweets</a></div> </form><!-- www.**********.com Analytics Code --><script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script><noscript><a href='http://www.hosting24.com/'><img src='http://analytics.hosting24.com/count.php' alt='web hosting' /></a></noscript><!-- End Of Code --></center>
I have a question related to a form.
I have this code on one of my pages but
what I want to do is when someone completes
the form it sends me an email with their
details
I also want to include a spot for them to
insert their email address
What code would I need to add to make this happen
Appreciate any help
Voda domain: uvzapit.com
The code:
<center><form action="http://www.barryalger.com/viraltweeters/viraltweets.php" method="post"><input name="twitter_redirect" value="http://doyoutweet.weebly.com" type="hidden"><style>.viraltweet { padding:8px; width:310px; border:1px solid #CCCCCC; font-family:Courier; font-size:10pt;}.vt_input {width:155px;}.twitter_message { width:300px; height:60px;}.twitter_follow { margin:10px 0 10px; padding:3px; border:1px dotted GRAY; background-color:#F1F1F1;}.vt_caption { font-family:Arial; font-size:8pt; color:gray; text-align:center;}.vt_aff { padding:8px; width:300px; text-align:right; font-family:Arial; font-size:8pt; }</style><div class="viraltweet">Twitter Username: <input class="vt_input" name="twitter_username" type="text"><br>Twitter Password: <input class="vt_input" name="twitter_password" type="password"><br><br><textarea class="twitter_message" name="msg_placeholder" disabled="true">How we make 3,000 a month on Twitter using a FREE affiliate program (Already Twitter Tested) http://twitterrevealed.weebly.com</textarea><br><input name="twitter_message" value="How we make 3,000 a month on Twitter using a FREE affiliate program (Already Twitter Tested) http://twitterrevealed.weebly.com" type="hidden"><div class="twitter_follow">Follow @aussiebaz? <input name="twitter_follow" checked="checked" type="checkbox"></div><input name="twitter_follow_name" value="aussiebaz" type="hidden"><div align="center"><br><input value="Tweet Now!" type="submit"></div><span class="vt_caption">This information is not stored and only one tweet will be sent</span></div> <div class="vt_aff">Powered by <a href="http://isellstuff.viraltweets.hop.clickbank.net/" target="_blank">Viral Tweets</a></div> </form><!-- www.**********.com Analytics Code --><script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script><noscript><a href='http://www.hosting24.com/'><img src='http://analytics.hosting24.com/count.php' alt='web hosting' /></a></noscript><!-- End Of Code --></center>
Comment