PATH:
home
/
lab2454c
/
veritserv.net
/
wp-content
/
plugins
/
user-registration-pro
/
includes
/
admin
/
views
<?php /** * Import / Export Forms. * * @package Admin View: Page - Import / Export Forms. */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <h3 class="ur-settings-section-header main_header"></h3> <div class="ur-export-users-page"> <div class="nav-tab-content"> <div class="nav-tab-inside"> <div class="postbox"> <h3 class="hndle"><?php esc_html_e( 'EXPORT FORMS WITH SETTINGS', 'user-registration' ); ?></h3> <div class="inside"> <p class="help"> <?php echo wp_kses_post( __( 'Export your forms along with their settings as <strong>JSON</strong> file.', 'user-registration' ) ); ?> </p> <p> <select name="formid" class="ur-input forms-list"> <?php foreach ( $all_forms as $form_id => $form ) { echo '<option value ="' . esc_attr( $form_id ) . '">' . esc_html( $form ) . '</option>'; } ?> </select> </p> <input type="submit" class="button button-primary" name="user_registration_export_form" value="<?php esc_html_e( 'Export Forms', 'user-registration' ); ?>"> </div> </div><!-- .postbox --> <div class="postbox"> <h3 class="hndle"><?php esc_html_e( 'IMPORT FORMS WITH SETTINGS', 'user-registration' ); ?></h3> <div class="inside"> <p class="help"> <?php echo wp_kses_post( __( 'Import your forms along with their settings from <strong>JSON</strong> file.', 'user-registration' ) ); ?> </p> <div class="ur-form-group"> <div class="user-registration-custom-file"> <input type="file" class="user-registration-custom-file__input" name="jsonfile" id="jsonfile" accept=".json"/> <label class="user-registration-custom-file__label" for="csvfile"> <span class="user-registration-custom-selected-file"><?php esc_html_e( 'No file selected.', 'user-registration' ); ?></span> <span class="user-registration-custom-file__button">Browse File</span> </label> </div> <p class="help">Only JSON file format allowed.</p> </div> <div class="publishing-action"> <input type="button" class="button button-primary ur_import_form_action_button" name="user_registration_import_form" value="<?php esc_html_e( 'Import Forms', 'user-registration' ); ?>"> </div> </div> </div><!-- .postbox --> </div> </div> </div>
[-] html-admin-page-addons.php
[edit]
[-] html-notice-registration.php
[edit]
[-] html-notice-custom.php
[edit]
[-] html-notice-updated.php
[edit]
[-] html-admin-settings.php
[edit]
[-] html-notice-updating.php
[edit]
[+]
..
[-] html-admin-page-form-templates.php
[edit]
[-] html-notice-key-deactivated.php
[edit]
[-] html-license-form.php
[edit]
[-] html-admin-page-export-users.php
[edit]
[-] html-admin-page-import-export-forms.php
[edit]
[-] html-notice-key-activated.php
[edit]
[-] html-admin-page-builder-setup.php
[edit]
[-] html-notice-error.php
[edit]
[-] html-notice-deactivation.php
[edit]
[-] html-admin-page-status.php
[edit]
[-] html-admin-page-status-logs.php
[edit]
[-] html-admin-page-forms.php
[edit]
[-] html-notice-install.php
[edit]
[-] html-notice-key-unvalidated.php
[edit]
[-] html-notice-update.php
[edit]