Replies: 0
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!