Success URL?

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

    • Sep 2009
    • 24

    Success URL?

    It seems the more I do, the more I need y'all's help! :)

    I created a small form on this page in an attempt to get visitor information before they download our links. My question is - I pointed the success URL to the page with the links, but it keeps reverting to a different success page from another form later in the page... What am I doing wrong?

    Also - I can't seem to figure out how to restrict people from just clicking the submit button - I want to make the email box required, but nothing I do seems to be working...

    Thanks in advance!!

    Here's the page: www.taborelliconstruction.com/planroom.php
    Its the first form that I am having trouble with now
  • navaldesign
    General & Forum Moderator

    • Oct 2005
    • 12080

    #2
    Re: Success URL?

    What's the correct success page URL ?

    Have you correctly provided it in the Form Processor properties ?
    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

    • kelsey
      Sergeant

      • Sep 2009
      • 24

      #3
      Re: Success URL?

      This is the page that I want to be designated as the success page:



      And yes, in the Form Properties window, I have that page linked in the box for Success URL.

      Comment

      • navaldesign
        General & Forum Moderator

        • Oct 2005
        • 12080

        #4
        Re: Success URL?

        The script can never redirect to a page that is not provided in the properties. Please take a screenshot of the form processor settings and post it either here or on your site.
        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

        • kelsey
          Sergeant

          • Sep 2009
          • 24

          #5
          Re: Success URL?

          It seems like something may be crossing between the two forms on the page? I was just playing around with the upload form and it looks like that is not sending files properly anymore either.

          Here's a screenshot of the form properties for the top form on the page:


          Thanks for your help with this!

          Comment

          • navaldesign
            General & Forum Moderator

            • Oct 2005
            • 12080

            #6
            Re: Success URL?

            Maybe you have some PHP code in the http://taborelliconstruction.com/t101aplans.php ?

            check by viewing View, Page HTML, and check all possible tags.
            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

            • kelsey
              Sergeant

              • Sep 2009
              • 24

              #7
              Re: Success URL?

              What do I look for in the code?

              I pasted the code here too: taborelliconstruction.com/problem

              Should I be saving the t101aplans.php as html instead?

              Comment

              • navaldesign
                General & Forum Moderator

                • Oct 2005
                • 12080

                #8
                Re: Success URL?

                Download from your site the files t101aplans.php and planroom.php
                Open the files with Notepad, and either post them somewhere on your site or post them here.
                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

                • kelsey
                  Sergeant

                  • Sep 2009
                  • 24

                  #9
                  Re: Success URL?

                  Okay here is the T101A.PHP:

                  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                  <html>
                  <head>
                  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
                  <title>Taborelli Construction</title>
                  <meta name="GENERATOR" content="Created by BlueVoda">
                  <script type="text/javascript">
                  <!--
                  function SwapImage()
                  {
                  var doc=document, args=arguments;
                  doc.$imgSwaps = new Array();
                  for(var i=2; i<args.length; i+=2)
                  {
                  var elem=FindObject(args[i]);
                  if(elem)
                  {
                  doc.$imgSwaps[doc.$imgSwaps.length]=elem;
                  elem.$src=elem.src;
                  elem.src=args[i+1];
                  }
                  }
                  }
                  // -->
                  </script>
                  <script type="text/javascript">
                  <!--
                  function PreloadImages()
                  {
                  var imageObj = new Image();
                  var images = new Array();
                  images[0]="./images/bv01046.gif";
                  images[1]="./images/bv01046_over.gif";
                  images[2]="./images/bv01047.gif";
                  images[3]="./images/bv01047_over.gif";
                  images[4]="./images/bv01005.gif";
                  images[5]="./images/bv01005_over.gif";
                  images[6]="./images/bv01006.gif";
                  images[7]="./images/bv01006_over.gif";
                  images[8]="./images/bv01007.gif";
                  images[9]="./images/bv01007_over.gif";
                  for (var i=0; i<=9; i++)
                  {
                  imageObj.src = images[i];
                  }
                  }
                  // -->
                  </script>
                  <script type="text/javascript">
                  <!--
                  function FindObject(id, doc)
                  {
                  var child, elem;
                  if(!doc)
                  doc=document;
                  if(doc.getElementById)
                  elem=doc.getElementById(id);
                  else
                  if(doc.layers)
                  child=doc.layers;
                  else
                  if(doc.all)
                  elem=doc.all[id];
                  if(elem)
                  return elem;
                  if(doc.id==id || doc.name==id)
                  return doc;
                  if(doc.childNodes)
                  child=doc.childNodes;
                  if(child)
                  {
                  for(var i=0; i<child.length; i++)
                  {
                  elem=FindObject(id,child[i]);
                  if(elem)
                  return elem;
                  }
                  }
                  var frm=doc.forms;
                  if(frm)
                  {
                  for(var i=0; i<frm.length; i++)
                  {
                  var elems=frm[i].elements;
                  for(var j=0; j<elems.length; j++)
                  {
                  elem=FindObject(id,elems[i]);
                  if(elem) return elem;
                  }
                  }
                  }
                  return null;
                  }
                  // -->
                  </script>
                  <style type="text/css">
                  img { behavior: url("pngfix.***"); }
                  </style>
                  </head>
                  <body background="t101aplans_bkgrnd.png" bgcolor="#C0C0C0" text="#000000" link="#00005E">
                  <div id="bv_Shape2" style="position:absolute;left:417px;top:17px;width :551px;height:421px;z-index:0;" align="center">
                  <img src="images/bv01014.png" id="Shape2" align="top" alt="" title="" border="0" width="551" height="421"></div>
                  <div id="bv_Text1" style="position:absolute;left:26px;top:101px;width :368px;height:83px;z-index:1;" align="left">
                  <font style="font-size:27px" color="#000000" face="Impact">TABORELLI<br>
                  CONSTRUCTION, INC.</font><font style="font-size:32px" color="#000000" face="Impact"><br>
                  </font></div>
                  <div id="bv_Text2" style="position:absolute;left:274px;top:141px;widt h:150px;height:20px;z-index:2;" align="left">
                  <font style="font-size:16px" color="#000000" face="Impact"><i>SINCE 1981</i></font></div>
                  <div id="bv_NavigationBar1" style="position:absolute;left:163px;top:82px;width :196px;height:24px;z-index:3;" align="left">
                  <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar1">
                  <tr>
                  <td align="left" valign="top" width="94" height="24"><a href="http://taborelliconstruction.com"><img id="bv01046" src="images/bv01046.gif" alt="" align="top" border="0" width="94" height="24" onmouseover="SwapImage(1,0,'bv01046','images/bv01046_over.gif')" onmouseout="SwapImage(0,0,'bv01046','images/bv01046.gif')"></a></td>
                  <td width="8"></td><td align="left" valign="top" width="94" height="24"><a href="http://taborelliconstruction.com/news"><img id="bv01047" src="images/bv01047.gif" alt="" align="top" border="0" width="94" height="24" onmouseover="SwapImage(1,0,'bv01047','images/bv01047_over.gif')" onmouseout="SwapImage(0,0,'bv01047','images/bv01047.gif')"></a></td>
                  </tr>
                  </table>
                  </div>
                  <div id="bv_Image3" style="overflow:hidden;position:absolute;left:23px ;top:83px;z-index:4" align="left">
                  <img src="images/red with lines.gif" id="Image3" alt="" align="top" border="0" style="width:128px;height:15px;"></div>
                  <div id="bv_Image4" style="overflow:hidden;position:absolute;left:25px ;top:169px;z-index:5" align="left">
                  <img src="images/red with lines.gif" id="Image4" alt="" align="top" border="0" style="width:343px;height:22px;"></div>
                  <div id="bv_Image8" style="overflow:hidden;position:absolute;left:27px ;top:311px;z-index:6" align="left">
                  <img src="images/red with lines.gif" id="Image8" alt="" align="top" border="0" style="width:345px;height:5px;"></div>
                  <div id="bv_Image9" style="overflow:hidden;position:absolute;left:20px ;top:283px;z-index:7" align="left">
                  <img src="images/lunapic-125137704616489(2).gif" id="Image9" alt="" align="top" border="0" style="width:113px;height:168px;"></div>
                  <div id="bv_Text8" style="position:absolute;left:69px;top:419px;width :213px;height:49px;z-index:8;" align="left">
                  <font style="font-size:13px" color="#000000" face="Impact">© Taborelli Construction, Inc., 2009<br>
                  </font><font style="font-size:13px" color="#000000" face="Impact"><br>
                  </font></div>
                  <div id="bv_Text14" style="position:absolute;left:124px;top:361px;widt h:213px;height:66px;z-index:9;" align="left">
                  <font style="font-size:13px" color="#000000" face="Impact">9215 N. 14TH St.<br>
                  Tampa, Fl 33612<br>
                  <br>
                  </font></div>
                  <div id="bv_Text15" style="position:absolute;left:233px;top:362px;widt h:213px;height:66px;z-index:10;" align="left">
                  <font style="font-size:13px" color="#000000" face="Impact">P [813] 283-2557<br>
                  F [813] 283-2553<br>
                  <br>
                  </font></div>
                  <div id="bv_NavigationBar3" style="position:absolute;left:27px;top:239px;width :90px;height:24px;z-index:11;" align="left">
                  <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar3">
                  <tr>
                  <td align="left" valign="top" width="90" height="24"><a href="http://taborelliconstruction.com/projects"><img id="bv01005" src="images/bv01005.gif" alt="" align="top" border="0" width="90" height="24" onmouseover="SwapImage(1,0,'bv01005','images/bv01005_over.gif')" onmouseout="SwapImage(0,0,'bv01005','images/bv01005.gif')"></a></td>
                  </tr>
                  </table>
                  </div>
                  <div id="bv_NavigationBar4" style="position:absolute;left:27px;top:267px;width :90px;height:24px;z-index:12;" align="left">
                  <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar4">
                  <tr>
                  <td align="left" valign="top" width="90" height="24"><a href="http://taborelliconstruction.com/subs"><img id="bv01006" src="images/bv01006.gif" alt="" align="top" border="0" width="90" height="24" onmouseover="SwapImage(1,0,'bv01006','images/bv01006_over.gif')" onmouseout="SwapImage(0,0,'bv01006','images/bv01006.gif')"></a></td>
                  </tr>
                  </table>
                  </div>
                  <div id="bv_NavigationBar5" style="position:absolute;left:27px;top:211px;width :90px;height:24px;z-index:13;" align="left">
                  <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar5">
                  <tr>
                  <td align="left" valign="top" width="90" height="24"><a href="http://taborelliconstruction.com/contactus"><img id="bv01007" src="images/bv01007.gif" alt="" align="top" border="0" width="90" height="24" onmouseover="SwapImage(1,0,'bv01007','images/bv01007_over.gif')" onmouseout="SwapImage(0,0,'bv01007','images/bv01007.gif')"></a></td>
                  </tr>
                  </table>
                  </div>
                  <div id="bv_Image2" style="overflow:hidden;position:absolute;left:24px ;top:8px;z-index:14" align="left">
                  <a href="http://www.taborelliconstruction.com"><img src="images/objects_026.jpg" id="Image2" alt="" align="top" border="0" style="width:335px;height:70px;"></a></div>
                  <div id="bv_Text5" style="position:absolute;left:450px;top:122px;widt h:453px;height:19px;z-index:15;" align="center">
                  <font style="font-size:15px" color="#000000" face="impact"><i>Right Click, &quot;Save As&quot; to Download</i></font></div>
                  <div id="bv_Text3" style="position:absolute;left:604px;top:43px;width :266px;height:39px;z-index:16;" align="left">
                  <font style="font-size:32px" color="#8B0000" face="IMPACT">THANK YOU!</font></div>
                  <div id="bv_Text4" style="position:absolute;left:58px;top:58px;width: 150px;height:16px;z-index:17;" align="left">
                  <font style="font-size:13px" color="#000000" face="Arial">Double click to edit</font></div>
                  <div id="bv_Text6" style="position:absolute;left:504px;top:315px;widt h:345px;height:20px;z-index:18;" align="left">
                  <font style="font-size:16px" color="#000000" face="impact"><a href="http://www.taborelliconstruction.com/sitet101a.pdf">Site Location</a></font></div>
                  <div id="bv_Text7" style="position:absolute;left:504px;top:273px;widt h:345px;height:20px;z-index:19;" align="left">
                  <font style="font-size:16px" color="#000000" face="impact"><a href="http://www.taborelliconstruction.com/drawingst101a.pdf">Drawings</a></font></div>
                  <div id="bv_Text9" style="position:absolute;left:454px;top:94px;width :453px;height:19px;z-index:20;" align="center">
                  <font style="font-size:15px" color="#000000" face="impact"><i>Left Click to Open and View</i></font></div>
                  <div id="bv_Text10" style="position:absolute;left:457px;top:215px;widt h:453px;height:23px;z-index:21;" align="left">
                  <font style="font-size:19px" color="#000000" face="impact"><u>Project T10.1A - E.G. Simmons Boat Ramp Plans:</u></font></div>
                  </body>
                  </html>

                  Comment

                  • kelsey
                    Sergeant

                    • Sep 2009
                    • 24

                    #10
                    Re: Success URL?

                    PLANROOM.PHP:

                    <?php
                    if($_SERVER['REQUEST_METHOD'] == 'POST')
                    {
                    function RecursiveMkdir($path)
                    {
                    if (!file_exists($path))
                    {
                    RecursiveMkdir(dirname($path));
                    mkdir($path, 0777);
                    }
                    }

                    $mailto = '?????????? @ taborelliconstruction.com';
                    $mailfrom = isset($_POST['email']) ? $_POST['email'] : $mailto;
                    $subject = 'T10.1A Quotes from Website';
                    $message = 'Values submitted from web site form:';
                    $success_url = './success.php';
                    $error_url = './error.php';

                    $max_filesize = isset($_POST['filesize']) ? $_POST['filesize'] * 1024 : 1024000;
                    $upload_folder = isset($_POST['upload_folder']) ? $_POST['upload_folder'] : "uploads";
                    $upload_folder = "http://" . $_SERVER['HTTP_HOST'] . dirname($_SERVER['SCRIPT_NAME'])."/".$upload_folder;

                    $header = "From: ".$mailfrom."\r\n";
                    $header .= "Reply-To: ".$mailfrom."\r\n";
                    $header .= "MIME-Version: 1.0"."\r\n";
                    $header .= "Content-Type: text/plain; charset=utf-8"."\r\n";
                    $header .= "Content-Transfer-Encoding: 8bit"."\r\n";
                    $header .= "X-Mailer: PHP v".phpversion();

                    $prefix = rand(111111, 999999);

                    $i = 0;
                    while (list ($key, $val) = each ($_FILES))
                    {
                    if ($_FILES[$key]['name'] != "" and file_exists($_FILES[$key]['tmp_name']) and $_FILES[$key]['size'] > 0)
                    {
                    $upload_DstName[$i] = $prefix . "_" . str_replace(" ", "_", $_FILES[$key]['name']);
                    $upload_SrcName[$i] = $_FILES[$key]['name'];
                    $upload_Size[$i] = ($_FILES[$key]['size']);
                    $upload_Temp[$i] = ($_FILES[$key]['tmp_name']);
                    $upload_Type[$i] = ($_FILES[$key]['type']);
                    $uploadlink[$i] = "$upload_folder/$upload_DstName[$i]";
                    $upload_fieldname[$i] = $key;
                    $upload_fieldname_final[$i] = ucwords(str_replace("_", " ", $key));
                    $fieldvalue[$i] = $uploadlink[$i];
                    $i++;
                    }
                    if ($upload_Size[$i] >= $max_filesize)
                    {
                    $error .= "The size of $key (file: $upload_SrcName[$i]) is bigger than the allowed " . $max_filesize/1024 . " Kbytes!\n";
                    }
                    }

                    $crack[0] = '\n';
                    $crack[1] = '\r';
                    $crack[2] = "%0a";
                    $crack[3] = "%0d";
                    $crack[4] = "content-type:";
                    $crack[5] = "to:";
                    $crack[6] = "cc:";
                    $crack[7] = "bcc:";
                    $crack[8] = "mime-version:";
                    $crack[9] = "x0a";
                    $crack[10] = "x0d";
                    foreach ($_POST as $key => $value)
                    {
                    for ($k = 0; $k < count($crack); $k++)
                    {
                    if (substr_count(strtolower($value), $crack[$k]))
                    {
                    $error .= "The field $key contained e-mail headers ($crack[$k]) in the value submitted. This seems to be a cracking attempt and the message has not been sent.!<br>";
                    }
                    }
                    }

                    if ($error)
                    {
                    $errorcode = file_get_contents($error_url);
                    $replace = "##error##";
                    $errorcode = str_replace($replace, $error, $errorcode);
                    echo $errorcode;
                    exit;
                    }
                    $uploadfolder = basename($upload_folder);
                    for ($i = 0; $i < count($upload_DstName); $i++)
                    {
                    $uploadFile = $uploadfolder . "/" . $upload_DstName[$i];
                    if (!is_dir(dirname($uploadFile)))
                    {
                    @RecursiveMkdir(dirname($uploadFile));
                    }
                    else
                    {
                    @chmod(dirname($uploadFile), 0777);
                    }
                    @move_uploaded_file($upload_Temp[$i] , $uploadFile);
                    chmod($uploadFile, 0644);
                    }
                    $internalfields = array ("submit", "reset", "filesize", "upload_folder", "send", "captcha_code");
                    $message .= "\n";
                    foreach ($_POST as $key => $value)
                    {
                    if (!in_array(strtolower($key), $internalfields))
                    {
                    if (!is_array($value))
                    {
                    $message .= ucwords(str_replace("_", " ", $key)) . " : " . $value . "\n";
                    }
                    else
                    {
                    $message .= ucwords(str_replace("_", " ", $key)) . " : " . implode(",", $value) . "\n";
                    }
                    }
                    }
                    if (count($upload_SrcName) > 0)
                    {
                    $message .= "\nThe following file have been uploaded:\n";
                    for ($i = 0; $i < count($upload_SrcName); $i++)
                    {
                    $message .= $upload_SrcName[$i] . " Link: " . $uploadlink[$i] . "\n";
                    }
                    }
                    mail($mailto, $subject, stripslashes($message), $header);
                    header('Location: '.$success_url);
                    exit;
                    }
                    ?>
                    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                    <html>
                    <head>
                    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
                    <title>Taborelli Construction</title>
                    <meta name="GENERATOR" content="Created by BlueVoda">
                    <script language="JavaScript" type="text/javascript">
                    <!--
                    function ValidatePlan Room Views(theForm)
                    {
                    var strValue = theForm.Editbox4.value;
                    var strFilter = /^([0-9a-z]([-.\w]*[0-9a-z])*@(([0-9a-z])+([-\w]*[0-9a-z])*\.)+[a-z]{2,6})$/i;
                    if (!strFilter.test(strValue))
                    {
                    alert("Email Address is Required to view Plans");
                    return false;
                    }
                    return true;
                    }
                    //-->
                    </script>
                    <script type="text/javascript">
                    <!--
                    function SwapImage()
                    {
                    var doc=document, args=arguments;
                    doc.$imgSwaps = new Array();
                    for(var i=2; i<args.length; i+=2)
                    {
                    var elem=FindObject(args[i]);
                    if(elem)
                    {
                    doc.$imgSwaps[doc.$imgSwaps.length]=elem;
                    elem.$src=elem.src;
                    elem.src=args[i+1];
                    }
                    }
                    }
                    // -->
                    </script>
                    <script type="text/javascript">
                    <!--
                    function PreloadImages()
                    {
                    var imageObj = new Image();
                    var images = new Array();
                    images[0]="./images/bv01046.gif";
                    images[1]="./images/bv01046_over.gif";
                    images[2]="./images/bv01047.gif";
                    images[3]="./images/bv01047_over.gif";
                    images[4]="./images/bv01005.gif";
                    images[5]="./images/bv01005_over.gif";
                    images[6]="./images/bv01006.gif";
                    images[7]="./images/bv01006_over.gif";
                    images[8]="./images/bv01007.gif";
                    images[9]="./images/bv01007_over.gif";
                    for (var i=0; i<=9; i++)
                    {
                    imageObj.src = images[i];
                    }
                    }
                    // -->
                    </script>
                    <script type="text/javascript">
                    <!--
                    function FindObject(id, doc)
                    {
                    var child, elem;
                    if(!doc)
                    doc=document;
                    if(doc.getElementById)
                    elem=doc.getElementById(id);
                    else
                    if(doc.layers)
                    child=doc.layers;
                    else
                    if(doc.all)
                    elem=doc.all[id];
                    if(elem)
                    return elem;
                    if(doc.id==id || doc.name==id)
                    return doc;
                    if(doc.childNodes)
                    child=doc.childNodes;
                    if(child)
                    {
                    for(var i=0; i<child.length; i++)
                    {
                    elem=FindObject(id,child[i]);
                    if(elem)
                    return elem;
                    }
                    }
                    var frm=doc.forms;
                    if(frm)
                    {
                    for(var i=0; i<frm.length; i++)
                    {
                    var elems=frm[i].elements;
                    for(var j=0; j<elems.length; j++)
                    {
                    elem=FindObject(id,elems[i]);
                    if(elem) return elem;
                    }
                    }
                    }
                    return null;
                    }
                    // -->
                    </script>
                    <style type="text/css">
                    img { behavior: url("pngfix.***"); }
                    </style>
                    </head>
                    <body background="planroom_bkgrnd.png" bgcolor="#C0C0C0" text="#000000" link="#00005E">
                    <div id="bv_Shape2" style="position:absolute;left:433px;top:92px;width :786px;height:587px;z-index:11;" align="center">
                    <img src="images/bv01023.png" id="Shape2" align="top" alt="" title="" border="0" width="786" height="587"></div>
                    <div id="bv_Text1" style="position:absolute;left:26px;top:101px;width :368px;height:83px;z-index:12;" align="left">
                    <font style="font-size:27px" color="#000000" face="Impact">TABORELLI<br>
                    CONSTRUCTION, INC.</font><font style="font-size:32px" color="#000000" face="Impact"><br>
                    </font></div>
                    <div id="bv_Text2" style="position:absolute;left:274px;top:141px;widt h:150px;height:20px;z-index:13;" align="left">
                    <font style="font-size:16px" color="#000000" face="Impact"><i>SINCE 1981</i></font></div>
                    <div id="bv_NavigationBar1" style="position:absolute;left:163px;top:82px;width :196px;height:24px;z-index:14;" align="left">
                    <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar1">
                    <tr>
                    <td align="left" valign="top" width="94" height="24"><a href="http://taborelliconstruction.com"><img id="bv01046" src="images/bv01046.gif" alt="" align="top" border="0" width="94" height="24" onmouseover="SwapImage(1,0,'bv01046','images/bv01046_over.gif')" onmouseout="SwapImage(0,0,'bv01046','images/bv01046.gif')"></a></td>
                    <td width="8"></td><td align="left" valign="top" width="94" height="24"><a href="http://taborelliconstruction.com/news"><img id="bv01047" src="images/bv01047.gif" alt="" align="top" border="0" width="94" height="24" onmouseover="SwapImage(1,0,'bv01047','images/bv01047_over.gif')" onmouseout="SwapImage(0,0,'bv01047','images/bv01047.gif')"></a></td>
                    </tr>
                    </table>
                    </div>
                    <div id="bv_Image3" style="overflow:hidden;position:absolute;left:23px ;top:83px;z-index:15" align="left">
                    <img src="images/red with lines.gif" id="Image3" alt="" align="top" border="0" style="width:128px;height:15px;"></div>
                    <div id="bv_Image4" style="overflow:hidden;position:absolute;left:25px ;top:169px;z-index:16" align="left">
                    <img src="images/red with lines.gif" id="Image4" alt="" align="top" border="0" style="width:343px;height:22px;"></div>
                    <div id="bv_Image8" style="overflow:hidden;position:absolute;left:27px ;top:311px;z-index:17" align="left">
                    <img src="images/red with lines.gif" id="Image8" alt="" align="top" border="0" style="width:345px;height:5px;"></div>
                    <div id="bv_Image9" style="overflow:hidden;position:absolute;left:20px ;top:283px;z-index:18" align="left">
                    <img src="images/lunapic-125137704616489(2).gif" id="Image9" alt="" align="top" border="0" style="width:113px;height:168px;"></div>
                    <div id="bv_Text8" style="position:absolute;left:69px;top:419px;width :213px;height:49px;z-index:19;" align="left">
                    <font style="font-size:13px" color="#000000" face="Impact">© Taborelli Construction, Inc., 2009<br>
                    </font><font style="font-size:13px" color="#000000" face="Impact"><br>
                    </font></div>
                    <div id="bv_Text14" style="position:absolute;left:124px;top:361px;widt h:213px;height:66px;z-index:20;" align="left">
                    <font style="font-size:13px" color="#000000" face="Impact">9215 N. 14TH St.<br>
                    Tampa, Fl 33612<br>
                    <br>
                    </font></div>
                    <div id="bv_Text15" style="position:absolute;left:233px;top:362px;widt h:213px;height:66px;z-index:21;" align="left">
                    <font style="font-size:13px" color="#000000" face="Impact">P [813] 283-2557<br>
                    F [813] 283-2553<br>
                    <br>
                    </font></div>
                    <div id="bv_NavigationBar3" style="position:absolute;left:27px;top:239px;width :90px;height:24px;z-index:22;" align="left">
                    <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar3">
                    <tr>
                    <td align="left" valign="top" width="90" height="24"><a href="http://taborelliconstruction.com/projects.php"><img id="bv01005" src="images/bv01005.gif" alt="" align="top" border="0" width="90" height="24" onmouseover="SwapImage(1,0,'bv01005','images/bv01005_over.gif')" onmouseout="SwapImage(0,0,'bv01005','images/bv01005.gif')"></a></td>
                    </tr>
                    </table>
                    </div>
                    <div id="bv_NavigationBar4" style="position:absolute;left:27px;top:267px;width :90px;height:24px;z-index:23;" align="left">
                    <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar4">
                    <tr>
                    <td align="left" valign="top" width="90" height="24"><a href="http://taborelliconstruction.com/subs"><img id="bv01006" src="images/bv01006.gif" alt="" align="top" border="0" width="90" height="24" onmouseover="SwapImage(1,0,'bv01006','images/bv01006_over.gif')" onmouseout="SwapImage(0,0,'bv01006','images/bv01006.gif')"></a></td>
                    </tr>
                    </table>
                    </div>
                    <div id="bv_NavigationBar5" style="position:absolute;left:27px;top:211px;width :90px;height:24px;z-index:24;" align="left">
                    <table border="0" cellpadding="0" cellspacing="0" id="NavigationBar5">
                    <tr>
                    <td align="left" valign="top" width="90" height="24"><a href="http://taborelliconstruction.com/contactus"><img id="bv01007" src="images/bv01007.gif" alt="" align="top" border="0" width="90" height="24" onmouseover="SwapImage(1,0,'bv01007','images/bv01007_over.gif')" onmouseout="SwapImage(0,0,'bv01007','images/bv01007.gif')"></a></td>
                    </tr>
                    </table>
                    </div>
                    <div id="bv_Image2" style="overflow:hidden;position:absolute;left:24px ;top:8px;z-index:25" align="left">
                    <a href="http://www.taborelliconstruction.com"><img src="images/objects_026.jpg" id="Image2" alt="" align="top" border="0" style="width:335px;height:70px;"></a></div>
                    <div id="bv_Text5" style="position:absolute;left:499px;top:109px;widt h:453px;height:23px;z-index:26;" align="left">
                    <font style="font-size:19px" color="#000000" face="impact"><u>Project T10.1A - E.G. Simmons Boat Ramp</u></font></div>
                    <div id="bv_Text9" style="position:absolute;left:503px;top:149px;widt h:147px;height:20px;z-index:27;" align="left">
                    <font style="font-size:16px" color="#8B0000" face="impact"><i>View Plans:</i></font></div>
                    <div id="bv_Text4" style="position:absolute;left:497px;top:432px;widt h:453px;height:175px;z-index:28;" align="left">
                    <font style="font-size:16px" color="#000000" face="impact">FAX:<br>
                    813.283.2553<br>
                    <br>
                    EMAIL:<br>
                    <a href="mailto:quotes.t10.1a@taborelliconstruction.c om">QUOTES.T101A@TABORELLICONSTRUCTION.COM</a><br>
                    <br>
                    DIRECT UPLOAD (.PDF, .XLS, .DOC FILES ONLY):<br>
                    <br>
                    </font></div>
                    <div id="bv_Text7" style="position:absolute;left:496px;top:407px;widt h:453px;height:20px;z-index:29;" align="left">
                    <font style="font-size:16px" color="#8B0000" face="impact"><i>Submit Quotes:</i></font></div>
                    <div id="bv_Text10" style="position:absolute;left:943px;top:408px;widt h:185px;height:20px;z-index:30;" align="left">
                    <font style="font-size:16px" color="#8B0000" face="impact"><i>Contact PM:</i></font></div>
                    <div id="bv_Text11" style="position:absolute;left:942px;top:435px;widt h:453px;height:75px;z-index:31;" align="left">
                    <font style="font-size:16px" color="#000000" face="impact">Kim Taborelli<br>
                    813.283.2557, ext. 1<br>
                    ????@TaborelliConstruction.com<br>
                    </font></div>
                    <div id="bv_Form1" style="position:absolute;left:492px;top:577px;widt h:347px;height:100px;z-index:32;" align="left">
                    <form name="T10.1A Quotes" method="POST" action="<? echo($_SERVER['PHP_SELF']);?>" enctype="multipart/form-data" id="Form1">
                    <input type="submit" id="Button1" name="Submit" value="Submit" style="position:absolute;left:77px;top:54px;width: 96px;height:25px;font-family:Arial;font-size:13px;z-index:0">
                    <input type="file" id="FileUpload1" style="position:absolute;left:6px;top:21px;width:2 93px;height:25px;font-family:Courier New;font-size:13px;z-index:1" name="Quote">

                    </form>
                    </div>
                    <img src="images/bv01011.jpg" id="Banner1" width="458" height="67" align="top" alt="TCI Plan Room" style="position:absolute;left:614px;top:14px;width :458px;height:67px;z-index:33">
                    <hr size="1" width="697" id="Line1" style="margin:0;padding:0;position:absolute;left:4 95px;top:385px;width:697px;height:1px;z-index:34">
                    <img src="images/bv01012.jpg" id="Banner2" width="220" height="82" align="top" alt="TCI Plan Room" style="position:absolute;left:134px;top:209px;widt h:220px;height:82px;z-index:35">
                    <div id="bv_Form2" style="position:absolute;left:483px;top:181px;widt h:328px;height:176px;z-index:36;" align="left">
                    <form name="Plan Room Views" method="POST" action="<? echo($_SERVER['PHP_SELF']);?>" enctype="text/plain" id="Form2" onsubmit="return ValidatePlan Room Views(this)">
                    <input type="text" id="Editbox2" style="position:absolute;left:108px;top:44px;width :200px;font-family:Courier New;font-size:16px;z-index:2" name="Editbox2" value="">
                    <div id="bv_Text3" style="position:absolute;left:10px;top:15px;width: 88px;height:16px;z-index:3;" align="left">
                    <font style="font-size:13px" color="#000000" face="Arial">Contact Name</font></div>
                    <input type="text" id="Editbox1" style="position:absolute;left:108px;top:15px;width :200px;font-family:Courier New;font-size:16px;z-index:4" name="Editbox1" value="">
                    <div id="bv_Text6" style="position:absolute;left:10px;top:44px;width: 88px;height:16px;z-index:5;" align="left">
                    <font style="font-size:13px" color="#000000" face="Arial">Company</font></div>
                    <div id="bv_Text16" style="position:absolute;left:10px;top:73px;width: 88px;height:16px;z-index:6;" align="left">
                    <font style="font-size:13px" color="#000000" face="Arial">Phone</font></div>
                    <input type="text" id="Editbox3" style="position:absolute;left:108px;top:73px;width :200px;font-family:Courier New;font-size:16px;z-index:7" name="Editbox3" value="">
                    <div id="bv_Text17" style="position:absolute;left:10px;top:102px;width :88px;height:32px;z-index:8;" align="left">
                    <font style="font-size:13px" color="#000000" face="Arial">Email </font><font style="font-size:13px" color="#8B0000" face="Arial">* <i>(Required)</i></font></div>
                    <input type="text" id="Editbox4" style="position:absolute;left:108px;top:102px;widt h:200px;font-family:Courier New;font-size:16px;z-index:9" name="Email" value="">
                    <input type="submit" id="Button2" name="Button2" value="Click to see plans!" style="position:absolute;left:110px;top:130px;widt h:198px;height:25px;font-family:Arial;font-size:13px;z-index:10">

                    </form>
                    </div>
                    </body>
                    </html>

                    Comment

                    • navaldesign
                      General & Forum Moderator

                      • Oct 2005
                      • 12080

                      #11
                      Re: Success URL?

                      I Highlighted in your post the success page URL, which, as you can see your self, is NOT the page t101aplans.php but the page success.php

                      In other words, the script behaves as it should. Change the success URL page to be correct.
                      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

                      • kelsey
                        Sergeant

                        • Sep 2009
                        • 24

                        #12
                        Re: Success URL?

                        Thanks for all your help!

                        It looks like the Website Builder just needed a re-start, because everything started working fine after I tried that...

                        Comment

                        • jake1496
                          Private

                          • Jan 2010
                          • 2

                          #13
                          Re: Success URL?

                          I have the same queation before. But now I get it solved. Thank you!

                          Comment

                          Working...
                          X