Button not displayed correctly & Error showing up on Button
-
looks like Button CSS not working and instead showing a different error box.
Attachments:
You must be
logged in to view attached files.
Hello,
In order to set styles to the button, you need to use classes from the theme – https://prnt.sc/g0zi9FrynW0H
As for the “response output” message that always shows, you must display the contact form using our theme’s special element. Replacing the current one with our theme’s element will fix the issue. – https://prnt.sc/TSniDDtyXd9u
Kind Regards
When I using theme’s contact form 7, the styling is totally off.
Attachments:
You must be
logged in to view attached files.
Hello,
Use classes as shown here – https://prnt.sc/uNn8zxnFrmnC
Here is an example:
<div class="wd-grid-g">
<div class="wd-grid-f-stretch">
<div class="wd-col"><label>Your Name</label>[text* your-name]</div>
<div class="wd-col"><label>Your Email</label>[email* your-email]</div>
</div>
<div class="wd-grid-f-stretch">
<div class="wd-col"><label>Phone Number</label>[tel tel-767]</div>
<div class="wd-col"><label>Company</label>[text text-1]</div>
</div>
<div><label>Your Message</label>[textarea your-message]</div>
<div>[submit class:btn-color-black "ASK A QUESTION"]</div>
</div>
Kind Regards
Hello,
Always remember that you can reach out to us with any questions you may have.
Wish you all the best.
Kind Regards
The topic ‘Button not displayed correctly & Error showing up on Button’ is closed to new replies.