Tushar Bhaware
asked 9 years ago

Hi,

Thanks for the theme. DW Minion is awesome. But there is one bug in the theme. I have tested it on demo site of the DW Minion theme. Also on other people who have installed this theme. THe bug is If you try to comment or contact without filling up email, name and comment, it thorws an error. I think it should have proper validation for name, email and comment.
For other types of error if occured, there should be proper error page with link to go back to home page.
Can you please help me out with this?

My website is http://digitallygenius.com/

Regards,
T

dominic Staff
replied 9 years ago

I have tested comment section on our demo, it’s still work fine.

1 Answers
DominicStaff
answered 9 years ago

At the moment, on our demo you can not send a email for us, we have disabled this feature on our demo, you only can view.
When you install & use you can use the contact form 7, you can add the following code to the Contact form:

<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

If you still face there issue, you can send me username & password of your site for further checking.
Hope this helps !

Powered by DW Question & Answer Pro