![]() |
|
| |||||||
| Notices |
| Forms Discussion and help related to designing and implementing forms in the BlueVoda Website Builder. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
|
I've created my form http://74.86.118.28/~ejyuhupg/book-a-fishing-trip.php I've created a confirmation page http://74.86.118.28/~ejyuhupg/confirmation-booking.html I've created an error page http://74.86.118.28/~ejyuhupg/error.html I filled out every field (22 of them) in my form buy only receive information from 16 fields in my email. Plus they are scrambled which makes them meaningless. No error message is being generated, everything looks sweet but the results are incomplete and messy |
|
#2
| ||||
| ||||
|
Many of your fields have the same name: year (2), month (3), day (3) adults (2) wharf (2) When more than one fields have the same name, you ONLY receive one value. rename them to be correct. To fix the order: Right click the field you want first, and from the right click menu select "Move to front". repeat for all fields in the order you want them. Please note that this also sets the "tab" key order for the fields. Include in this procedure your submit and reset buttons. Save, publish, refresh 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! |
|
#3
| ||||
| ||||
|
Thanks for that. Logical when it's pointed out but damn hard to spot when you're tearing your hair out trying everything you can think of to fix it. Thanks again for the explanation |