Announcement

Collapse
No announcement yet.

form only partially working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • form only partially working

    Hi there
    I am using Blue Voda on a free webhost 110mb.com and am using it for submitting email details: www.healwithheather.110mb.com/stresstest.htm
    If you fill in the form everything works fine in that it submits and you go to the next page. I followed the instructions on the tutorial to the letter. However the email that comes back to me only has:

    Values submitted from stress test form :nname : email : Submit :

    In other words, the things that were filled in did not come back to me, only the names of the text boxes. What am I doing wrong?

    Thanks
    Heather

  • #2
    Re: form only partially working

    Why don't you post here the php code that you use ?
    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


    • #3
      Re: form only partially working

      Heather,

      BV web builder is designed to work ONLY WITH Voda Host servers. Trying to convert the HTML from the BV web builder and trying to make it work on another server is frought with problems. I am not even sure if the terms of service permit that-- but am unsure on that point.

      You will be back-figuring many problems doing it this way.

      Andy
      PHP- is a blast!

      Comment


      • #4
        Re: form only partially working

        The code for my stressaction.php page is as follows.
        I realise that using blue voda with another host is frought with problems, but my new year's resolution is to get out of debt and this one is for free. If it doesn't work in the end I will have to try another site builder.




        <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
        <html>
        <head>
        <title>Stress Action</title>
        <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type" />
        <meta content="Heather Step" name="AUTHOR" />
        <meta content="stress, thank you." name="KEYWORDS" />
        <meta content="Thank you page for submitting email." name="DESCRIPTION" />
        <meta content="Created by BlueVoda" name="GENERATOR" /><style type="text/css">

        img { behavior: url("pngfix.***"); }</style>
        </head>
        <body text="#000000" bgcolor="#ffffff">
        <?PHP
        $mailto = "heatherss******.com";
        $email = $HTTP_POST_VARS['email'];
        if ($email == "") {
        $email = $mailto;
        }
        $mailsubj = "Stress Test form submitted";
        $mailhead = "From: $emailn";
        reset ($HTTP_POST_VARS);
        $mailbody = "Values submitted from stress test form :n";
        while (list ($key, $val) = each ($HTTP_POST_VARS))
        {
        if ($key!="submit")
        {
        $mailbody .= "$key : $valn";
        }
        }
        mail($mailto, $mailsubj, $mailbody, $mailhead);
        ?>
        <p><input id="ImageButton1" style="left: 257px; width: 700px; position: absolute; top: 2px; height: 600px" type="image" height="600" width="700" src="m_022.gif" name="" /></p>
        <div id="bv_" style="z-index: 1; left: 108px; width: 150px; position: absolute; top: 154px; height: 536px" align="left">
        <table id="Table1" cellspacing="1" cellpadding="0" width="100%" border="1">
        <tbody>
        <tr>
        <td valign="top" align="left" width="146" height="28"><font style="font-size: 21px" face="Arial" color="#800080"><a href="<A href="http://www.healwithheather.110mb.com/index.htm">Home</a></font></td">http://www.healwithheather.110mb.com/index.htm">Home</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="28"><font style="font-size: 21px" face="Arial" color="#7b7bc0"><a href="<A href="http://www.healwithheather.110mb.com/AboutHeather.htm">About">http://www.healwithheather.110mb.com/AboutHeather.htm">About Heather</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="28"><font style="font-size: 21px" face="Arial" color="#800080"><a href="<A href="http://www.healwithheather.110mb.com/contactme.htm">Contact">http://www.healwithheather.110mb.com/contactme.htm">Contact Me</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="28"><font style="font-size: 21px" face="Arial" color="#7b7bc0"><a href="<A href="http://www.healwithheather.110mb.com/disclaimer">Disclaimer</a></font></td">http://www.healwithheather.110mb.com/disclaimer">Disclaimer</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="28"><font style="font-size: 21px" face="Arial" color="#800080"><a href="<A href="http://www.healwithheather.110mb.com/shop.htm">Shopping">http://www.healwithheather.110mb.com/shop.htm">Shopping cart</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="28"><font style="font-size: 21px" face="Arial" color="#7b7bc0"><a href="./Freestuff.html">Free Stuff</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="26">&nbsp;</td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="34"><font style="font-size: 13px" face="Arial" color="#0000ff"><a href="file://../../heather step personal/counselling/heal with Heather website/Actual site/Emotional Freedom Techniques.doc">Emotional Freedom Techniques</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="26"><font style="font-size: 13px" face="Arial" color="#7b7bc0">Panic Attacks:</font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="26"><font style="font-size: 13px" face="Arial" color="#7b7bc0"><a href="<A href="http://www.healwithheather.110mb.com/panic.htm">All">http://www.healwithheather.110mb.com/panic.htm">All About Panic Attacks</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="26"><font style="font-size: 13px" face="Arial" color="#7b7bc0"><a href="<A href="http://www.healwithheather.110mb.com/paniceft">EFT">http://www.healwithheather.110mb.com/paniceft">EFT for Panic</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="26"><font style="font-size: 13px" face="Arial" color="#7b7bc0"><a href="<A href="http://www.healwithheather.110mb.com/paniceb.htm">Free">http://www.healwithheather.110mb.com/paniceb.htm">Free Ebook</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="26"><font style="font-size: 13px" face="Arial" color="#7b7bc0"><a href="<A href="http://heatherss.panicaway.hop.clickbank.net/?tid=BREATHE">Solutions</a></font></td">http://heatherss.panicaway.hop.clickbank.net/?tid=BREATHE">Solutions</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="26"><font style="font-size: 13px" face="Arial" color="#7b7bc0">Childlessness:</font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="26"><font style="font-size: 13px" face="Arial" color="#009300"><a href="<A href="http://www.healwithheather.110mb.com/childless.htm">About">http://www.healwithheather.110mb.com/childless.htm">About Childlessness</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="26"><font style="font-size: 13px" face="Arial" color="#40e0d0"><a href="<A href="http://www.healwithheather.110mb.com/subliminals.htm">Subliminals</a></font></td">http://www.healwithheather.110mb.com/subliminals.htm">Subliminals</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="26"><font style="font-size: 13px" face="Arial" color="#7b7bc0">Stress:</font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="26"><font style="font-size: 13px" face="Arial" color="#800080"><a href="<A href="http://www.healwithheather.110mb.com/stresstest.htm">Stress">http://www.healwithheather.110mb.com/stresstest.htm">Stress Test</a></font></td>
        </tr>
        <tr>
        <td valign="top" align="left" width="146" height="26"><font style="font-size: 13px" face="Arial" color="#800080"><a href="htttp://www.healwithheather.110mb.com/stresscourse.htm">Stress Course</a></font></td>
        </tr>
        </tbody>
        </table>
        </div>
        <p><img style="z-index: 2; left: 109px; width: 152px; position: absolute; top: 3px; height: 155px" height="155" alt="" width="152" align="top" border="0" src="bv01016.png" /></p>
        <div id="bv_" style="z-index: 3; left: 270px; width: 698px; position: absolute; top: 198px; height: 1160px" align="left">
        <table id="Table2" cellspacing="1" cellpadding="0" width="100%" border="1">
        <tbody>
        <tr>
        <td valign="top" align="left" width="694" height="1156"><font style="font-size: 64px" face="Arial" color="#7b7bc0">Thank You!<br />
        <br />
        </font><font style="font-size: 19px" face="Arial" color="#000000">Your information has been submitted to me. <br />
        You will hear from me shortly. <br />
        <br />
        </font><font style="font-size: 13px" face="Arial" color="#000000"><br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        </font></td>
        </tr>
        </tbody>
        </table>
        </div>
        <p>
        <meta content="JYTRUTRNDR" name="SKYPE_FRAMEID" /></p>
        </body>
        <meta content="NEPHIQPNGL" name="SKYPE_FRAMEID" />
        </html>

        Comment


        • #5
          Re: form only partially working

          Your problem is here: you have missed a \

          $mailbody .= "$key : $val\n";
          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


          • #6
            Re: form only partially working

            Just wanted to let you know that the form is working fine now, thank you so much for your help. Looks like the 110mb.com editor has got bugs, but if put it in Notepad and then upload it and don't go into the editor, its fine.

            Comment

            Working...
            X