Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ General Web Design _ HTML contact form is not emailing me...... HELP!

Posted by: Ranger Buck Feb 2 2017, 07:51 AM

Here's the HTML code that is on my website on the sidebar. It used to email me when someone filled out a contact form but somebody made some changes and now it's not working. What do I have to do to get this working again?

<div class="span4 redbg">
<div class="spacer">
<h2 class="source">Start Your Free Estimate Now</h2>
<form id="contactForm" method="post" action="http://charliemikeconstruction.com/">
<input type="text" name="name" class="wideinput" placeholder="Name..." />
<input type="text" name="email" class="wideinput" placeholder="Email..." />
<input type="text" name="phone" class="wideinput" placeholder="Phone..." />
<select name="work" class="wideselect">
<option value="">Type of work interested in...</option>
<option value="Roofing">Roofing</option>
<option value="Foundation">Flooring</option>
<option value="Fencing">Fencing</option>
<option value="Painting">Christmas</option>
<option value="Remodeling">Remodeling</option>
<option value="Other Services">Other Services</option>
</select>
<input type="text" name="hearaboutus" class="wideinput" placeholder="How did you hear about us?" />
<input type="text" name="cityyoulive" class="wideinput" placeholder="What city do you live in?" />
<textarea name="comment" class="wideinput" placeholder="Explain your needs in detail..."></textarea>
<span style="text-align:right;"><input type="submit" value="Contact Us" name="submit" class="btn" /></span>
</form>
</div>
</div>

Posted by: Christian J Feb 2 2017, 08:21 AM

Is this URL correct:

CODE
action="http://charliemikeconstruction.com/">

? The form ACTION attribute's URL should point to the server-side script that handles the form submission.

Posted by: pandy Feb 2 2017, 09:07 AM

At your site the action leads to googledocs. But that doesn't work either.

Posted by: Christian J Feb 2 2017, 11:25 AM

Are you sure? I see https://charliemikeconstruction.com/form.php on the site. unsure.gif

Posted by: pandy Feb 2 2017, 12:41 PM

Yes. It has been changed. I guess the OP has solved the problem. Except there is an SSL error.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)