Server IP : 104.21.38.3 / Your IP : 104.23.175.175 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/panels/ |
Upload File : |
<div class="caldera-config-group"> <label><?php echo __('Progress Bar', 'caldera-forms'); ?></label> <div class="caldera-config-field"> <label><input type="checkbox" name="config[auto_progress]" value="1" <?php if(!empty($element['auto_progress'])){ echo 'checked="checked"'; } ?>> <?php echo __('Show Breadcrumbs', 'caldera-forms'); ?></label> <p class="description"><?php echo __('ProTip: Use an HTML element to build a custom progress per page', 'caldera-forms'); ?></p> </div> </div> <div id="page_name_bind"> </div> <?php do_action( 'caldera_forms_pages_config', $element ); ?> <script type="text/html" id="page-name-tmpl"> <div class="caldera-config-group"> <label><?php echo __('Page', 'caldera-forms'); ?> {{page_no}}</label> <div class="caldera-config-field"> <input type="text" class="field-config" name="config[page_names][]" value="" style="width:400px;"> </div> </div> </script> <script> jQuery(document).on('add.page remove.page load.page', function(){ var pages = jQuery('.page-toggle.button'), wrap = jQuery('#page_name_bind'), template = jQuery('#page-name-tmpl').html(); wrap.empty(); pages.each(function(k,v){ var page = jQuery(v), cfg_tmpl = jQuery(template.replace(/{{page_no}}/g, k+1)); cfg_tmpl.find('.field-config').val(page.data('name')); cfg_tmpl.appendTo(wrap); }); }); </script>