Results 1 to 2 of 2

Thread: coding question, need help
      
   

  1. #1
    aussiebaz is offline First Lieutenant
    Join Date
    Jan 2007
    Location
    Newcastle , Australia
    Posts
    178

    Default 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>

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default 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!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49