Even Add-ons Can Have Snippets

 
function my_give_tribute_by_default() {
   
jQuery("input[name=give_tributes_show_dedication][value='yes']").prop("checked", true);
    
}

add_action( 'give_donation_form_after_submit', 'my_give_tribute_by_default' );

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This