Okay
  Public Ticket #2342010
Acceptance checkbox at the forms
Closed

Comments

  • aysuuu started the conversation

    Hi again,

    I want to put and acceptance checkbox for the registration to the newsletter at all forms. I added these lines to already existing form:
    ...

            [textarea* your-message placeholder "Message"]
            [acceptance acceptance-fire optional] For the updates and the surprises, I want to register to the newsletter. [/acceptance]
            [submit "Send"]

    ....

    The checkbox is seen one line above the related text. How can I put the checkbox just before the text?

    Have a nice week,
    Aysu

  • aysuuu replied

    Screenshot is attached.


  •  675
    Neuron replied

    Hi,

    Please add the following style in Appearance > Customize > Additional CSS.

    .wpcf7-acceptance .wpcf7-list-item {
        margin-left: 0 !important;
    } .wpcf7-acceptance .wpcf7-list-item label {
        display: flex !important;
        align-items: center !important;
    } .wpcf7-acceptance .wpcf7-list-item input {
        width: auto !important;
        margin-right: 10px !important;
     }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • aysuuu replied

    Thanks a lot!

  •  675
    Neuron replied

    You're welcome anytimesmile.png

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.