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.

Closed Thread
 
Thread Tools
  #1  
Old 07-01-2007, 04:22 PM
Private
 
Join Date: Jun 2007
Posts: 3
Exclamation Form Help Please

hi there, i've spent days going through forums but can't seem to find what I'm doing wrong.. need urgent help please..

form seems to be working fine but i never receive the email. have tried sending to a different address but no luck.

the link is www.blueskiesphotography.com.au/orderform.html

and here's the scripty thing from the action page:

<!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: 1110px;
position: relative;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
body
{
text-align: center;
margin: 0;
}
</style>
<style type="text/css">
a.style1:link {color: #3E4E9B;font-weight: bold;text-decoration: none;}
a.style1:visited {color: #3E4E9B;text-decoration: none;}
a.style1:active {color: #3E4E9B;text-decoration: none;}
a.style1:hover {color: #3E4E9B;font-weight: bold;text-decoration: underline;}
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<?php
$name = $HTTP_POST_VARS['name'];
$email = $HTTP_POST_VARS['email'];
if (strlen($name) == 0)
{
echo "It appears that you have forgot to fill in your name in the Name field. Please use the Back Button to return to the form and enter your name. Thank you!";
exit;
}
if (strlen($name) >=30)
{
echo "The length limit for the Name field cannot exceed 30 characters / spaces. Please use the Back Button to return to the form and shorten this entry. Thank you!";
exit;
}
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 = "blueskies.photo@iinet.net.au";
$mailsubj = "order form";
$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);
echo "Thank you for your order. You will receive an email with your customer reference number and payment details shortly.";
?>
<div id="container">
<div id="bv_" style="position:absolute;left:0px;top:264px;width: 912px;height:69px;z-index:0" align="left">
<font style="font-size:16px" color="#000000" face="Arial">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; Thank you for your order. <br>
<br>
&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; You will receive an email containing your customer reference number and payment details shortly.<br>
</font></div>
<div id="bv_" style="position:absolute;left:408px;top:432px;widt h:72px;height:22px;z-index:1" align="left">
<font style="font-size:19px" color="#000000" face="Arial"><a href="http://www.blueskiesphotography.com.au" class="style1">HOME</a></font></div>
</div>
</body>
</html>



I used the script from the php mailto security tutorial, but have also tried the bluevoda one and that didn't work.

is there something simple i'm not doing?!?!

cheers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #2  
Old 07-01-2007, 05:03 PM
Andy128's Avatar
Major General
 
Join Date: Dec 2005
Location: Michigan
Posts: 2,308
Default Re: Form Help Please

I do not see anything wrong with the code. I did a test and the error checking worked fine.

Try creating an email account in BV cpanel. Then replace the;
With the Blue voda one in the php script.

The reason is that perhaps it is not getting through to that particular email address due to being blocked. Or maybe it is even showing up in the spam folder. But if it does show up in the Blue Voda email account- then you can have it forwarded to the other e-mail.

Other than that- the code appears correct.

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!
  #3  
Old 07-02-2007, 04:30 AM
Private
 
Join Date: Jun 2007
Posts: 3
Default Re: Form Help Please

cheers for the suggestion.

I've set up an email through cpanel - michelle@blueskiesphotography.com.au and configured it to work in outlook. i've also unblocked port 25 through my ISP and its working fine. have changed the html in the page to new email addy but still not receiving emails from form?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old 07-02-2007, 04:53 AM
Private
 
Join Date: Jun 2007
Posts: 3
Default Re: Form Help Please

i've just logged into my webmail in cpanel, and found messages like this:

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

blueskies.photo@iinet.net.au
SMTP error from remote mail server after MAIL FROM:<dxbrssod@voda16.voda16.com> SIZE=1897:
host as-av.iinet.net.au [203.0.178.180]: 553 #5.1.8 Domain of sender address <dxbrssod@voda16.voda16.com> does not exist

------ This is a copy of the message, including all the headers. ------

Return-path: <dxbrssod@voda16.voda16.com>
Received: from dxbrssod by voda16.voda16.com with local (Exim 4.66)
(envelope-from <dxbrssod@voda16.voda16.com>)
id 1I5BKX-0002Yt-KH
for blueskies.photo@iinet.net.au; Sun, 01 Jul 2007 21:07:57 -0500
To: blueskies.photo@iinet.net.au
Subject: order form
From: blueskies.photo@iinet.net.au
Message-Id: <E1I5BKX-0002Yt-KH@voda16.voda16.com>
Date: Sun, 01 Jul 2007 21:07:57 -0500


Values submitted from web site form:
name : michelle
email : blueskies.photo@iinet.net.au
mobile :
photo1 : 123


so for some reason its sending error message to this email, which i havent specified anywhere?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old 07-02-2007, 05:56 AM
Andy128's Avatar
Major General
 
Join Date: Dec 2005
Location: Michigan
Posts: 2,308
Default Re: Form Help Please

I have sent a test- let me know if you receive it.

Andy (Keith)
__________________
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!
Closed Thread


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 Off



All times are GMT +1. The time now is 01:12 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, 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 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203