1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved how can i add just a single text line in divi contact form ?

Discussion in 'Free Divi Community Forum' started by Hamza1212, Apr 1, 2022.

  1. Hamza1212

    Hamza1212 New Member

    I just want to add only a single text line in the contact form without any field. any lead ?
     
    1. PRO MEMBER PERKS Divi Cart Count Plugin - Easily add cart count to your Divi cart icon. 6 different styles to choose from:Learn More
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    You may add a new field, then set the field to be checkbox & key in the title that you want & add the below CSS in Divi > Theme Options > Custom CSS to hide the checkbox:
    Code:
    Log In or Sign Up to view this code.
    **Change YOUR_FIELD_ID to your own field id.
     
  3. Kaz

    Kaz New Member

    Hi - I also want to add just text into the Divi contact form. I've tried your CSS above into DIVI>Theme Options and can't get it to work. This is what I have:

    [data-id="Contact_Details"] .et_pb_contact_field_checkbox {
    display: none!important;
    }

    What am I doing wrong?
    Thank you.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade mega menu design for your Divi site without using any plugins:View Demo
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    Kindly share your URL.
     
  5. Kaz

    Kaz New Member

    https://goostreyrosefestival.co.uk/procession/

    It's the 2nd form on this page (the 1st form is using the Ninja Forms plugin, which does text via HTML no problem). I'd still like to get the DIVI form to work. Thank you
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade slide in bar design for your Divi site without using any plugins:View Demo
  6. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try to use lower case:

    [data-id="contact_details"] .et_pb_contact_field_checkbox {
    display: none!important;
    }
     
  7. Kaz

    Kaz New Member

    That works! Thank you so much :)
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade floating button design for your Divi site without using any plugins:View Demo