Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello there,

    Yes, you can definitely change the checkbox label position. Instead of using the checkbox shortcode, you can directly add and modify below code in your CF7 form.

    <label>
    	<input type="checkbox" name="mc4wp-subscribe" value="1" />
    	Sign-up to our newsletter.
    </label>

    .

    Please make sure the name and value of the checkbox remains unchanged.

    I hope that helps. If you have any further queries, please let us know.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Checkbox HTML’ is closed to new replies.