View Full Version : Forms and GoDaddy
sunny_tyner
08-09-2008, 08:07 PM
Ok - I've combed the old posts and can't seem to find an answer to this one so I thought I'd post.
I've built a form in Web Easy Pro.
Go Daddy is my host and provides a php script to put into Web Easy which will direct my form mail to the Go Daddy form server, which will then email it to an address that I've chosen (and already specified at the Go Daddy level).
My question is this: Where do I add the line of script that Go Daddy has provided?
Thanks for your help!
Sunny
davidrosso
08-09-2008, 10:52 PM
Do this...
- Insert
- Object
- Dynamic Link
- Next
- YouTube (check I am a member box)
- Next
- Next (check yes I have copied the code)
- Paste your HTML code in the box
- Next
- Finish
- OK
- Place the box on your page
sunny_tyner
08-09-2008, 11:24 PM
Ok - that was easy enough, however, the link I just created and added to the form doesn't show up in preview mode or when I upload my site.
Got any further hints for me?
Thanks!
Sunny
davidrosso
08-10-2008, 02:31 AM
Ok - that was easy enough, however, the link I just created and added to the form doesn't show up in preview mode or when I upload my site.
Got any further hints for me?
Thanks!
Sunny
Whats your site address/url?
sunny_tyner
08-10-2008, 04:38 PM
Here's my link. The form is located under the "Order" tab.
Thanks!
Sunny
http://www.hometownappraisalsfl.com
WebMonkey08
08-10-2008, 07:42 PM
Here's my link. The form is located under the "Order" tab.
Thanks!
Sunny
http://www.hometownappraisalsfl.com
Go here: http://www.1websiteplace.com/tutorial/we_contact.html
Or here http://www.coffeecup.com/form-builder/
Both are Idiot proof !
davidrosso
08-10-2008, 11:56 PM
Here's my link. The form is located under the "Order" tab.
Thanks!
Sunny
http://www.hometownappraisalsfl.com
Tried your form, apparently you have errors in the form on godaddys end, it returned this when I hit submit...
Warning: mail() [function.mail]: Bad parameters to mail() function, mail not sent. in /home/content/s/u/n/sunnytyner/html/amailzing.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/content/s/u/n/sunnytyner/html/amailzing.php:235) in /home/content/s/u/n/sunnytyner/html/amailzing.php on line 272
sunny_tyner
08-11-2008, 03:17 AM
:DOk - here's my solution.
Go Daddy's directions say:
To Use webformmailer.php:
1. Create a Web form, assigning unique names to your form fields.
2. In the form tag, assign /webformmailer.php to the action attribute and set the form method to post:
<form action="/webformmailer.php" method="post">
And what I figured out was when I created the form and got the html action box, all I needed to add to the action box was: webformmailer.php - not the entire <form action="/webformmailer.php" method="post"> line.
The form now goes through Go Daddy's form mailer and is sent directly to me without the user's email program.
Geez Louise! Thought I'd never get it to work.
Thanks so much for your help. I actually figured out what I needed by looking at the amailzing directions.
Thanks again!
Sunny:D
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.