id like to use the contact 7 form with recaptcha without the google map. In your example it appears to be less than a few columns wide although the coding indicates that it is 12 columns wide. How can I adjust the coding to make the form 8 columns wide?. Thank you for your continued support.
contact form
5 replies · opened Jun 16, 2021
Hello,
To make the Columns Wider, simply find the following code:
[ch_pre]<div class="contact-form-overlay col-md-6 offset-md-6 col-lg-4 offset-lg-8 p-5">[/ch_pre]
and change the classes to: contact-form-overlay col-md-8 offset-md-4 p-5.
This should work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Can I remove the outer outline of the form box? Please see my attached screen shot.
Simply remove the .contact-form-overlay Class from the DIV.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Thank you for your continued support. I'd like to test the functionality of the contact form. What are the coding tools that you provide to enable sending the email and enabling the spam protection of the recaptcha functionality.
Thanks for your Patience!
The Form Processor uses PHPMailer and the Emails can be sent through PHP mail() Function or SMTP. Please consider checking out the complete Documentations here: http://docs.semicolonweb.com/docs/forms/form-setup/ .
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard