Dain Welsman
asked 9 years ago

Hi There

I am having a lot of difficulty implementing contact forms.

I want to use the demo form in the Minion theme, so I have referred to other questions to install, but then the submit button does not work. Nothing happens when I press the submit button.

I have gone through the Contact Form 7 Plugin, generated a new Submit Button, which when pressed has the rotating arrows signals, then does nothing.

I can’t find any further troubleshooting options on this forum.

Thanks

nobita
replied 9 years ago

It’s work normal when i use it with the default form ò contact form 7, you can try send us our site to check .Glad

[email protected]
replied 9 years ago

my site is thisentrepreneurblog.com

dominic Staff
replied 9 years ago

You can add the following code to the contact form7 (Contact Form > Add new)

<form action="#" id="form" method="post" name="form">
<input class="input-block-level" name="vname" placeholder="Your Name" type="text" value="">
<input class="input-block-level" name="vemail" placeholder="Your Email" type="text" value="">
<input class="input-block-level" name="sub" placeholder="Subject" type="text" value="">
<input class="input-block-level" name="website" placeholder="Website" type="text" placeholder="http://" />
<label>Your Suggestion/Feedback</label>
<textarea class="input-block-level" name="msg" placeholder="Type your text here..."></textarea>
[submit class:button id:form-submit "Send Mail"]

Note: you can refer here: http://contactform7.com/faq/#After_submitting_the_form_I_get_an_error_message
Hope this helps !

Powered by DW Question & Answer Pro