Announcement

Collapse
No announcement yet.

Help with Forms

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

  • #16
    Re: Help with Forms

    Originally posted by navaldesign View Post
    I'm Afraid this is not an issue for which VH can help you. VH support is intended more for functionality problems, not for applications created or installed by the clients. If you wish, send me your login details (IP, username, password) and i'll have a look .
    Naval can you help me too? My problem is almost the same. I created two form pages,one works one doesnt.



    The page in question is called presentation.

    code I entered on thank you page is below.

    <?PHP
    $mailto = karen@handdrawnportraitprogram.com;
    $email = $HTTP_POST_VARS['email'];
    if ($email == "") {
    $email = $mailto;
    }
    $mailsubj = appointment;
    $mailhead = "From: $email\n";
    reset ($HTTP_POST_VARS);
    $mailbody = "Values submitted from web site form :\n";
    while (list ($key, $val) = each ($HTTP_POST_VARS))
    {
    if ($key!="submit")
    {
    $mailbody .= "$key : $val\n";
    }
    }
    mail($mailto, $mailsubj, $mailbody, $mailhead);
    ?>

    Comment


    • #17
      Re: Help with Forms

      <?PHP
      $mailto = karen@handdrawnportraitprogram.com;
      $email = $HTTP_POST_VARS['email'];
      if ($email == "") {
      $email = $mailto;
      }
      $mailsubj = "Appointment";
      $mailhead = "From: $email\n";
      reset ($HTTP_POST_VARS);
      $mailbody = "Values submitted from web site form :\n";
      while (list ($key, $val) = each ($HTTP_POST_VARS))
      {
      if ($key!="submit")
      {
      $mailbody .= "$key : $val\n";
      }
      }
      mail($mailto, $mailsubj, $mailbody, $mailhead);
      ?>

      The main problem is that the submit button is outside the form are. You have mail.
      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


      • #18
        Re: Help with Forms

        Naval,
        I'm still having the same problem. The submit button is well in the form lines. When I click on the nav button frm the homepage the submit button on my "presentation" page is way down the bottom.

        Comment


        • #19
          Re: Help with Forms

          Karen,

          as i told you in the emails i have sent you, the misplacing of the two buttons, of the Submit button, and of the bottom link, is due to the fact that the code you have placed in the html box in the right part of your page (the one that links to xoospace.com) IS MISSING THE CLOSING TAG. The correct code to place in there is:

          <a href="http://www.xoospace.com/" title="Myspace Graphics - Hi" target="_blank"><img src="http://xs2.xoospace.com/myspace/graphics/17858.gif" alt="Myspace Graphics - Hi" >

          You are missing that closing tag in RED

          In the page that I HAVE SENT YOU this problem had been fixed. So i don't understand how it is still wrong, unless you have NOT published the page i sent you.
          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


          • #20
            Re: Help with Forms

            I did publish the page you sent me. See for yourself. The submit button is still on the bottom of presentation page. My password to publish has stopped working now. I have a support ticket in to reset.

            Comment


            • #21
              Re: Help with Forms

              Hi Karen, this is NOT the page i sent you. The one i senr you has the code edited and is absolutely ok. Look here: http://www.dbtechnosystems.com/Tips/Presentation.php
              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