-
AuthorPosts
-
July 22, 2019 at 3:57 pm #1120904
Hi!
I use the plugin contact form 7 to set the email reception and submission as I wish.
By cons, I love beauocup the page of your contact form on this demo: https://preview.themeforest.net/item/enfold-responsive-multipurpose-theme/full_screen_preview/4519990?_ga=2.192955946.684612349.1563802338-1980023657.1563261236
I would like to be able to put my form on 2 columns (and not 3 as on your demo), keep the white border nets and background either transmarent or with my color # 192734.I searched on the support but I did not find what I need …
Could you help me to pay my form as on your demo?
Thank you so much.Gaëlle
July 23, 2019 at 6:01 am #1121094Hey oeilneuf74,
Thank you for using Enfold.
Looks like you’ve switched to the theme’s contact form. Do you still require help with this?
Best regards,
IsmaelJuly 23, 2019 at 9:48 am #1121144Hi Ismael,
Thanks for your answer.
I inserted the contact form under that of your demo.
I would like the second form to look like the first one (the one in your demo).
Thank you for your helpGaëlle
July 24, 2019 at 10:56 am #1121452Hi,
Thank you for the update.
Use the following css code to adjust the style of the contact fields.
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { color: #fff; border-color: #fff; border-width: 2px !important; background-color: transparent; }
If you want to separate the input fields into columns, wrap the cf7 field shortcodes inside a paragraph tag and apply the appropriate class attributes. Example:
<p class="first_form form_element form_element_half">[cf7 shortcode here]</p> <p class=" form_element form_element_half">[cf7 shortcode here]</p>
Best regards,
IsmaelJuly 24, 2019 at 11:21 am #1121460This reply has been marked as private.July 25, 2019 at 3:06 pm #1121922Hi,
Thank you for the update.
I just found out that you have to wrap the fields inside a container with the class attribute “avia_ajax_form”.
We created an example for you. (see private field)
<div class="avia_ajax_form"> <p class="first_form form_element form_element_half"> <label> Votre nom (obligatoire) [text* your-name] </label> <p class=" form_element form_element_half"> <label> Votre adresse de messagerie (obligatoire) [email* your-email] </label> <p class=" form_element"> [submit "Envoyer"] </div>
Best regards,
IsmaelJuly 25, 2019 at 3:13 pm #1121925Hi Ismael!
Great!!!!! :-)
Thanks a lot!!!Gaëlle
July 26, 2019 at 4:30 am #1122045 -
AuthorPosts
- The topic ‘Customize Contact form’ is closed to new replies.