File "field-rte.php"

Full path: /home/bud/public_html/swamp/deprecated/back-end-20251126092115/field-rte.php
File size: 470 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>
<div class="frm_rte">
	<p class="howto"><?php esc_html_e( 'These buttons are for illustrative purposes only. They will be functional in your form.', 'formidable-pro' ); ?></p>
	<textarea name="<?php echo esc_attr( $field_name ); ?>" rows="<?php echo esc_attr( $field['max'] ); ?>"><?php echo FrmAppHelper::esc_textarea( $field['default_value'] ); ?></textarea>
</div>