Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
deprecated
/
back-end-20251126092042
:
quantity-options.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if ( ! defined( 'ABSPATH' ) ) { die( 'You are not allowed to call this page directly.' ); } ?> <p class="frmjs_prod_field_opt_cont frm_prod_field_opt_cont"> <label> <?php esc_html_e( 'Product Field', 'formidable-pro' ); ?> </label> <span id="field_options[product_field_<?php echo esc_attr( $field['id'] ); ?>]" class="frmjs_prod_field_opt frm_grid_container" data-frmfname="field_options[product_field_<?php echo esc_attr( $field['id'] ); ?>][]" data-frmcurrent="<?php echo esc_attr( json_encode( $field['product_field'] ) ); ?>"> <?php if ( ! empty( $field['product_field'] ) ) { foreach ( $field['product_field'] as $f ) { ?> <input type="checkbox" name="field_options[product_field_<?php echo esc_attr( $field['id'] ); ?>][]" value="<?php echo esc_attr( $f ); ?>" checked="checked" /> <?php } } ?> </span> </p>