• Resolved 47grad

    (@47grad)


    Hi, I wanted to integrate the acceptance box in the contact form. However, the box and the text are not in one line. It doesn’t look very nice with the text under the box. Furthermore, in Safari and Chrome the box appeares at the left side, in firefox in the center. No idea why!

    My website: https://www.47grad.li/
    Theme: Onepress
    The code:
    <label> Name (Pflichtfeld)
    [text* your-name] </label>
    <label> E-Mail-Adresse (Pflichtfeld)
    [email* your-email] </label>
    <label> Betreff
    [text your-subject] </label>
    <label> Nachricht
    [textarea your-message] </label>
    <p>[acceptance Datenschutz]Sie erkl?ren sich damit einverstanden, dass Ihre Daten zur Bearbeitung Ihres Anliegens verwendet werden.</p>
    [submit “Senden”]

    If I enter [/acceptance] at the end of the tag, the text disappears completely.
    Thank you for your help!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • If I try your code with the [/acceptance] form-tag as follows:

    <p>[acceptance Datenschutz]Sie erkl?ren sich damit einverstanden, dass Ihre Daten zur Bearbeitung Ihres Anliegens verwendet werden.[/acceptance]</p>

    It works fine on a test site: https://snag.gy/Ah7Hby.jpg

    If you get different results then troubleshoot for a conflict by using a stock WordPress theme (e.g. Twenty-Seventeen) and with all other plugins deactivated.

    Thread Starter 47grad

    (@47grad)

    Thanks for your help. Unfortunately it seems to be a Theme-problem. I will go to ask their support. Maybe they have already know the problem.

    best regards!!

    No problem. The theme authors look quite active on the support forum, so hopefully you can get this resolved. Good luck!

    HI @47grad,

    may I ask your advise, if you managed to solve the issue?
    I have the similar problem, although a close the short code etc. it won’t display for me…

    Thread Starter 47grad

    (@47grad)

    Hi @mooidesign

    I went to the Theme-Support. They told me to add the following code to the “additional css”:

    .wpcf7-form span.Datenschutz { float: left; margin-right: 20px;}
    .wpcf7-form span.Datenschutz input[type=checkbox] { margin: 0; }
    .wpcf7-form span.Datenschutz input[type=checkbox] { width: 10px; height: 10px; margin: 0; }

    Maybe that works for you aswell.

    Best regards!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘acceptance box not in one line with text’ is closed to new replies.