Change position of checkbox
-
Hello,
I would like to show the checkbox & label as first element in the form. In your template I found the hook:
add_action( 'yikes-mailchimp-additional-form-fields', array( $this, 'render_frontend_compliance_checkbox' ), 10, 1 );
I think I need to disable this hook and hook the functionrender_frontend_compliance_checkbox
to
do_action( ‘yikes-mailchimp-before-form’, $form_id, $form_data );
instead, right?
However, I dont know how to do this because thisarray( $this,
makes things complicated for me ??
Could you please help?
Thank you! ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change position of checkbox’ is closed to new replies.