HEX
Server: Apache/2
System: Linux server1c 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64
User: swtinter (1023)
PHP: 8.2.23
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/swtinter/public_html/wp-content/plugins/forminator/assets/js/front/templates/form/main.html
<?php
include('global/grid.html');

include('global/container-padding.html');
include('global/container-border.html');
include('global/container-colors.html');

include self::get_template( $theme, 'field-border.html');

include('global/paypal-button.html');

include('global/response-font.html');
include self::get_template( $theme,'response-error-colors.html');
include self::get_template( $theme,'response-success-colors.html');
include('global/response-loading-colors.html');

include('global/section-font.html');
include('global/section-colors.html');

include self::get_template( $theme,'label-font.html');
include self::get_template( $theme,'label-colors.html');

include('global/description-font.html');
include('global/description-colors.html');

include('global/field-error-font.html');
include self::get_template( $theme,'field-error-colors.html');

include('global/input-font.html');
include self::get_template( $theme,'input-colors.html');

include('global/input-suffix-font.html');
include('global/input-suffix-colors.html');

include('global/input-prefix-font.html');
include('global/input-prefix-colors.html');

include('global/field-image-size.html');

include('global/textarea-font.html');
include self::get_template( $theme,'textarea-colors.html');

include('global/radio-font.html');
include self::get_template( $theme,'radio-colors.html');

include('global/checkbox-font.html');
include self::get_template( $theme,'checkbox-colors.html');

include('global/consent-colors.html');

include('global/select2-font.html');
include self::get_template( $theme,'select2-colors.html');

include('global/dropdown2-font.html');
include self::get_template( $theme,'dropdown2-colors.html');

include('global/multiselect-font.html');
include self::get_template( $theme,'multiselect-colors.html');

include('global/calendar-font.html');
include self::get_template( $theme,'calendar-colors.html');

include('global/upload-font.html');
include('global/upload-colors.html');

include('global/multiupload-font.html');
include self::get_template( $theme,'multiupload-colors.html');

include self::get_template( $theme,'signature-font.html');
include self::get_template( $theme,'signature-colors.html');

include('global/submit-font.html');
include('global/submit-colors.html');

include self::get_template( $theme,'pagination-steps-font.html');
include self::get_template( $theme,'pagination-steps-colors.html');

include('global/pagination-progress-font.html');
include('global/pagination-progress-colors.html');

include('global/back-font.html');
include('global/back-colors.html');

include('global/next-font.html');
include('global/next-colors.html');

include('global/repeater-colors.html');
include('global/repeater-font.html');
include('global/repeater-link-colors.html');
include('global/repeater-icon-colors.html');
include self::get_template( $theme,'repeater-button-colors.html');

include self::get_template( $theme,'card-colors.html');

include('global/rating-colors.html');

include('global/slider-font.html');
include self::get_template( $theme,'slider-colors.html');

if ( forminator_array_value_exists( $properties, 'use-custom-css' ) && forminator_array_value_exists( $properties, 'custom_css' ) ) {
	echo $properties['custom_css'];
}