Example #1
0
">
		<input type="radio" name="<?php 
                                    echo esc_attr($field_name);
                                    ?>
" id="<?php 
                                    echo esc_attr($html_id . '-' . $opt_key);
                                    ?>
" value="<?php 
                                    echo esc_attr($opt_key);
                                    ?>
" <?php 
                                    echo $checked . $disabled . ' ';
                                    do_action('frm_field_input_html', $field);
                                    ?>
 /> <?php 
                                    echo $opt;
                                    ?>
	</label>
</div>
<?php 
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
FrmProFieldsHelper::maybe_get_hidden_dynamic_field_inputs($field, array('disabled' => $disabled, 'field_name' => $field_name, 'html_id' => $html_id));