PATH:
home
/
centosnipponia
/
public_html
/
nipponiacar
/
wp-content
/
plugins
/
ninja-forms
/
includes
/
Templates
<div class="wrap"> <h1><?php esc_html_e('Get Help', 'ninja-forms'); ?></h1> <h2><?php esc_html_e('Before requesting help from our support team please review:', 'ninja-forms'); ?></h2> <ol> <li><a href='https://ninjaforms.com/documentation/?utm_source=Ninja+Forms+Plugin&utm_medium=Get+Help&utm_campaign=Support+Materials&utm_content=Get+Help+Documentation'><?php esc_html_e('Ninja Forms Documentation', 'ninja-forms'); ?></a></li> <li><a href='https://ninjaforms.com/docs/troubleshooting-email-problems/?utm_source=Ninja+Forms+Plugin&utm_medium=Get+Help&utm_campaign=Support+Materials&utm_content=Get+Help+Email+Troubleshooting'><?php esc_html_e('Ninja Forms Email troubleshooting', 'ninja-forms'); ?></a></li> <!-- <li><a href='https://ninjaforms.com/docs/basic-troubleshooting/?utm_source=plugin&utm_medium=get-help&utm_campaign=documentation'><?php esc_html_e('What to try before contacting support', 'ninja-forms'); ?></a></li> --> <li><a href='https://ninjaforms.com/scope-of-support/?utm_source=Ninja+Forms+Plugin&utm_medium=Get+Help&utm_campaign=Support+Materials&utm_content=Get+Help+Scope+of+Support'><?php esc_html_e('Our Scope of Support', 'ninja-forms'); ?></a></li> </ol> <div class="nf-box"> <div class="submit debug-report"> <h3><?php esc_html_e('To Get Help:', 'ninja-forms'); ?></h3> <ol> <li><?php esc_html_e('Copy your System Report first with the button below', 'ninja-forms'); ?> </li> <li><?php esc_html_e('Click "Submit a Support Request" to be directed to our site.', 'ninja-forms'); ?> </li> <li><?php esc_html_e('Include this information in your support request by pasting in the "System Status" portion of the form. (right click, choose "Paste" or use Ctrl+V)', 'ninja-forms'); ?> </li> </ol> <p><?php esc_html_e('This information is vital for addressing your issue in a timely manner.', 'ninja-forms'); ?></p> <a href="#" id="copy-system-status" class="button-primary"><?php esc_html_e('Copy System Report', 'ninja-forms'); ?></a> <a href="https://ninjaforms.com/contact/?utm_source=Ninja+Forms+Plugin&utm_medium=Get+Help&utm_campaign=Support+Request" class="button-secondary"><?php esc_html_e('Submit a Support Request', 'ninja-forms'); ?></a> <p> <em><?php esc_html_e('For your security, do not post this information in public places, such as the WordPress.org support forums.', 'ninja-forms'); ?></em> </p> </div> <div id="debug-report"> <textarea readonly="readonly"></textarea> </div> </div> </div> <br /> <table class="nf-status-table" cellspacing="0"> <thead> <tr> <th colspan="2"><?php esc_html_e('Environment', 'ninja-forms'); ?></th> </tr> </thead> <tbody> <?php foreach ($environment as $key => $value): ?> <tr> <td><?php echo esc_html($key) . ':'; ?></td> <td><?php echo esc_html($value); ?></td> </tr> <?php endforeach; ?> </tbody> <thead> <tr> <th colspan="2"><?php esc_html_e('PHP Extensions', 'ninja-forms'); ?></th> </tr> </thead> <tbody> <?php foreach ($php_extensions as $key => $value): ?> <tr> <td><?php echo esc_html($key) . ':'; ?></td> <td><?php echo esc_html($value); ?></td> </tr> <?php endforeach; ?> </tbody> <thead> <tr> <th colspan="2"><?php esc_html_e('Ninja Forms Settings', 'ninja-forms'); ?></th> </tr> </thead> <tbody> <?php foreach ($NF_environment as $key => $value): ?> <tr> <td><?php echo esc_html($key) . ':'; ?></td> <td><?php echo esc_html($value); ?></td> </tr> <?php endforeach; ?> </tbody> <thead> <tr> <th colspan="2"><?php esc_html_e('Themes', 'ninja-forms'); ?></th> </tr> </thead> <tbody> <tr> <td><?php esc_html_e('Active theme', 'ninja-forms'); ?>:</td> <td><?php echo $current_theme . ' v' . $current_theme_version; ?></td> </tr> </tbody> <tbody> <tr> <td><?php esc_html_e('All installed themes', 'ninja-forms'); ?>:</td> <td><?php echo $all_installed_themes; ?></td> </tr> </tbody> <thead> <tr> <th colspan="2"><?php esc_html_e('Plugins', 'ninja-forms'); ?></th> </tr> </thead> <tbody> <tr> <td><?php esc_html_e('Activated Plugins', 'ninja-forms'); ?>:</td> <td><?php echo $site_wide_plugins; ?></td> </tr> </tbody> <tbody> <tr> <td><?php esc_html_e('Inactive Plugins', 'ninja-forms'); ?>:</td> <td class=scroll><?php echo $site_wide_inactive_plugins; ?></td> </tr> </tbody> <thead> <tr> <th colspan="2"><?php esc_html_e('Error logs', 'ninja-forms'); ?></th> </tr> </thead> <tbody> <tr> <td><?php esc_html_e('PHP errors', 'ninja-forms'); ?>:</td> <td class=scroll><?php echo nl2br(implode("\n", $errorLog)); ?> </td> </tr> </tbody> <?php if (! empty($addons_comm_status)) : ?> <?php foreach ($addons_comm_status as $addon) : ?> <thead> <tr> <th colspan="2"><?php echo esc_html($addon['name']) . " Comm Data"; ?></th> </tr> </thead> <tbody> <tr> <td></td> <td class="scroll"><?php echo esc_html(is_string($addon['data']) ? $addon['data'] : serialize($addon['data'])); ?></td> </tr> <?php endforeach; ?> <?php endif; ?> </tbody> </table>
[+]
..
[-] admin-menu-addons.html.php
[edit]
[-] admin-menu-all-forms-column-title.html.php
[edit]
[-] admin-menu-all-forms.html.php
[edit]
[-] admin-menu-dashboard.html.php
[edit]
[-] admin-menu-forms.html.php
[edit]
[-] admin-menu-import-export.html.php
[edit]
[-] admin-menu-new-form.html.php
[edit]
[-] admin-menu-settings.html.php
[edit]
[-] admin-menu-settings-licenses.html.php
[edit]
[-] admin-menu-subs-filter.html.php
[edit]
[-] admin-menu-system-status.html.php
[edit]
[-] admin-menu-welcome.html.php
[edit]
[-] admin-metabox-append-a-form.html.php
[edit]
[-] admin-metaboxes-calcs.html.php
[edit]
[-] admin-metabox-import-export-favorite-fields-export.html.php
[edit]
[-] admin-metabox-import-export-favorite-fields-import.html.php
[edit]
[-] admin-metabox-import-export-forms-export.html.php
[edit]
[-] admin-metabox-import-export-forms-import.html.php
[edit]
[-] admin-metabox-sub-fields.html.php
[edit]
[-] admin-metabox-sub-info.html.php
[edit]
[-] admin-metabox-submission-example.php
[edit]
[-] admin-notice-form-import.html.php
[edit]
[-] admin-notice.html.php
[edit]
[-] admin-onboarding.html.php
[edit]
[-] admin-wp-die.html.php
[edit]
[-] app-after-field.html
[edit]
[-] app-after-fields.html
[edit]
[-] app-after-form.html
[edit]
[-] app-before-field.html
[edit]
[-] app-before-fields.html
[edit]
[-] app-before-form.html
[edit]
[-] app-layout.html
[edit]
[-] display-form-container.html.php
[edit]
[-] display-noscript-message.html.php
[edit]
[-] example.nff
[edit]
[-] field-after.html
[edit]
[-] field-before.html
[edit]
[-] field-input-limit.html
[edit]
[-] field-layout.html
[edit]
[-] field-null.html
[edit]
[-] fields-address2.html
[edit]
[-] fields-address.html
[edit]
[-] fields-button.html
[edit]
[-] fields-checkbox.html
[edit]
[-] fields-city.html
[edit]
[-] fields-color.html
[edit]
[-] fields-date.html
[edit]
[-] fields-email.html
[edit]
[-] fields-error.html
[edit]
[-] fields-file.html
[edit]
[-] fields-firstname.html
[edit]
[-] fields-hcaptcha.html
[edit]
[-] fields-hidden.html
[edit]
[-] fields-hr.html
[edit]
[-] fields-html.html
[edit]
[-] fields-input.html
[edit]
[-] fields-label--builder.html
[edit]
[-] fields-label.html
[edit]
[-] fields-lastname.html
[edit]
[-] fields-listcheckbox.html
[edit]
[-] fields-listimage.html
[edit]
[-] fields-listradio.html
[edit]
[-] fields-listselect--builder.html
[edit]
[-] fields-listselect.html
[edit]
[-] fields-number.html
[edit]
[-] fields-password.html
[edit]
[-] fields-product.html
[edit]
[-] fields-recaptcha.html
[edit]
[-] fields-recaptcha-v3.html
[edit]
[-] fields-repeater.html
[edit]
[-] fields-shipping.html
[edit]
[-] fields-starrating.html
[edit]
[-] fields-submit.html
[edit]
[-] fields-tax.html
[edit]
[-] fields-tel.html
[edit]
[-] fields-terms.html
[edit]
[-] fields-textarea.html
[edit]
[-] fields-textbox.html
[edit]
[-] fields-total.html
[edit]
[-] fields-turnstile.html
[edit]
[-] fields-wrap.html
[edit]
[-] fields-wrap-no-container.html
[edit]
[-] fields-wrap-no-label.html
[edit]
[-] fields-zip.html
[edit]
[-] form-error.html
[edit]
[-] form-hp.html
[edit]
[-] form-layout.html
[edit]
[-] formtemplate-contactform.nff
[edit]
[-] formtemplate-deletedata.nff
[edit]
[-] formtemplate-enquiry.nff
[edit]
[-] formtemplate-eventregistration.nff
[edit]
[-] formtemplate-exportdata.nff
[edit]
[-] formtemplate-feedback.nff
[edit]
[-] formtemplate-jobapplication.nff
[edit]
[-] formtemplate-questionnaire.nff
[edit]
[-] formtemplate-quoterequest.nff
[edit]
[-] NewFormTemplates.html.php
[edit]
[-] ui-item-controls.html.php
[edit]
[-] ui-nf-drawer-buttons.html.php
[edit]
[-] ui-nf-header.html.php
[edit]
[-] ui-nf-menu-drawer.html.php
[edit]
[-] ui-nf-toggle-drawer.html.php
[edit]
[-] wpcli-header-art.txt
[edit]
[-] .htaccess.disabled
[edit]