![]() |
|
| |||||||
| Notices |
| Forms Discussion and help related to designing and implementing forms in the BlueVoda Website Builder. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
|
To the Administrator. I read all theInstructions above and I have two questions. 1. when I write in the filed Action: contact php and all the Instructions after, this is actually php script for from? 2.If I have form with 60 fields,I do exactly the same thing or maybe this code fit only to small form with few fields. Thanks. Ilanit |
|
#2
| ||||
| ||||
|
Not an administrator, but I'll give this one a wack.... 1. Yes- contact.php is php script that will collect the data from the form and send it to your e-mail. 2. Yes- this script is designed to collect all fields and send that data to your e-mail. 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!) |
|
#4
| |||
| |||
|
Thank you both for the replies! I have only 2 more questions... In the script can I change the english field: $name, $address etc. for $naam, $adres? This is Dutch and since the website is initially in dutch that would suit the buttons better. the other thing is if I name the formfield button something different than submit does it work as well or do I need to change that as well? thanks again for all the patience..... Fabbers |
|
#5
| ||||
| ||||
|
The above described script can be modified to implement a simple autoresponder, that will send your visitor a copy of the email that you will be receiving: this is done by adding some lines of code. See how this modified script could be: Quote:
As usual, change the part in blue with your own values. Please note that the autoresponder will only work if the visitor's email field is named "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! |
|
#6
| ||||
| ||||
| Quote:
__________________ 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
| |||
| |||
|
Thanks a million Navaldesign! I am going to try all over again! Could you please be so kind to help me on these last topics? I would be really greatful! 1.What would be the scriptline for a telephonenumber field? 2.If you past the html block into your page and paste the script into that would webvisitors see that html block or can you arrange it to the back so it is out of view? Thank you again for all the trouble of helping me out! Fabbers |
|
#8
| ||||
| ||||
|
1. This script is a generic one, based on a loop. It does not look for the filed titles, nor the values. So you can simply add a Field for the telephone number in your form, and the script will automatically include in the email, both the field title (that could be named, f.e. "Telephone_Number" and the value filled in by the visitor. The same goes FOR ANY OTHER FIELD you may wish to add in your form. You can have AS MANY FIELDS AS YOU WANT. 2. No, visitors cannot see the HTML block. They can only see what the effect of the code pasted is (if any). In this case, being it a php script with no html visual part or echo / print commands, the script will produce absolutely none visual effect. However, pasting the script in a HTML block (or box) has excactly the same result as pasting it directly in the page HTML (in the inside body Tag, as suggested in the tutorial) but it also adds some useless HTML Tags
__________________ 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! |
|
#9
| ||||
| ||||
|
AHHHHHHHHHHH, What I can say guys,tank you thank you thank you, I'vewaitig for ths for so long, tat's really helping people who are nw in coding and scripts, I've tryed it and it works 1000000000000 per cent. Thank yo again. Before I leave I have a question to Navaldesign 1 - The script you added for the autoresponder should I past it in he inside body tag with the first one? 2 - ist does matter how many space I leave between the first script and the second? Thanks
__________________ The Producer |
|
#10
| ||||
| ||||
| Quote:
__________________ 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! |
|
#12
| ||||
| ||||
|
But still another question: in my form there is two e-mail field, one is for personal e-mail and the second is for the company e-mail, so is the script detect e-mails directly and send it to them or I have to change something in the script to read the different field names, cause I named them differently than just e-mail. Thanks
__________________ The Producer |
|
#13
| ||||
| ||||
|
The main one, which will also be used for the autoresponder to send the mail to, must be called "email". This will also result in the "From" field of the email that you will receive. You can name the second email field whatever you want: "Second_email", "Home_email" etc.
__________________ 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! |
|
#15
| ||||
| ||||
|
You are very welcome
__________________ 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! |
|
#16
| |||
| |||
|
I really do appreciate the help. I have followed the instructions to a tee and still when I click on the submit button it goes to a page cannot be displayed. I did have my personal email entered in and it would go to my email page but didn't send it. I also wonder how long it takes for everything to publish because when I make changes they sometimes don't change but later I see some changes but not all. Sorry I am such a novice but I am proud of the way the site is developing. Did't know I could do this. Is there anyway for you to look at my site and tell me where I am failing to understand. I have a page called contact us and have navigation buttons. When I click on home it will sometime go to the home page and sometmes it won't. My site link is http://www.banklinkusa.net and I would be glad to give my login info for the help.Thank you
|
|
#17
| ||||
| ||||
|
Your links back to home work ok both from the form and the thankyou page. However, you have put the php script in the form page, whilst it is not needed there. Being it php, i can-t see if you have also put it in the acrion.php page, as you should have. Use my form to send me your loggin info so i can have a look.
__________________ 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! |
|
#18
| ||||
| ||||
| |