![]() |
|
| |||||||
| Notices |
| Forms Discussion and help related to designing and implementing forms in the BlueVoda Website Builder. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| Hi there every1. My name is Bill and my site is www.websitetrafficvault.com Having trouble with the form. I have added the code for the contact form. Added the action.php in the form properties box. Built my thank you page, edited the 2 lines of code to reflect my email. Saved the page and published it. Now I enter my contact info as a test to see if it works. When I do this I get a 404 error. It says action.php is not found on the server. I then renamed the action.php to thank you.php, and it worked. Do anyone anticipate this becoming a problem within my site in the future? Help is most appreciated. |
|
#7
| |||
| |||
| Here's the entire PHP code..modify the blue to fit your needs: --------------------------------------------------------------- <?PHP $mailto = "email@yoursite.com"; $email = $HTTP_POST_VARS['email']; if ($email == "") { $email = $mailto; } $mailsubj = "Reservation request"; $mailhead = "From: $email\n"; reset ($HTTP_POST_VARS); $mailbody = "Values submitted from our Reservation Form:\n"; while (list ($key, $val) = each ($HTTP_POST_VARS)) { if ($key!="submit") { $mailbody .= "$key : $val\n"; } } mail($mailto, $mailsubj, $mailbody, $mailhead); ?> ----------------------------------------------------------------- |
|
#8
| |||
| |||
| Quote:
|
|
#9
| |||||
| |||||
| Quote:
Quote:
Quote:
"There has been a new submission from our Web Form. Here is the info submitted:" Or anything similar. You can also leave it as it is. Please note that youe email address (when you set it up) will NOT have the www. it will be dral @ dralfredsantoro.com . I have purposely left whitespaces between the text and the @ in order not to spam you before you even set it up!!!
__________________ 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! |
|
#10
| |||
| |||
| Thank you for the information. I will be trying to go live by end of day. Another question..All my pages in BV have a .bvp extension. I saved the thank you page with the .php extension as directed. However, the tutorial made a point of saying the thank you page MUST have the .php extension. Did I do something incorrectly? Or does this sound ok to you. Thanks again |
|
#11
| ||||
| ||||
| Quote:
__________________ Ken If there hadn't been women we'd still be squatting in a cave eating raw meat, because we made civilization in order to impress our girl friends. And they tolerated it and let us go ahead and play with our toys. Orson Wells |
|
#12
| ||||
| ||||
| Quote:
You do NOT save your thankyou page with the php extension!!! You simple go in Page Properties and set the extension to be php when published. This way BV will add the correct extension when you publish.
__________________ 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! |
|
#13
| |||
| |||
| thank you for that clarification. BTW, when I went to publish my index page, I got a user id/password issue which I will take up with VodaHost. However, I noted that my email server is mail@dralfredsantoro.com So do I type THIS email address in the html mailto line? Instead of what I had originally done dral@www.dralfredsantoro.com Thanks I have a feeling I will be asking a bunch of question in the short term, so thanks for your patience with me. |
|
#14
| ||||
| ||||
| Your mail server should be mail.dralfredsantoro.com and not mail@dralfredsantoro.com This is NOT your email address, you need to go in your cp / webmail and create whatever email address you want to use, in example dral@dralfredosantoro.com
__________________ 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
| |||
| |||
| ok, let me get this straight...I am getting a bit confused... What should I put on the HTML "beginning of body" tab mailto= line? Right now I have on that line DrAl@www.DrAlfredSantoro.com Are you saying I should have mail.dralfredsantoro.com ? Sorry, but I have no knowledge of this information. I feel like I have mastered addition and subtraction, and now I am thrusted into calculus. A totally different language and logic. Thanks for your clarification. |
|
#16
| ||||
| ||||
| VH will setup your account in just 24 - 36 hr (sometimes even less). At that point, you need to go where you registered your domain name and point your nameservers to VH. After that a further 12 - 24 hrs are required for DNS propagation before your site can be reachable. In the mean time you can publish your pages.
__________________ 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! |