![]() |
|
| |||||||
| Notices |
| Forms Discussion and help related to designing and implementing forms in the BlueVoda Website Builder. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
|
after having watched the 2 blue voda tutorials on forms and tried to follow the php mailto security tutorial instructions, I still cannot understand how to make required fields and set error messages. can anybody help? I'm Italian and my English is limited!!! thanks so much! this is my form: </FORM> </DIV> <INPUT type="text" style="position:absolute;left:16px;top:369px;width :162px;font-family:Arial;z-index:7" size="27" name="nòmene e sambinàdu" value="nòmene e sambinàdu"> <INPUT type="text" style="position:absolute;left:16px;top:410px;width :174px;font-family:Arial;z-index:8" size="29" name="inderitziu de domo" value="inderitziu de domo"> <INPUT type="submit" name="invia" value="Ordina" style="position:absolute;left:15px;top:496px;z-index:9"> <TEXTAREA name="cumèntos" style="position:absolute;left:16px;top:451px;width :268px;height:28px;font-family:Arial;z-index:10" rows=0 cols=40>cumèntos</TEXTAREA> </FORM> and this is my php file: <HTML> <HEAD> <TITLE>Ordine Inviato</TITLE> </HEAD> <BODY> <H2><FONT style="FONT-SIZE:10pt" color="#000000" face="Arial">Gratzias! S'ordine tou est bistàdu imbiàdu in manera curretta,<p>as a retzìre a presse sa cunfirma.</FONT></H2> <?PHP $email = $HTTP_POST_VARS[email]; $mailto = "?????@tiscali.it"; $mailsubj = "Ordine dal sito Osinka Editziones"; $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); ?> </BODY> </HTML> |
|
#2
| ||||
| ||||
|
lallett, Please post your website url so that we may check it out. Once you do that- I will see if I can write a script that you can use. 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!) |
|
#3
| |||
| |||
|
hi andy, sorry I didn't give you the url ... and the form code I pasted on my help request was not correct! the url I'm using to practise is www.lallett.altervista.org/osinka.html thanks!!! |
|
#4
| ||||
| ||||
|
lallett, I have done the best I can with setting up a script and instructions on how to create the error pages. I hope it is clear enough for you to follow. You will find it here; http://www.netisopen.com/test/mailtoscript.html 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!) |
|
#5
| ||||
| ||||
|
Se vuoi ti posso preparare lo script che ti serve. Contattami usando il mio modulo di contatto. Anche se usare BlueVoda fuori dai server VodaHost ti toglie tutte le caratteristiche dinamiche di BV....
__________________ 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! |
|
#7
| ||||
| ||||
|
La tua email, laura..........@ inwind.it inviatami, non risulta corretta, quindi non posso contattarti. Controlla e rispedisci per cortesia
__________________ 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! |