%PDF- %PDF-
Direktori : /var/www/html/itworks/wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/ |
Current File : /var/www/html/itworks/wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-fields.php |
<?php add_thickbox(); ?> <div class="alignright"> <a href="#TB_inline?width=0&height=550&inlineId=mc4wp-form-variables" class="thickbox button-secondary"> <span class="dashicons dashicons-info"></span> <?php _e('Form variables', 'mailchimp-for-wp'); ?> </a> <a href="#TB_inline?width=600&height=400&inlineId=mc4wp-add-field-help" class="thickbox button-secondary"> <span class="dashicons dashicons-editor-help"></span> <?php _e('Add more fields', 'mailchimp-for-wp'); ?> </a> </div> <h2><?php _e("Form Fields", 'mailchimp-for-wp'); ?></h2> <!-- Placeholder for the field wizard --> <div id="mc4wp-field-wizard"></div> <div class="mc4wp-row"> <div class="mc4wp-col mc4wp-col-3 mc4wp-form-editor-wrap"> <h4 style="margin: 0"><label><?php _e('Form code', 'mailchimp-for-wp'); ?></label></h4> <!-- Textarea for the actual form content HTML --> <textarea class="widefat" cols="160" rows="20" id="mc4wp-form-content" name="mc4wp_form[content]" placeholder="<?php _e('Enter the HTML code for your form fields..', 'mailchimp-for-wp'); ?>" autocomplete="false" autocorrect="false" autocapitalize="false" spellcheck="false"><?php echo htmlspecialchars($form->content, ENT_QUOTES, get_option('blog_charset')); ?></textarea> </div> <div class="mc4wp-col mc4wp-col-3 mc4wp-form-preview-wrap"> <h4 style="margin: 0;"> <label><?php _e('Form preview', 'mailchimp-for-wp'); ?> <span class="mc4wp-tooltip dashicons dashicons-editor-help" title="<?php esc_attr_e('The form may look slightly different than this when shown in a post, page or widget area.', 'mailchimp-for-wp'); ?>"></span> </label> </h4> <iframe id="mc4wp-form-preview" src="<?php echo esc_attr($form_preview_url); ?>"></iframe> </div> </div> <!-- This field is updated by JavaScript as the form content changes --> <input type="hidden" id="required-fields" name="mc4wp_form[settings][required_fields]" value="<?php echo esc_attr($form->settings['required_fields']); ?>" /> <?php submit_button(); ?> <p class="mc4wp-form-usage"><?php printf(__('Use the shortcode %s to display this form inside a post, page or text widget.', 'mailchimp-for-wp'), '<input type="text" onfocus="this.select();" readonly="readonly" value="'. esc_attr(sprintf('[mc4wp_form id="%d"]', $form->ID)) .'" size="'. (strlen($form->ID) + 18) .'">'); ?></p> <?php // Content for Thickboxes?> <div id="mc4wp-form-variables" style="display: none;"> <?php include dirname(__FILE__) . '/../parts/dynamic-content-tags.php'; ?> </div> <div id="mc4wp-add-field-help" style="display: none;"> <?php include dirname(__FILE__) . '/../parts/add-fields-help.php'; ?> </div>