Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #1121094

    Hey 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,
    Ismael

    #1121144

    Hi 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 help

    Gaëlle

    #1121452

    Hi,

    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,
    Ismael

    #1121460
    This reply has been marked as private.
    #1121922

    Hi,

    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,
    Ismael

    #1121925

    Hi Ismael!

    Great!!!!! :-)
    Thanks a lot!!!

    Gaëlle

    #1122045

    Hi,

    You’re welcome! Glad we could help. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day!

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Customize Contact form’ is closed to new replies.