The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HTML contact form is not emailing me...... HELP!
Ranger Buck
post Feb 2 2017, 07:51 AM
Post #1





Group: Members
Posts: 1
Joined: 2-February 17
Member No.: 26,292



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>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Feb 2 2017, 08:21 AM
Post #2


.
********

Group: WDG Moderators
Posts: 9,630
Joined: 10-August 06
Member No.: 7



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.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 2 2017, 09:07 AM
Post #3


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



At your site the action leads to googledocs. But that doesn't work either.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Feb 2 2017, 11:25 AM
Post #4


.
********

Group: WDG Moderators
Posts: 9,630
Joined: 10-August 06
Member No.: 7



Are you sure? I see https://charliemikeconstruction.com/form.php on the site. unsure.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 2 2017, 12:41 PM
Post #5


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Yes. It has been changed. I guess the OP has solved the problem. Except there is an SSL error.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 09:45 AM