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 02-23-2006, 05:14 PM
Corporal
 
Join Date: Dec 2005
Posts: 16
Question Going Crazy for 3 days now

PLEASE help me, the pages don't work together and i don't know what i'm doing wrong...
when i fill my name in and click on the submit button i directly go to the errorpage, what am i doing wrong?
i've read all the forums (navaldisign, bird , guyhurrry, pablo) and im getting crazy .
here are al the page's codes (PHP,HTML-form,ERROR_PAGE,CONFERMATION PAGE)please help me, thank you


PHP:

<?php
// Receiving variables
@$Naam = addslashes($_POST['naam']);
@$Adres = addslashes($_POST['adres']);
@$Postcode = addslashes($_POST['postcode']);
@$Woonplaats = addslashes($_POST['woonplaats']);
@$Geboortedatum = addslashes($_POST['geboortedatum']);
@$Geboorteplaats = addslashes($_POST['geboorteplaats']);
@$Telefoonnummer = addslashes($_POST['telefoonnummer']);
// Validation
if (strlen($naam) == 0 )
{
header("Location: error_naam.html");
exit;
}
if (strlen($Adres) == 0 )
{
header("Location: error_adres.html");
exit;
}
if (strlen($Postcode) == 0 )
{
header("Location: error_postcode.html");
exit;
}
if (strlen($Woonplaats) == 0 )
{
header("Location: error_woonplaats.html");
exit;
}
if (strlen($Geboortedatum) == 0 )
{
header("Location: error_geboortedatum.html");
exit;
}
if (strlen($Geboorteplaats) == 0 )
{
header("Location: error_geboorteplaats.html");
exit;
}
if (strlen($Telefoonnummer) == 0 )
{
header("Location: error_telefoonnummer.html");
exit;
}
//Sending Email to form owner
$pfw_header = "From: $Email\n"
. "Reply-To: $Email\n";
$pfw_subject = "aanmelden";
$pfw_email_to = "secretalain********.com";
$pfw_message =
. "naam: $naam\n"
. "Adres: $Adres\n"
. "postcode: $postcode\n"
. "woonplaats: $woonplaats\n"
. "geboortedatum: $geboortedatum\n"
. "geboorteplaats: $geboorteplaats\n"
. "telefoonnummer: $telefoonnummer\n";
*****($pfw_email_to, $pfw_subject ,$pfw_message ,$pfw_header ) ;
header("Location: bevestiging.html");
?>

HTML (the red words are the reguired fields):

<HTML>
<HEAD>
<TITLE></TITLE>
<META NAME="Generator" CONTENT="Created by BlueVoda">
<META NAME="Keywords" CONTENT=>
<META NAME="Description" CONTENT=>
</HEAD>
<BODY bgcolor="#FFFFFF" text="#000000">
<DIV style="position:absolute; left:418px; top:67px; width:150px; height:19px; z-index:24" align="left" valign="top">
<FONT style="FONT-SIZE:14pt" color="#000000" face="Arial"><B>Aanmelden</B></FONT>
</DIV>
<DIV style="position:absolute; left:197px; top:53px; width:522px; height:627px; z-index:25" align="left" valign="top">
<FORM name=aanmelden method=POST action="aanmelden.php">
<INPUT type="text" style="position:absolute;left:196px;top:78px;width :304px;z-index:0" size="38" name="naam " value="">
<INPUT type="text" style="position:absolute;left:196px;top:114px;widt h:304px;z-index:1" size="38" name="adres " value="">
<INPUT type="text" style="position:absolute;left:196px;top:151px;widt h:144px;z-index:2" size="18" name="postcode " value="">
<INPUT type="text" style="position:absolute;left:196px;top:187px;widt h:304px;z-index:3" size="38" name="woonplaats " value="">
<INPUT type="text" style="position:absolute;left:196px;top:222px;widt h:200px;z-index:4" size="25" name="geboortedatum " value="">
<INPUT type="text" style="position:absolute;left:195px;top:257px;widt h:304px;z-index:5" size="38" name="geboorteplaats " value="">
<INPUT type="text" style="position:absolute;left:195px;top:294px;widt h:200px;z-index:6" size="25" name="telefoonnummer " value="">
<INPUT type="text" style="position:absolute;left:195px;top:330px;widt h:200px;z-index:7" size="25" name="mobielnummer " value="">
<INPUT type="text" style="position:absolute;left:195px;top:365px;widt h:304px;z-index:8" size="38" name="e-mail " value="">
<select name="keuze" size="1" style="position:absolute;left:193px;top:400px;widt h:146px;font-family:MS Shell Dlg;z-index:9">
<option></option>
<option>A</option>
<option>B</option>
<option>C</option>
<option>D</option>
<option>E</option>
</select>
<TEXTAREA name="bijzonderheden " style="position:absolute;left:195px;top:438px;widt h:303px;height:89px;z-index:10" rows=5 cols=35></TEXTAREA>
<INPUT type="submit" name="Aanmelden " value="Aanmelden" style="position:absolute;left:195px;top:545px;z-index:11">
<DIV style="position:absolute; left:11px; top:79px; width:150px; height:19px; z-index:12" align="left" valign="top">
<FONT style="FONT-SIZE:12pt" color="#000000" face="Arial"><B>Naam: </FONT><FONT style="FONT-SIZE:12pt" color="#FF0000" face="Arial">*</B></FONT>
</DIV>
<DIV style="position:absolute; left:11px; top:114px; width:150px; height:19px; z-index:13" align="left" valign="top">
<FONT style="FONT-SIZE:12pt" color="#000000" face="Arial"><B>Adres: </FONT><FONT style="FONT-SIZE:12pt" color="#FF0000" face="Arial">*</B></FONT>
</DIV>
<DIV style="position:absolute; left:11px; top:150px; width:150px; height:19px; z-index:14" align="left" valign="top">
<FONT style="FONT-SIZE:12pt" color="#000000" face="Arial"><B>Postcode: </FONT><FONT style="FONT-SIZE:12pt" color="#FF0000" face="Arial">*</B></FONT>
</DIV>
<DIV style="position:absolute; left:10px; top:186px; width:150px; height:19px; z-index:15" align="left" valign="top">
<FONT style="FONT-SIZE:12pt" color="#000000" face="Arial"><B>Woonplaats: </FONT><FONT style="FONT-SIZE:12pt" color="#FF0000" face="Arial">*</B></FONT>
</DIV>
<DIV style="position:absolute; left:10px; top:222px; width:150px; height:19px; z-index:16" align="left" valign="top">
<FONT style="FONT-SIZE:12pt" color="#000000" face="Arial"><B>Geboortedatum: </FONT><FONT style="FONT-SIZE:12pt" color="#FF0000" face="Arial">*</B></FONT>
</DIV>
<DIV style="position:absolute; left:10px; top:258px; width:150px; height:19px; z-index:17" align="left" valign="top">
<FONT style="FONT-SIZE:12pt" color="#000000" face="Arial"><B>Geboorteplaats: </FONT><FONT style="FONT-SIZE:12pt" color="#FF0000" face="Arial">*</B></FONT>
</DIV>
<DIV style="position:absolute; left:11px; top:294px; width:150px; height:19px; z-index:18" align="left" valign="top">
<FONT style="FONT-SIZE:12pt" color="#000000" face="Arial"><B>Telefoonnummer: </FONT><FONT style="FONT-SIZE:12pt" color="#FF0000" face="Arial">*</B></FONT>
</DIV>
<DIV style="position:absolute; left:11px; top:330px; width:150px; height:19px; z-index:19" align="left" valign="top">
<FONT style="FONT-SIZE:12pt" color="#000000" face="Arial"><B>Mobiel:</B></FONT>
</DIV>
<DIV style="position:absolute; left:11px; top:366px; width:150px; height:19px; z-index:20" align="left" valign="top">
<FONT style="FONT-SIZE:12pt" color="#000000" face="Arial"><B>E-Mail:</B></FONT>
</DIV>
<DIV style="position:absolute; left:13px; top:402px; width:150px; height:19px; z-index:21" align="left" valign="top">
<FONT style="FONT-SIZE:12pt" color="#000000" face="Arial"><B>Keuze : </B></FONT>
</DIV>
<DIV style="position:absolute; left:12px; top:440px; width:150px; height:19px; z-index:22" align="left" valign="top">
<FONT style="FONT-SIZE:12pt" color="#000000" face="Arial"><B>Bijzonderheden:</B></FONT>
</DIV>
<DIV style="position:absolute; left:199px; top:578px; width:178px; height:16px; z-index:23" align="left" valign="top">
<FONT style="FONT-SIZE:10pt" color="#FF0000" face="Arial">* Verplicht om in te vullen!</FONT>
</DIV>
</FORM>
</DIV>
</BODY>
</HTML>

ERROR PAGE:

<HTML>
<HEAD><meta http-equiv="imagetoolbar" content="no">
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>Niet alle velden ingevuld!</TITLE>
<META name=>
</HEAD>
<BODY bgcolor="#FFFFFF" text="#000000">
<DIV style="position:absolute;left:264px;top:98px;width :299px;height:22px;z-index:0" align="center">
<FONT style="FONT-SIZE:14pt" color="#000000" face="Arial"><B>Vul aub u naam in</B></FONT>
</DIV>
<IMG src="no-way.jpg" alt="" align="top" border="0" width="173" height="172" style="position:absolute;left:328px;top:162px;widt h:173px;height:172px;z-index:1">
<BUTTON type="button" onClick="history.go(-1)" name="Terug" style="position:absolute;left:327px;top:396px;widt h:175px;height:23px;z-index:2"><P><FONT style="FONT-SIZE:10pt" color="#000000" face="Arial"><B>Terug</B></FONT></P></BUTTON>
</BODY>
</HTML>

CONFITMATION PAGE

<HTML>
<HEAD>
<TITLE></TITLE>
<META NAME="Generator" CONTENT="Created by BlueVoda">
<META NAME="Keywords" CONTENT=">
<META NAME="Description" CONTENT=">
</HEAD>
<BODY bgcolor="#FFFFFF" text="#000000">
<DIV style="position:absolute; left:418px; top:67px; width:150px; height:19px; z-index:0" align="left" valign="top">
<FONT style="FONT-SIZE:14pt" color="#000000" face="Arial"><B>Aanmelden</B></FONT>
</DIV>
<DIV style="position:absolute; left:292px; top:271px; width:425px; height:58px; z-index:1" align="left" valign="top">
<FONT style="FONT-SIZE:18pt" color="#000000" face="Arial"><B>BEDANKT VOOR ALLE REACTIE'S !!!</B></FONT>
</DIV>
</BODY>
</HTML>

how is it possibele that when i fill in the form, i directly go to the error page ???
please reply.....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #2  
Old 02-23-2006, 06:56 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

Please upload the URLs. I'd like to have a direct look at it. BUT FIRST change the email address with your Vodahost account email, otherwise you will receive no mail. Then, the script cheks ALL required fileds. If you just type in your name and not the rest, it will get you to the error page. then, do you only have 1 error page? because the script, as you have modified it, requires separate erro pages for every field. And you haven't put the email "grabbing" in the beggining of the script. I'll have a detailed look later and let you know
__________________
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!
  #3  
Old 02-23-2006, 09:10 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

Mobielnummer, e-mail, keuze, and bijzonderheden, are 4 fields not captured by the script because you have not inserted the relevant code. Then, you have configured the script to provide different error pages for every error, but you have only made a single error page (at least this is what you're saying here. Also, as you say, you only type in the name. If the other required fields are emty, the script must and will take you to the error page. But the whole problem is because you define the variable naam with uppercase capital letter (@$ Naam )
whilst in the script validation part you use lowercase capital letters : $naam so the script considers $Naam null and takes you to the error page.

Change also your email address as instructed above, and add the 4 lines necessary for the other 4 fields.
__________________
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!
  #4  
Old 02-23-2006, 09:39 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

Please also note that for the same reason you will receive a mail WITHOUT the values submitted: you have used lowercase first letters in the mail body creation part, whilst the variables, defined in the very first lines of the script, are with lowercase first letter.
__________________
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!


Last edited by navaldesign; 02-24-2006 at 01:24 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old 02-24-2006, 02:22 AM
Corporal
 
Join Date: Dec 2005
Posts: 16
Red face Re: Going Crazy for 3 days now

hello naveldesign thank you for youre reply's!
i have 7 error pages error_naam.html> error_adres.html> etc.
how must the other 4 fields be written in the script???
beacause the other 4 fields arent required, the code is different am i right ?? so what is that code ??

NAVELDESIGN:
And you haven't put the email "grabbing" in the beggining of the script

what do you mean ?
new script >>>

PHP

<?php
// Receiving variables
@$Naam = addslashes($_POST['Naam']);
@$Adres = addslashes($_POST['Adres']);
@$Postcode = addslashes($_POST['Postcode']);
@$Woonplaats = addslashes($_POST['Woonplaats']);
@$Geboortedatum = addslashes($_POST['Geboortedatum']);
@$Geboorteplaats = addslashes($_POST['Geboorteplaats']);
@$Telefoonnummer = addslashes($_POST['Telefoonnummer']);
// Validation
if (strlen($Naam) == 0 )
{
header("Location: error_naam.html");
exit;
}
if (strlen($Adres) == 0 )
{
header("Location: error_adres.html");
exit;
}
if (strlen($Postcode) == 0 )
{
header("Location: error_postcode.html");
exit;
}
if (strlen($Woonplaats) == 0 )
{
header("Location: error_woonplaats.html");
exit;
}
if (strlen($Geboortedatum) == 0 )
{
header("Location: error_geboortedatum.html");
exit;
}
if (strlen($Geboorteplaats) == 0 )
{
header("Location: error_geboorteplaats.html");
exit;
}
if (strlen($Telefoonnummer) == 0 )
{
header("Location: error_telefoonnummer.html");
exit;
}
//Sending Email to form owner
$pfw_header = "From: $Email\n"
. "Reply-To: $Email\n";
$pfw_subject = "aanmelden";
$pfw_email_to = "info@rijschool.nl";
$pfw_message =
. "Naam: $Naam\n"
. "Adres: $Adres\n"
. "Postcode: $Postcode\n"
. "Woonplaats: $Woonplaats\n"
. "Geboortedatum: $Geboortedatum\n"
. "Geboorteplaats: $Geboorteplaats\n"
. "Telefoonnummer: $Telefoonnummer\n";
*****($pfw_email_to, $pfw_subject ,$pfw_message ,$pfw_header ) ;
header("Location: bevestiging.html");
?>

is this better ?where must i correct things?
for me its verry diffecult because the translation, so i hope you won't mind helping me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old 02-24-2006, 04:23 AM
Watdaflip's Avatar
Major General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 2,151
Default Re: Going Crazy for 3 days now

Navals saying you didn't get the return address from the form. In $pfw_header the "from" and "reply_to" is $Email, but you didn't grab that variable. At the top add $Email = $_POST['e-mail'];
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #7  
Old 02-24-2006, 07:55 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

Watdaflip explained that. But you are missing also the other three fields


<?php
// Receiving variables
@$Naam = addslashes($_POST['Naam']);
@$Adres = addslashes($_POST['Adres']);
@$Postcode = addslashes($_POST['Postcode']);
@$Woonplaats = addslashes($_POST['Woonplaats']);
@$Geboortedatum = addslashes($_POST['Geboortedatum']);
@$Geboorteplaats = addslashes($_POST['Geboorteplaats']);
@$Telefoonnummer = addslashes($_POST['Telefoonnummer']);
@$Mobielnummer = addslashes($_POST['Mobielnummer']);
@$Email = addslashes($_POST['Email']);
@$Keuze = addslashes($_POST['Keuze']);
@$Bijzonderheden = addslashes($_POST['Bijzonderheden']);

// Validation
if (strlen($Naam) == 0 )
{
header("Location: error_naam.html");
exit;
}
if (strlen($Adres) == 0 )
{
header("Location: error_adres.html");
exit;
}
if (strlen($Postcode) == 0 )
{
header("Location: error_postcode.html");
exit;
}
if (strlen($Woonplaats) == 0 )
{
header("Location: error_woonplaats.html");
exit;
}
if (strlen($Geboortedatum) == 0 )
{
header("Location: error_geboortedatum.html");
exit;
}
if (strlen($Geboorteplaats) == 0 )
{
header("Location: error_geboorteplaats.html");
exit;
}
if (strlen($Telefoonnummer) == 0 )
{
header("Location: error_telefoonnummer.html");
exit;
}
// It is strongly reccomended that you set E-mail as required field.
if (strlen($Email) == 0 )
{
header("Location: error_email.html");
exit;



//Sending Email to form owner
$pfw_header = "From: $Email\n"
. "Reply-To: $Email\n";
$pfw_subject = "aanmelden";
$pfw_email_to = "info@rijschool.nl";
$pfw_message = "Naam: $Naam\n"
. "Adres: $Adres\n"
. "Postcode: $Postcode\n"
. "Woonplaats: $Woonplaats\n"
. "Geboortedatum: $Geboortedatum\n"
. "Geboorteplaats: $Geboorteplaats\n"
. "Telefoonnummer: $Telefoonnummer\n"
. "Mobielnummer: $ Mobielnummer\n"
. "Keuze : $ Keuze\n"
. "Bijzonderheden : $Bijzonderheden\n";


*****($pfw_email_to, $pfw_subject ,$pfw_message ,$pfw_header ) ;
header("Location: bevestiging.html");
?>


Then you must change all the field names in your form accordingly, that is using uppercase first letter, just as it is in the script. The names of the fields must be excactly the same as in the script. For the Email take the - out, simply use "Email"
__________________
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!


Last edited by navaldesign; 02-24-2006 at 06:14 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #8  
Old 02-24-2006, 02:46 PM
Corporal
 
Join Date: Dec 2005
Posts: 16
Red face Re: Going Crazy for 3 days now

my URL for the form : http://www.rijschooldelta.nl/aanmelden.html
the URL for the error pages : http://www.rijschooldelta.nl/error_naam.html
http://www.rijschooldelta.nl/error_adres.html
http://www.rijschooldelta.nl/error_postcode.html ETC.

i haven't putt in the email as required. maybey the next step butt first i want to fill in these required fields.thank you so far!

my PHP file at the moment :

<?php
// Receiving variables
@$Naam = addslashes($_POST['Naam']);
@$Adres = addslashes($_POST['Adres']);
@$Postcode = addslashes($_POST['Postcode']);
@$Woonplaats = addslashes($_POST['Woonplaats']);
@$Geboortedatum = addslashes($_POST['Geboortedatum']);
@$Geboorteplaats = addslashes($_POST['Geboorteplaats']);
@$Telefoonnummer = addslashes($_POST['Telefoonnummer']);
@$Mobielnummer = addslashes($_POST['Mobielnummer']);
@$Email = addslashes($_POST['Email']);
@$Keuze = addslashes($_POST['Keuze']);
@$Bijzonderheden = addslashes($_POST['Bijzonderheden']);
// Validation
if (strlen($Naam) == 0 )
{
header("Location: error_naam.html");
exit;
}
if (strlen($Adres) == 0 )
{
header("Location: error_adres.html");
exit;
}
if (strlen($Postcode) == 0 )
{
header("Location: error_postcode.html");
exit;
}
if (strlen($Woonplaats) == 0 )
{
header("Location: error_woonplaats.html");
exit;
}
if (strlen($Geboortedatum) == 0 )
{
header("Location: error_geboortedatum.html");
exit;
}
if (strlen($Geboorteplaats) == 0 )
{
header("Location: error_geboorteplaats.html");
exit;
}
if (strlen($Telefoonnummer) == 0 )
{
header("Location: error_telefoonnummer.html");
exit;
}
//Sending Email to form owner
$pfw_header = "From: $Email\n"
. "Reply-To: $Email\n";
$pfw_subject = "aanmelden";
$pfw_email_to = info@rijschooldelta.nl;
$pfw_message =
. "Naam: $Naam\n"
. "Adres: $Adres\n"
. "Postcode: $Postcode\n"
. "Woonplaats: $Woonplaats\n"
. "Geboortedatum: $Geboortedatum\n"
. "Geboorteplaats: $Geboorteplaats\n"
. "Telefoonnummer: $Telefoonnummer\n"
. "Mobielnummer: $ Mobielnummer\n"
. "Keuze : $ Keuze\n"
. "Bijzonderheden : $Bijzonderheden\n";

*****($pfw_email_to, $pfw_subject ,$pfw_message ,$pfw_header ) ;
header("Location: bevestiging.html");
?>

it still doesnt work... everytime when i fill in the form it gives me the error_naam page. when i made the form i gave de max. lenghts of the tabs 0 (unlimited)... maybe t got something to do with that???
i'm really stuck on this please help...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #9  
Old 02-24-2006, 04:12 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

The names of your fields in the form, have a blank space after them, take them off and try it again. (f.e. "Naam_" whilst in the script you have "Naam" without space. Also you have changed the "Kauze" in "Keuze opleiding " , if you do changes in the form filed names, you must also change the script. Please note that the text that appears before each field, is a neutral element, so the text can be "Keuze opleiding " but the field itself must be simply "Kauze", as it is in the script.
__________________
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!
  #10  
Old 02-24-2006, 05:25 PM
Corporal
 
Join Date: Dec 2005
Posts: 16
Default Re: Going Crazy for 3 days now

i made the changes in the form. the .php file is same as above, butt still it doesn't. you can check it out if you want

http://www.rijschooldelta.nl/aanmelden.html

just fill something in it still gives the error_naam.html

thanks fo the help i really apreciate it!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #11  
Old 02-24-2006, 05:28 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

Quote:
Originally Posted by secretalain
i made the changes in the form. the .php file is same as above, butt still it doesn't. you can check it out if you want

http://www.rijschooldelta.nl/aanmelden.html

just fill something in it still gives the error_naam.html

thanks fo the help i really apreciate it!!!
Ok, wait 30 minutes, i'll give you the script as it must be. Just upload it on the server and you're done.
__________________
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!
  #12  
Old 02-24-2006, 05:30 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

Quote:
Originally Posted by secretalain
i made the changes in the form. the .php file is same as above, butt still it doesn't. you can check it out if you want

http://www.rijschooldelta.nl/aanmelden.html

just fill something in it still gives the error_naam.html

thanks fo the help i really apreciate it!!!
BUT you haven't done the corrections i told you about. Please do so and then test the form
__________________
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!
  #13  
Old 02-24-2006, 05:51 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

Quote:
Originally Posted by navaldesign
BUT you haven't done the corrections i told you about. Please do so and then test the form
Tere are also two more errors:

$pfw_email_to = "info@rijschooldelta.nl"; Missed the " and "

Then

$pfw_message =
. "Naam: $Naam\n"


delete the .


make it

$pfw_message = "Naam: $Naam\n"


Test your form at http://www.navaldesign.info/Tips/aanmelden.html
__________________
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!
  #14  
Old 02-27-2006, 01:05 AM
Corporal
 
Join Date: Dec 2005
Posts: 16
Default Re: Going Crazy for 3 days now

navaldesign thank you for youre help butt still it doesnt work...i copied youre .php file , removed the spaces just now its only "Naam" ( http://www.rijschooldelta.nl/aanmelden.html ) butt still it does not work... at youre site it works i dont now how butt it does... nice work :)!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #15  
Old 02-27-2006, 01:17 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

Quote:
Originally Posted by secretalain
navaldesign thank you for youre help butt still it doesnt work...i copied youre .php file , removed the spaces just now its only "Naam" ( http://www.rijschooldelta.nl/aanmelden.html ) butt still it does not work... at youre site it works i dont now how butt it does... nice work :)!
Did you receive the mails when testing the form on my 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!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #16  
Old 02-27-2006, 01:42 AM
Corporal
 
Join Date: Dec 2005
Posts: 16
Default Re: Going Crazy for 3 days now

yes... from youre site it workes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #17  
Old 02-27-2006, 01:50 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

Quote:
Originally Posted by secretalain
yes... from youre site it workes
Ok did you receive the email that i sent you with the attached php file?
__________________
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!
  #18  
Old 02-27-2006, 01:53 AM
Corporal
 
Join Date: Dec 2005
Posts: 16
Default Re: Going Crazy for 3 days now

yes and i copied it to notepad and saved it as aanmelden.php
i made the corrections on the form page and still get the error_naam.html message when i fill something in. even if i fill in the whole form...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #19  
Old 02-27-2006, 02:02 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

I'll email you the form page. Open it, if the images do not show, please double click on them to edit them and give again the path to the folder where the images are. I'll send you also the php file. Just upload it as it is to your server, don't put it in notepad. Give me three minutes .
__________________
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!
  #20  
Old 02-27-2006, 02:08 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

Sorry, can't do anything right now. the files are on my site, and the server 3 where i'm on, is down for the moment. I't will have to wait till morning when i get at office, I have the files in my computer there
__________________
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!
  #21  
Old 02-27-2006, 02:21 AM
Corporal
 
Join Date: Dec 2005
Posts: 16
Thumbs up Re: Going Crazy for 3 days now

that doesn't matter thank you either way!
ill check my mail tomorrow. here its 2.20am so iam turning in.
thank you navaldesign!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #22  
Old 02-27-2006, 02:28 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

Quote:
Originally Posted by secretalain
that doesn't matter thank you either way!
ill check my mail tomorrow. here its 2.20am so iam turning in.
thank you navaldesign!
Same hour here. Goodnight
__________________
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!
  #23  
Old 02-27-2006, 03:12 PM
Corporal
 
Join Date: Dec 2005
Posts: 16
Default Re: Going Crazy for 3 days now

i see youre from italy :) i thought america...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #24  
Old 02-27-2006, 10:25 PM
Corporal
 
Join Date: Dec 2005
Posts: 16
Default Re: Going Crazy for 3 days now

have you sent the mail already because i havent received anything?
if you havent just take youre time!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #25  
Old 02-27-2006, 10:36 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

Quote:
Originally Posted by secretalain
have you sent the mail already because i havent received anything?
if you havent just take youre time!
This morning i forgot, then from 13:30 to 19:30 that i came home, my italian ISP server was down. Now i'm at home but i think i can rebuild your page again so i won't make you wait till tomorrow. Please pass me again your email (i only have it in my office)
__________________
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!
  #26  
Old 02-28-2006, 12:56 AM
Corporal
 
Join Date: Dec 2005
Posts: 16
Default Re: Going Crazy for 3 days now

??????????????????????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #27  
Old 02-28-2006, 01:02 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: Going Crazy for 3 days now

I already sent it to you on your info@... address. Please don't put email addresses on the net.
__________________
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!
  #28  
Old 02-28-2006, 01:56 AM
Corporal
 
Join Date: Dec 2005
Posts: 16
Default Re: Going Crazy for 3 days now

ok thank you ( and for the tip). i will check it tomorrow on work!
btw can you send it to both adresses please, if its not to much work...
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 07:30 AM.


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