File "insert-form.php"
Full path: /home/bud/public_html/swamp/back-end/insert-form.php
File size: 348 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( 'You are not allowed to call this page directly.' );
}
?>
<p>
<label><?php esc_html_e( 'Insert Form', 'formidable-pro' ); ?></label>
<?php
FrmFormsHelper::forms_dropdown( 'field_options[form_select_' . $field['id'] . ']', $field['form_select'], array(
'exclude' => $field['form_id'],
) );
?>
</p>