Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    The simplest way to include a “terms & conditions” checkbox in your sign-up form is by including the following HTML in your form.

    <label>
    <input type="checkbox" name="agree-to-terms" value="Yes" required />
    Agree to the terms and conditions?
    </label>

    Hope that helps. If not, let me know!

    Thread Starter AnLiJaSa

    (@anlijasa)

    Thank you Danny, it works perfectly though I’m a noob ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Checkbox for privacy policy’ is closed to new replies.