Results 1 to 16 of 16

Thread: Form not submitting info to my e-mail
      
   

  1. #1
    mlcon34 is offline Private
    Join Date
    Jun 2008
    Posts
    4

    Question Form not submitting info to my e-mail

    Hello
    I have created a form using form wizard - form shows up fine, allows user to submit information but when they press submit, it goes to "page not found" page - so I am obviously missing something - I have saved page as php - watched tutorials - can someone please help me - thanks!

    www.reelinginadream.org

    Marylou

  2. #2
    mlcon34 is offline Private
    Join Date
    Jun 2008
    Posts
    4

    Default Re: Form not submitting info to my e-mail

    Let me update - my form finds the success page now but I am not receiving e-mails from the form - am I missing a step - basically I need to know what I might have done wrong or what I might be missing to receive the form in my e-mail....Tx.

    www.reelinginadream.org

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

    Default Re: Form not submitting info to my e-mail

    if you see the Thank you page, the ONLY possible reasons are:
    1. Misstyped email address
    2. Mail blocked by your ISP or finished in your spam / junk folder

    Try using a email address within your own domain, and see if it makes it to your own webmail. If it gets there but not on your desktop, it can only be your ISP blocking it or bad settings on your own email client (Outlook Express or other)
    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!


  4. #4
    asamboy is offline Sergeant First Class
    Join Date
    Nov 2007
    Location
    MALAYSIA
    Posts
    59

    Default Re: Form not submitting info to my e-mail

    Hello, this topic relate to my problem.

    My contact form is working, i get email from sender. But when visitor press submit button, it goes to "page not found" 404 bla bla bla. The Thank You page not appear. Can somebody help me? Thanks

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

    Default Re: Form not submitting info to my e-mail

    As said above: misstyped thank you page URL. Itshould be either the FULL URL http://www.domainname/thankyoupage.html or ONLY thankyou.html .

    Don't type it as www.domainname/thankyou.html , it will result in error.
    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!


  6. #6
    asamboy is offline Sergeant First Class
    Join Date
    Nov 2007
    Location
    MALAYSIA
    Posts
    59

    Default Re: Form not submitting info to my e-mail

    NAVALDESIGN> Thank you for your info, very helpfull.

  7. #7
    juliatrops is offline Private First Class
    Join Date
    Sep 2008
    Posts
    5

    Default Re: Form not submitting info to my e-mail

    Hi there, I am having an issue similar to this, and I have searched the forum to try to find the answer, but no luck.

    Here is the form I have -
    http://www.juliatrops.com/diamante/c...ontactform.php

    I am on ******* and have to use a webformmailer.php to process the page, and I would like to have
    http://www.juliatrops.com/diamante/contact/thankyou.php

    show up when the submit button is pressed.

    Here is the problem. My form does not submit to email. I am sure I am missing something, but I can not figure out what.

    Do you need to see the webformmailer.php? I dont think I changed anything in there except for the landing page at the very bottom of the file, but it does not seem to be activated.

    Any help would be most terrifically appreciated.
    Thank you.

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

    Default Re: Form not submitting info to my e-mail

    Since you are not on a VodaHost account, i can't know what your script does or how it behaves. I don't even know if your hoster (or hosting account) supports php.

    And of course there is no way to say anything without seeing the code.

    Further more, the two links you provided above result "prohibited" : (You have no prmissions to access ... on this server)
    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!


  9. #9
    juliatrops is offline Private First Class
    Join Date
    Sep 2008
    Posts
    5

    Default Re: Form not submitting info to my e-mail

    Hi sorry, I didnt realize this was just for voda account users, I should have. I did a search on form php mail submit, and came here.

    Yes, my hosting acct has php, Hosting account 2.0 with GDddy.

    I am not sure why it would say no access - would you consider trying again? No worries if not. Thank you though for your response.

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

    Default Re: Form not submitting info to my e-mail

    Seems like your form action is wrong (or the script is missing)
    Remove the slash from action="/webformmailer.php" and test again. Make sure that you have uploaded the php script in the same folder where your form page is
    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!


  11. #11
    juliatrops is offline Private First Class
    Join Date
    Sep 2008
    Posts
    5

    Default Re: Form not submitting info to my e-mail

    Hi there I changed to no slash in front of webformmailer, and no difference. I've also tried a complete name including http, ../directory etc.
    Yes, the webformmailer.php is in the same directory as the form.

    <form id="bid" name="bid" action="webformmailer.php" method="post" >
    <input type="hidden" name="form_order" value="alpha"/>
    <input type="hidden" name="form_delivery" value="hourly"/>
    <input type="hidden" name="form_format" value="csv"/>


    <span id="sprytextfield1"><label>Your email

    <input type="text" name="email" id="text1" />
    <span class="textfieldRequiredMsg">ie yourname@domain.com.</span>
    </label></span>

    <p>
    <label>Subject
    <input name="subject" type="subject" id="subject" value="Bid for Gallerie Diamante artwork" size="40" />
    </label>
    </p>
    <p>
    <span id="sprytextfield2"><label>Artwork code

    <input type="text" name="artwork" id="text2" /><span class="textfieldRequiredMsg">Please enter the artwork name.</span> </label></span>
    </p>

    <p>
    <span id="sprytextfield3">
    <label>Bid amount CDN

    <input type="text" name="bid" id="text3" />
    <span class="textfieldRequiredMsg">In Canadian Dollars.</span> </label> </span> </p>
    <p>
    <span id="sprytextfield4"><label>Your phone number for bid confirmation
    <input type="text" name="phone" id="phone" />
    <span class="textfieldRequiredMsg">ie 250-717-5304.</span> </label></span>
    </p>
    <p>
    <span id="sprycheckbox1"><label>
    <input type="checkbox" name="rules" id="checkbox1" />
    <span class="checkboxRequiredMsg">Please check the box.</span>You confirm that you have read the <a href="/diamante/howtobid/howtobid.html" target="_blank" class="style1">bidding rules (opens a new window)</a> and agree to accept them.</label></span>
    </p>
    <p>
    <label>
    <input type="radio" name="radio" id="newsletter" value="newsletter" />
    Please add me to your newsletter (sent via ConstantContact). I understand I may opt out at any time.</label>
    <a href="/diamante/privacy/privacy.html" target="_blank" class="style1">Please see our Privacy Policy for more information (opens a new window).</a></p>
    <br/>
    PHP Code:
    php for captcha 
    <input type="submit" value="Submit" />
    <input type="reset" value="Reset" />

    </form>

    <form action="" method="post"><input name="email" type="hidden" value="juliatrops******.com" />
    <input type="hidden" name="redirect" value="../diamante/contact/thankyou.php" />

    </form>

    There is a captcha snippet in between the form method post.

  12. #12
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Form not submitting info to my e-mail

    I dont mean to be mean, but why are you not asking these questions at formmailer or your hosting companies forum.

    You could get a quicker answer, as Navaldesign can get very tied up with answering and preparing scripts for the members of vodahost.

  13. #13
    juliatrops is offline Private First Class
    Join Date
    Sep 2008
    Posts
    5

    Default Re: Form not submitting info to my e-mail

    Quote Originally Posted by davidundalicia View Post
    I dont mean to be mean, but why are you not asking these questions at formmailer or your hosting companies forum.

    You could get a quicker answer, as Navaldesign can get very tied up with answering and preparing scripts for the members of vodahost.
    Hi thank you, yes, I did already. They dont help with third party scripts.

    I read through some of the posts in the forum, and thought it was an open one for anyone to ask, and it seemed friendly.

    I will go somewhere else. Thankyou anyway.

    Julia

    ps. I looked for help for webformmailer - is it just called formmailer? I will look again on the web. thank you.

  14. #14
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Form not submitting info to my e-mail

    Sorry Julia, George may popin a little later........I was just trying not to keep you waiting.

  15. #15
    juliatrops is offline Private First Class
    Join Date
    Sep 2008
    Posts
    5

    Default Re: Form not submitting info to my e-mail

    Hi there, no worries thank you.
    I did do another search and found formmail on the web from tectite. It was wonderful to use, and I am up and running, it is just a little slow.
    Thank you!
    Julia

  16. #16
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Form not submitting info to my e-mail

    She who helps herself gets the cookies............................way to go Julia.

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