403Webshell
Server IP : 199.250.200.62  /  Your IP : 216.73.217.89
Web 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
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/jasonp18/www/wp-content/plugins/formidable/classes/views/frm-forms/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/jasonp18/www/wp-content/plugins/formidable/classes/views/frm-forms/settings-html.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>
<div class="frm_field_html_box frm_top_container">
	<p>
		<label><?php esc_html_e( 'Form Classes', 'formidable' ); ?></label>
		<input type="text" name="options[form_class]" value="<?php echo esc_attr( $values['form_class'] ); ?>" />
	</p>
	<div class="clear"></div>

	<p class="frm_has_shortcodes">
		<label><?php esc_html_e( 'Before Fields', 'formidable' ); ?></label>
		<textarea name="options[before_html]" rows="4" id="before_html" class="frm_long_input"><?php echo FrmAppHelper::esc_textarea( $values['before_html'] ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></textarea>
	</p>

	<div id="add_html_fields">
		<?php
		if ( isset( $values['fields'] ) ) {
			foreach ( $values['fields'] as $field ) {
				if ( FrmFieldFactory::field_has_html( $field['type'] ) ) {
					?>
					<p class="frm_has_shortcodes">
						<label><?php echo esc_html( $field['name'] ); ?></label>
						<textarea name="field_options[custom_html_<?php echo esc_attr( $field['id'] ); ?>]" rows="7" id="custom_html_<?php echo esc_attr( $field['id'] ); ?>" class="field_custom_html frm_long_input"><?php echo FrmAppHelper::esc_textarea( $field['custom_html'] ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></textarea>
					</p>
					<?php
				}
				unset( $field );
			}
		}
		?>
	</div>

	<p class="frm_has_shortcodes">
		<label><?php esc_html_e( 'After Fields', 'formidable' ); ?></label>
		<textarea name="options[after_html]" rows="3" id="after_html" class="frm_long_input"><?php echo FrmAppHelper::esc_textarea( $values['after_html'] ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></textarea>
	</p>

	<p class="frm_has_shortcodes">
		<label><?php esc_html_e( 'Submit Button', 'formidable' ); ?></label>
		<textarea name="options[submit_html]" rows="3" id="submit_html" class="frm_long_input"><?php echo FrmAppHelper::esc_textarea( $values['submit_html'] ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></textarea>
	</p>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit