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 09-02-2007, 11:40 PM
Keithroy's Avatar
Corporal
 
Join Date: Jun 2007
Posts: 19
Default Form Help Please

After succesfully setting up my email account in the control panel and my email client, I now have a problem with it not working on my website."As I said I am succesfully sending and recieving messages from my computer, I have gone over and over the tutorial for setting up forms and I can't see what I am doing wrong, one thing I have noticed is the "Thank You page" I published cannot be seen. Will someone please visit my site to see if they can see the problem http://www.keithstattoostudio.co.uk/

Enclosed is a copy of the script I inserted


Many Thanks


Keith




<!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>
<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 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>
</head>
<body bgcolor="#E6E6FA" text="#000000">
<?PHP
$mailto = "info@keithstattoostudio.co.uk";
$email = $HTTP_POST_VARS['email'];
if ($email == "") {
$email = $mailto;
}
$mailsubj = "Contact Form Submission";
$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);
?>
<div id="container">
<div id="bv_" style="position:absolute;left:247px;top:72px;width :492px;height:111px;z-index:0" align="left">
<font style="font-size:32px" color="#000000" face="Arial"><b>Thank you for your submission!<br>
If an answer is required , we <br>
will be back to you ASAP!</b></font></div>
<div id="bv_" style="position:absolute;left:66px;top:88px;width: 134px;height:86px;z-index:1" align="center">
<table border="0" cellpadding="0" cellspacing="0" id="NavigationBar1">
<tr>
<td align="left" valign="top" width="134" height="22"><a href="http://www.keithstattoostudio.co.uk/index.html" target="_self"><img id="bv01064" src="bv01064.gif" alt="http://www.keithstattoostudio.co.uk/index.html" align="top" border="0" width="134" height="22" onmouseover="SwapImage(1,0,'bv01064','bv01064_over .gif')" onmouseout="SwapImage(0,0,'bv01064','bv01064.gif') "></a></td>
</tr>
<tr><td height="10"></td></tr><tr>
<td align="left" valign="top" width="134" height="22"><a href="http://www.keithstattoostudio.co.uk/photos.html" target="_self"><img id="bv01065" src="bv01065.gif" alt="http://www.keithstattoostudio.co.uk/photos.html" align="top" border="0" width="134" height="22" onmouseover="SwapImage(1,0,'bv01065','bv01065_over .gif')" onmouseout="SwapImage(0,0,'bv01065','bv01065.gif') "></a></td>
</tr>
<tr><td height="10"></td></tr><tr>
<td align="left" valign="top" width="134" height="22"><a href="http://www.keithstattoostudio.co.uk/contact.html" target="_self"><img id="bv01066" src="bv01066.gif" alt="http://www.keithstattoostudio.co.uk/contact.html" align="top" border="0" width="134" height="22" onmouseover="SwapImage(1,0,'bv01066','bv01066_over .gif')" onmouseout="SwapImage(0,0,'bv01066','bv01066.gif') "></a></td>
</tr>
</table>
</div>
</div>
</body>
</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
  #2  
Old 09-03-2007, 01:15 AM
Marincky's Avatar
Ho Ho Ho!
 
Join Date: Apr 2006
Location: Worcester, UK
Posts: 3,503
Send a message via MSN to Marincky
Default Re: Problem With Email

I just tried to contact you via the form and got taken to a non existent page. Did you save the 'Thank You' page as a php and not html?
__________________
Ramsey



Vodahost Approved Freelance Website Designer
Creating affordable internet presence for your business.
Unbeatable Customer Service

Want to get on Page one of Google? Talk to me!

Limo Hire
Wedding Directory
Wedding Forum Wedding Links
Wedding Dress Comparison Site

Make a more functional 404 Error Page
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 09-03-2007, 02:51 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,342
Default Re: Problem With Email

The form action MUST be excactly the name of your thank you age. If you have saved / published this thank you page with ANY other name than "action" the form can't find it. As i saw, the thank you page is "thank_you.php" . So, open your form page, and change the action to be "thank_you.php". Save, publish, and refresh your browser before testing
__________________
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!

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 09-04-2007, 12:24 PM
Keithroy's Avatar
Corporal
 
Join Date: Jun 2007
Posts: 19
Default Re: Form Help Please

Many thanks Naveldesign

Sorted, Keith
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 03:19 AM.


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