• Resolved esztelle

    (@esztelle)


    Hi there,
    I have been using Contact form 7 for a long while now.
    I am working for a company where I work on their website.
    I have the latest version of WordPress, Contact form 7, Elementor and Elementor Pro.

    I haven’t touched my Contact form 7 for a while, as there was no need to create any new forms. However, I changed the website’s theme from Flash to Ocean WP a month ago.

    3 days ago I added a new button to a column next to my form, and for some reason the form got affected by this.

    The spacing between my field completely disappeared on the live site.
    My new theme asked me to get WPForms, I don’t know if this is important at all. I got this plugin, but then deleted it because I though it might effect my forms in Contact form 7.

    Could you help me with this issue?

    Bests

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    See Editing form template

    What content do you have in the Form tab panel?

    Thread Starter esztelle

    (@esztelle)

    Hi
    I have this:
    [text* your-name placeholder “Full name”]
    [email* your-email placeholder “Email address”]
    [text your-number placeholder "Phone number"]
    [textarea your-message placeholder “Message”]

    [file* Uploadfile limit:10485760 filetypes:doc|docx|pdf|xls|xlsx|csv]

    [acceptance acceptance-585]I consent to having this website store my submitted information so they can respond to my inquiry. Please read our Privacy Policy
     

    [submit “Send”]

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Replace it with this:

    <label>Full name
    [text* your-name placeholder "Full name"]
    </label>
    
    <label>Email address
    [email* your-email placeholder "Email address"]
    </label>
    
    <label>Phone number (optional)
    [text your-number placeholder "Phone number"]
    </label>
    
    <label>Message (optional)
    [textarea your-message placeholder "Message"]
    </label>
    
    [file* Uploadfile limit:10485760 filetypes:doc|docx|pdf|xls|xlsx|csv]
    
    [acceptance acceptance-585]
    I consent to having this website store my submitted information so they can respond to my inquiry. Please read our Privacy Policy
    [/acceptance]
    
    [submit "Send"]
    Thread Starter esztelle

    (@esztelle)

    Hi,
    It seems to solve my spacing problem, thank you!
    Somehow I am not able to add our Privacy Policy as a clickable link.

    I tried this:

    <label>
    [acceptance acceptance-585]I consent to having this website store my submitted information so they can respond to my inquiry. Please read our Privacy Policy.</p> [/acceptance]
    </label>

    Thread Starter esztelle

    (@esztelle)

    Hi again,
    I managed to solve it. It’s all good now.
    Thanks!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Spacing between fields’ is closed to new replies.