Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Lap

    (@lapzor)

    That checkbox is a required box, it will not send in anything to Mailchimp but it will also not allow anyone to sign up without checking that box so that way you can be sure that anyone that signs up via that form must have checked that box.

    Hope that helps. If you have any questions, please let me know!

    Thread Starter safaristudio2021

    (@safaristudio2021)

    Yes I know, the problem is that I would like the checkbox in a line below and not in the same line as “email” and “submit”.
    The whole form is inline.

    <p>
      <label>Mail: </label><input type="email" name="EMAIL" placeholder="Il tuo indirizzo email" required />
    </p>
    <p>
    <input type="submit" value="Iscriviti" />
    </p>
    <p>
        <label>
            <input name="AGREE_TO_TERMS" type="checkbox" value="1" required="">Ho letto e accetto i termini e le condizioni</label>
    </p>
    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @safaristudio2021,

    The CSS used in your theme or custom CSS is causing all the elements to be in the same line.

    Please remove/modify any custom CSS you might have used.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Question’ is closed to new replies.