![]() |
|
| |||||||
| Notices |
| Forms Discussion and help related to designing and implementing forms in the BlueVoda Website Builder. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| i am working on a form and when i enter submit is says something about sent to ip server and in the upper top left it says error 404 http://www.bestplasticcleaner.com/samples.php is the url |
|
#2
| ||||
| ||||
| I got form has been submitted by your ip, no 404 error and I think you can change what it says there. It is just acknowledging a form submission is all. Karen
__________________ KMAC Enterprise Granny's Country Nook 10%Off, your code: Forum Discounts Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost ![]() |
|
#4
| |||
| |||
| still have problems getting the email to work. the site is http://www.bestplasticcleaner.com/samples.php. |
|
#5
| ||||
| ||||
| Frank.. Your input is hidded by formmaker pro... but you need to SUBMIT to an email address or a database. Did you check to see which one you set up? Look in form maker pro to see if its adding the results there. Also did you set up an autoresponder? Karen
__________________ KMAC Enterprise Granny's Country Nook 10%Off, your code: Forum Discounts Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost ![]() |
|
#7
| ||||
| ||||
| Frank.. Id have to look at the whole code.. can you email it to me? And the action code too if you set it up that way. Karen
__________________ KMAC Enterprise Granny's Country Nook 10%Off, your code: Forum Discounts Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost ![]() |
|
#9
| ||||
| ||||
| LOL.. Did you send it to the enterprises? instead of enterprise again? Karen
__________________ KMAC Enterprise Granny's Country Nook 10%Off, your code: Forum Discounts Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost ![]() |
|
#11
| ||||
| ||||
| NO... My email is "kmacenterprise" at and i bet you sent to kmacenterprises karen
__________________ KMAC Enterprise Granny's Country Nook 10%Off, your code: Forum Discounts Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost ![]() |
|
#13
| ||||
| ||||
| nope.. no mail! Karen
__________________ KMAC Enterprise Granny's Country Nook 10%Off, your code: Forum Discounts Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost ![]() |
|
#15
| |||
| |||
| this is the form that is giving mre trouble <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>Request For Samples</title> </head> <body> <h2>To Order your Samples</h2> <p>Please fill out the form below to order your free samples. If you have any questions, don't hesitate to <a href="<A href="http://www.bestplasticcleaner.com/contactus.php">contact">http://www.bestplasticcleaner.com/contactus.php">contact us</a>.</p> <form method="post"action="roxyenterprises****.com"> <label>Name:</label><input type="text" name="name" size="30" tabindex="1" /> <br /> <label>Email:</label><input type="text" name="email" size="30" tabindex="2" /> <br/> <label>Address:</label><input type="text" name="address" size="30" tabindex="3" /> <br /> <label>Town/City:</label><input type="text" name="city" size="30" tabindex="4" /> <br /> <label>State:</label><input type="text" name="state" size="2" maxlength="2"tabindex="5" /><br /> <label>Zipcode:</label><input type="text" name="zip" size="5" maxlength="5"tabindex="6" /> <br /> </fieldset> <p id="sample type"><label>Type of sample:</label><select name="sampletype" /><br /> <option value="Novus # 1">Novus # 1</option> <option value="Novus # 2">Novus # 2</option> <option value="Novus # 3">Novus # 3</option> </select></p> <p class="legend">Suggestions</p> <fieldset id="suggestions"> <textarea name="comments" rows="3" cols="40">Please share any comments you have here</textarea> </fieldset> <p id="buttons"><input type="submit" value="Order Samples" /> <input type="reset" value="Start Over" /></p> </form> </body> </html> |
|
#16
| ||||
| ||||
| Frank I told you already its that line in red. You have to have an ACTION for it to perform, and thats usually an additional page that contains the script for it to do, whether its put it all in an email or add it to a database. Simply putting your email in it wont do it. In some form builders you can click and get options for that field with a built in java script. Karen
__________________ KMAC Enterprise Granny's Country Nook 10%Off, your code: Forum Discounts Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost ![]() |