Log in

View Full Version : CSS form (Pop up Form labels) not sending e-mail??



ShoaibQ
06-26-2015, 04:24 AM
Hello,

So I wanted to use this amazing form here: (http://www.dynamicdrive.com/style/csslibrary/item/pop_up_form_labels/ ) on my website.

You can view the page in question at: http://bugoutrepellent.com/Contactus.html

However when I try to submit the form- instead I get a message that says "You cannot send a blank form".

Testing it using the following: http://bugoutrepellent.com/sampleform.htm - I receive e-mails through this just fine.

Is there something wrong with the code for the pop-up form label in its relation to "FormToEmail.php" that it thinks the form is blank? I'm at a bit of a loss as to what the problem is as I'm totally sold on this form style and would rather not change it!

Any insight is appreciated.

Thank you,

~Shoaib

Beverleyh
06-26-2015, 12:16 PM
TIP: If one works and the other doesn't, look for patterns that have changed or for things that are different.

TIP: If you are integrating new markup/CSS in an existing script, make gradual changes and test thoroughly between each addition. Don't remove something unless you know what it is for and you're sure it wont have an adverse effect.

TIP: Learn more about forms and what their fields and attributes are for.

SPOILER ALERT! (and glaringly obvious omission)... name attribute!!