The contact form is not responding no matter what I do. I imported the Dw minion demo xml file. I’ve tried adjusting the contact form 7, putting in different dw minion demo contact form code I found online and used the short code from contact form 7 and replaced the original contact form code under the contact page. the contact form changes into the one I replaced into but it still doesn’t respond. No submission happens and I don’t receive any mails. I am a noob in terms of codes and stuff. Have no idea how to make the contact form work. Thank you for any and all help. I really appreciate it.
Hi,
To create a contact form as our demo, you can add the following code to the contact page in the Text frame.
<div class="map"><iframe src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=123+Main+st.++Los+Angeles,+CA,+90012,+U.S.A+&aq=&sll=37.0625,-95.677068&sspn=55.016555,114.169922&ie=UTF8&hq=&hnear=123+S+Main+St,+Los+Angeles,+California+90012&t=m&z=14&ll=34.05184,-118.243709&output=embed" width="100%" height="350" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div>
<div class="contact-info style-content-2">
<ul class="style-1 pull-left">
<li><span class="text-icon-left"><i class="icon-google-plus-sign"></i> Google+</span> <span class="pull-right"><a href="#">designwall</a></span></li>
<li><span class="text-icon-left"><i class="icon-skype"></i> Skype</span> <span class="pull-right">john.doe</span></li>
<li><span class="text-icon-left"><i class="icon-facebook-sign"></i> Facebook</span> <span class="pull-right"><a href="#">wp.designwall</a></span></li>
</ul>
<ul class="style-1 pull-right">
<li><span class="text-icon-left"><i class="icon-phone-sign"></i> Mobile Phone</span> <span class="pull-right">1-800-233-4175</span></li>
<li><span class="text-icon-left"><i class="icon-twitter-sign"></i> Twitter</span> <span class="pull-right"><a href="#">designwall_com</a></span></li>
<li><span class="text-icon-left"><i class="icon-apple"></i> Facetime</span> <span class="pull-right">[email protected]</span></li>
</ul>
</div>
<form>
<fieldset><legend>Use the form below to drop me a message</legend><label>Your name
<input class="input-block-level" type="text" placeholder="Type your name" /></label><label>Email
<input class="input-block-level" type="text" placeholder="[email protected]" /></label><label>Website
<input class="input-block-level" type="text" placeholder="http://" /></label><label><label>Your Message
<textarea class="input-block-level"></textarea></label><input class="btn pull-right" type="submit" value="Submit" /></label></fieldset>
</form>
After adding, please change the information and content.
Hope this helps !
Please login or Register to submit your answer