The following codes can help you get radio value by name even the name is an array. jQuery(document).ready( function($) { var waytowp_methord = $("input[type='radio'][name='acf[field_5523fc8ed023]']:checked").val(); });
Post a Comment