• Resolved wghammock

    (@wghammock)


    Can you guys add a custom class to the check out checkbox and label, so it’s easier to style it in css later on

    function AddCheckboxToCheckoutPage()
    	{
    		?>
            <p class="form-row form-row-wide">
            <!--  WILLIAM EDIT  -->
                <input class="input-checkbox" value="1" id="checkout_checkbox getresponcechkboxclass" type="checkbox" name="checkout_checkbox">
            <!--  WILLIAM EDIT  -->
                <label for="checkout_checkbox" class="checkbox getresponcechkboxlabelclass">
                    <?php echo get_option($this->GrOptionDbPrefix . 'checkout_label');?>
                </label>
            </p>
    		<?php
    	}

    https://www.ads-software.com/plugins/getresponse-integration/

Viewing 1 replies (of 1 total)
  • Plugin Author GetResponse

    (@getresponse)

    Hello,

    Thank you for your idea.
    We will try to implement it at the next version.

    Please feel free to contact us for any other ideas and suggestions:)

Viewing 1 replies (of 1 total)
  • The topic ‘Please add gr classes to checkout function’ is closed to new replies.