File "star-options.php"

Full path: /home/bud/public_html/swamp/back-end-20251126092041-20251127004536/star-options.php
File size: 626 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>
<p class="frm6 frm_form_field">
	<label for="radio_maxnum_<?php echo absint( $field['id'] ); ?>">
		<?php esc_html_e( 'Maximum Rating', 'formidable-pro' ); ?>
	</label>

	<input type="number" name="field_options[maxnum_<?php echo absint( $field['id'] ); ?>]" class="radio_maxnum" id="radio_maxnum_<?php echo absint( $field['id'] ); ?>" value="<?php echo esc_attr( $field['maxnum'] ); ?>" min="1" max="50" step="1" />
	<input type="hidden" name="field_options[minnum_<?php echo absint( $field['id'] ); ?>]" value="1" />
</p>