Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#3657
Danijel
Participant

Hello paulagdi,

Thank you for noticing this bug, to fix it please find this code:
You can find this code into 2 different pages:
contact-locations.html – line 465
contact-simple.html – line 460

                            <fieldset>
                                <label>
                                    <span class="required">*</span> Email:
                                </label>

                                <input type="url" class="wpcf7-text" id="contact-email">
                            </fieldset>

And replace it with this code:

                           <fieldset>
                                <label>
                                    <span class="required">*</span> Email:
                                </label>

                                <input type="email" class="wpcf7-text" id="contact-email">
                            </fieldset>

Best regards,
Danijel