Heray-Was-Here
Server : Apache
System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User : jasonp18 ( 1000)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/jasonp18/www/wp-content/plugins/formidable-pro/classes/views/xml/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/jasonp18/www/wp-content/plugins/formidable-pro/classes/views/xml/csv_opts.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>
<div class="show_csv hide-if-js">
	<p>
		<label class="frm_left_label"><?php esc_html_e( 'CSV Delimiter', 'formidable-pro' ); ?></label>
		<input type="text" name="csv_del" value="<?php echo esc_attr( $csv_del ); ?>" />
	</p>

	<p>
		<label class="frm_left_label"><?php esc_html_e( 'Import Into Form', 'formidable-pro' ); ?></label>
		<select name="form_id">
		<?php
		foreach ( $forms as $form ) {
			if ( $form->is_template || $form->parent_form_id ) {
				continue;
			}
			?>
			<option value="<?php echo (int) $form->id; ?>"><?php echo $form->name == '' ? esc_html__( '(no title)' ) : esc_html( $form->name ); ?></option>
			<?php
		}
		?>
		</select>
	</p>

	<p class="howto"><?php esc_html_e( 'Note: Only entries can by imported via CSV.', 'formidable-pro' ); ?></p>
</div>

Hry