• mathew07

    (@mathew07)


    Hey, I added a checkbox on checkout page. I used this code:

    <p class=”comment-form-fm-sign”>
    <label for=”fm-sign”>
    <input id=”fm-sign” name=”fm-sign” type=”checkbox” /> Label txt
    </label>
    <input type=”hidden” name=”fm-sign-referer” value=”<?php echo $_SERVER[‘REQUEST_URI’]; ?>” />
    </p>

    Unfortunatelly, when I place an order my email address is not adding to subscribing list. Can you guys help me?

  • The topic ‘Added checkbox not working’ is closed to new replies.