Thank You Page

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

  • navaldesign
    replied
    Re: Thank You Page

    You need to copy the php code from the tutorial, and paste it in your thank you page code. Then, set the page extension to be .php when published. Save and publish.

    Post here the link to your form page so i can have a look to see if it is correct.

    Leave a comment:


  • WSBlue
    replied
    Re: Thank You Page

    save thank you page as thankyou.php

    Make your fields user name, e mail, submit so that can tab accordingly.
    Go to user name field, Click right, move to front, then going down do the same accordingly.

    Leave a comment:


  • lovejesusfirst
    started a topic Thank You Page

    Thank You Page

    Helllllp,

    This is like my final step, I've been trying to get the thank you page to work for months, got frustrated and gave up, but I tried again this week, I don't know what I'm doing wrong, but I watched the tutorial like 20 times or more, over and over again, It has something to do with the coding, when I right click to HTML, this is the coding that comes up, I don't even see a PHP? My page is titled as (thankyou) it's not catching? do I suppose to have a naviagation bar for the (thank you) like my contact bar? how about the menu bar properties should I have a (Thank You) bar as well? I don't know why it still comes up blank when I go into the web, contact us form comes up but you are unable to add the name and e-mail address so that when you hit submit, it gives you the thank you message, please help me, thanks. my web page is www.upperroommin.com

    !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>Thank You</title>
    <meta name="GENERATOR" content="Created by BlueVoda">
    <style type="text/css">
    div#container
    {
    width: 800px;
    position: relative;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    }
    body
    {
    text-align: center;
    margin: 0;
    }
    </style>
    </head>
    <body bgcolor="#FFFFFF" text="#000000">
    <div id="container">
    <div id="bv_" style="position:absolute;left:379px;top:234px;widt h:221px;height:108px;z-index:0" align="left">
    <font style="font-size:24px" color="#00005E" face="Arial">Thank you for your <br>
    e-mail, we will contact you as soon as we can.</font></div>
    <div id="bv_" style="position:absolute;left:634px;top:163px;widt h:278px;height:168px;z-index:1" align="left">
    <img src="bv01078.gif" id="Shape2" align="top" alt="" border="0" width="278" height="168"></div>
    <div id="bv_" style="position:absolute;left:646px;top:181px;widt h:253px;height:134px;z-index:2" align="left">
    <img src="bv01079.gif" id="Shape1" align="top" alt="" border="0" width="253" height="134"></div>
    <div id="bv_" style="position:absolute;left:676px;top:235px;widt h:192px;height:44px;z-index:3" align="left">
    <font style="font-size:19px" color="#FFFF80" face="Arial"><b>God answers prayer</b></font></div>
    <img src="landscapeJohn836framebuttongr[1].gif" id="Image2" alt="" align="top" border="0" width="288" height="427" style="position:absolute;left:25px;top:56px;width: 288px;height:427px;z-index:4">
    <div id="bv_" style="position:absolute;left:406px;top:51px;width :150px;height:16px;z-index:5" align="left">
    <font style="font-size:13px" color="#000000" face="Arial">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.upperroommin.com/index.html">Home</a></font></div>
    </div>
    </body>
    </html>
Working...
X