Server IP : 104.21.38.3 / Your IP : 162.158.163.233 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/ui/ |
Upload File : |
<div class="caldera-backdrop caldera-forms-insert-modal" style="display: none;"></div> <form id="calderaf_forms_shortcode_modal" class="caldera-modal-wrap caldera-forms-insert-modal" style="display: none; width: 700px; max-height: 500px; margin-left: -350px;"> <div class="caldera-modal-title" id="calderaf_forms_shortcode_modalTitle" style="display: block;"> <a href="#close" class="caldera-modal-closer" data-dismiss="modal" aria-hidden="true" id="calderaf_forms_shortcode_modalCloser">×</a> <h3 class="modal-label" id="calderaf_forms_shortcode_modalLable"><?php echo __('Insert Caldera Form', 'caldera-forms'); ?></h3> </div> <div class="caldera-modal-body none" id="calderaf_forms_shortcode_modalBody" style="width: 70%;"> <div class="modal-body modal-forms-list"> <?php $forms = Caldera_Forms_Forms::get_forms( true ); if(!empty($forms)){ foreach($forms as $form_id=>$form){ echo '<div class="modal-list-item"><label><input name="insert_form_id" autocomplete="off" class="selected-form-shortcode" value="' . $form_id . '" type="radio">' . $form['name']; if(!empty($form['description'])){ echo '<p style="margin-left: 20px;" class="description"> '.$form['description'] .' </p>'; } echo ' </label></div>'; } }else{ echo '<p>' . __('You don\'t have any forms to insert.', 'caldera-forms') .'</p>'; } ?> </div> </div> <div class="caldera-modal-body none" id="calderaf_forms_shortcode_modalBody_options" style="left: 70%;"> <div class="modal-body modal-shortcode-options"> <h4><?php esc_html_e('Options', 'caldera-forms'); ?></h4> <label><input type="checkbox" value="1" class="set_cf_option set_cf_modal"> <?php esc_html_e('Set as Modal', 'caldera-forms'); ?></label> <div class="modal-forms-setup" style="display:none;"> <label><?php esc_html_e('Open Modal Trigger Type', 'caldera-forms'); ?></label> <select name="modal_button_type" class="modal_trigger_type" style="width: 100%;"> <option value="link"><?php esc_html_e('Link', 'caldera-forms'); ?></option> <option value="button"><?php esc_html_e('Button', 'caldera-forms'); ?></option> </select> <label><?php esc_html_e('Open Modal Text', 'caldera-forms'); ?></label> <input type="text" name="modal_button_text" class="modal_trigger" style="width: 100%;"> <label><?php esc_html_e('Modal Width', 'caldera-forms'); ?></label> <input type="number" name="modal_width" class="modal_width" style="width: 60px;">px </div> </div> </div> <div class="caldera-modal-footer" id="calderaf_forms_shortcode_modalFooter" style="display: block;"> <?php if(!empty($forms)){ ?> <button class="button caldera-form-shortcode-insert" style="float:right;"><?php esc_html_e('Insert Form', 'caldera-forms'); ?></button> <?php }else{ ?> <button class="button caldera-modal-closer"><?php echo __('Close', 'caldera-forms'); ?></button> <?php } ?> </div> </form>