Server IP : 104.21.38.3 / Your IP : 162.158.88.20 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/coircraft.com/wp-content/plugins/caldera-forms/fields/gdpr/ |
Upload File : |
<?php echo $wrapper_before; ?> <?php echo $field_before; ?> <?php $req_class = ''; $parsley_req = ''; $req_class = ' option-required'; $parsley_req = 'data-parsley-required="true" data-parsley-group="' . esc_attr( $field_id ) . '" data-parsley-multiple="' . esc_attr( $field_id ). '"'; $privacy_page_url = caldera_forms_privacy_policy_page_url(); if( !empty( $field['config']['title_attr'] ) ) { $title_attribute = $field['config']['title_attr']; }else{ $title_attribute = __('Privacy Policy Page', 'caldera-forms'); } ?> <div class="checkbox-inline caldera-forms-consent-field"> <input <?php echo $parsley_req; ?> type="checkbox" data-label="<?php echo esc_attr($field['label']); ?>" data-field="<?php echo esc_attr($field_base_id); ?>" id="<?php echo esc_attr($field_id); ?>" class="<?php echo $field_id . $req_class; ?>" name="<?php echo esc_attr($field_name); ?>" value="1" data-type="checkbox" data-checkbox-field="<?php echo esc_attr($field_id); ?>" > <label for="<?php echo esc_attr( $field_id); ?>" class="caldera-forms-gdpr-field-label" style="display:inline; margin-left: 0.5rem;" > <?php if( ! array_key_exists( 'hide_label', $field ) ){ echo esc_html($field['label']); } ?> <p class="caldera-forms-consent-field-agreement" > <?php echo esc_textarea( $field['config']['agreement'] ); ?> </p> <a href="<?php echo esc_url( $privacy_page_url ); ?>" target="_blank" title="<?php echo esc_attr( $title_attribute ); ?>" class="caldera-forms-consent-field-linked_text" > <?php echo esc_textarea( $field['config']['linked_text'] ); ?> </a> </label> <span style="color:#ff0000;">*</span> </div> <?php echo $field_caption; ?> <?php echo $field_after; ?> <?php echo $wrapper_after; ?>