Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > BlueVoda Website Builder Forums > Forms

Notices

Forms Discussion and help related to designing and implementing forms in the BlueVoda Website Builder.

Reply
 
LinkBack Thread Tools
  #1  
Old 07-03-2006, 05:08 PM
Private First Class
 
Join Date: Jun 2006
Posts: 7
Red face Validation/Confirmation problem

I am trying to validate email, then move to a confirmation page when successfully submitted.
(Script is Pablo's on a PHP.)
Can someone tell me where I'm going wrong?
(Many hours spent- little hair remaining)

Home page is: http://www.spiritofpolyamory.org/index.html

Registration page is: http://www.spiritofpolyamory.org/registration.html

PHP process page: http://www.spiritofpolyamory.org/process123.php

Confirmation page is: http://www.spiritofpolyamory.org/confirmationpage,html

In testing live, an omitted email and submission yields a white page with no background and th following:

<BODY background="PAN_1024.jpg" bgcolor="#FFFFFF" text="#FF0000" I believe that there is an error in the way you entered your E-mail address. Please check your entry and re-submit. Thank you!

A properly filled out and submitted form yields the error page with graphics, but the text is small and I get the following message:

Warning: Cannot modify header information - headers already sent by (output started at /home/spiryorg/public_html/process123.php:7) in /home/spiryorg/public_html/process123.php on line 134

Thanks!
Shaggyman
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 07-03-2006, 05:18 PM
Andy128's Avatar
Major General
 
Join Date: Dec 2005
Location: Michigan
Posts: 2,282
Default Re: Validation/Confirmation problem

Did you take the php script and put it in an html box or did you place it in the body tag in the "page html" ? I am thinking the later.

Was it my tutorial that you followed?
http://www.netisopen.com/TF001/phpmailto.html


Please open the process123.php with note pad and copy and post the script that you used so we can take a look at it.

Andy
__________________
My diamond in the rough - www.123gpp.com

* Click here for some BV tutorials (Php mailto Form, I-Frames, Picture display and much, much more!)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 07-03-2006, 05:34 PM
Private First Class
 
Join Date: Jun 2006
Posts: 7
Default Re: Validation/Confirmation problem

Yes it was that basic script, pasted into an HTML box.

Here is the script in it's entirety as on the page:

<?php
$email = $HTTP_POST_VARS['email'];
if (strlen($email) == 0)
{
echo "The E-mail field is a required entry. Please use the Back
Button to return to the form and enter a contact E-mail address.
Thank you!";
exit;
}
if (strlen($email) >= 45)
{
echo "The length limit for the E-Mail field cannot exceed 45
characters / spaces. Please use the Back Button to return to the
form and shorten this entry. Thank you!";
exit;
}
if (! ereg('[A-Za-z0-9_-]+\@[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+',
$email))
{
echo "I believe that there is an error in the way you entered your
E-mail address. Please check your entry and re-submit. Thank
you!";
exit;
}
//SEND MAIL
$mailto = "registration@spiritofpolyamory.org";
$mailsubj = "REGISTRATION";
$mailhead = "From: $email\n";
reset ($HTTP_POST_VARS);
$mailbody = "Values submitted from web site form:\n";
while (list ($key, $val) = each ($HTTP_POST_VARS))
{
$mailbody .= "$key : $val\n";
}
mail($mailto,$mailsubj,$mailbody,$mailhead);
header("Location: confirmation");
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 07-03-2006, 08:33 PM
Private First Class
 
Join Date: Jun 2006
Posts: 7
Default Re: Validation/Confirmation problem

The location at the end of the HTML code is actually
Location: confirmation
but the posting process named it....

Shaggyman
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 07-03-2006, 08:35 PM
Private First Class
 
Join Date: Jun 2006
Posts: 7
Default Re: Validation/Confirmation problem

It did it again, so I'll break it up:
Location:
http:
//www.
spiritofpolyamory.
org/confirmationpage,html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 07-03-2006, 09:02 PM
davidundalicia's Avatar
General & Forum Moderator
 
Join Date: Mar 2006
Location: Mallorca, Spain
Posts: 5,287
Default Re: Validation/Confirmation problem

Read andy128 tutorial and all will become clear...see keith below

Or download the free email contact form(takes about 5 mins to install)
see below also.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old 07-03-2006, 11:58 PM
Watdaflip's Avatar
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,638
Default Re: Validation/Confirmation problem

The reason the confirmation page isn't coming up is because it should look like this in your script

header("Location: http://www.spiritofpolyamory.com/confirmationpage.html");

You had confirmationpage,html
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old 07-04-2006, 05:04 AM
Private First Class
 
Join Date: Jun 2006
Posts: 7
Default Re: Validation/Confirmation problem

More and better glasses.
Interesting, that shortcut- I copied it from Control Panel and pasted it in.
Thanks guys- a little massaging of file names and attributes and all is working like it should.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 11:49 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176