coding question, need help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • aussiebaz
    First Lieutenant

    • Jan 2007
    • 175

    coding question, need help

    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>
  • navaldesign
    General & Forum Moderator

    • Oct 2005
    • 12080

    #2
    Re: coding question, need help

    In other words, you want TWO submissions ? one to the site that is in the form action and one to you ?

    If yes, you need to need a specific script that will FIRST send the details to you and then submit the same details to barryalger.com

    This can be done easily using the CURL library commands but you need to have php experience to do this, as you can't use the built in form processor for the first submission.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

    Comment

    Working...
    X