'postMeta',
'condition' => '_wp_page_template',
'operator' => '===',
'value' => 'contact.php',
],
];
$sections['forms'] = [
'label' => esc_html__( 'Forms', 'Avada' ),
'id' => 'forms',
'priority' => 21,
'is_panel' => true,
'icon' => 'el-icon-envelope',
'alt_icon' => 'fusiona-avada-form-element',
'fields' => [
'forms_styling_section' => [
'label' => esc_html__( 'Forms Styling', 'Avada' ),
'description' => '',
'id' => 'forms_styling_section',
'type' => 'sub-section',
'fields' => [
'forms_styling_important_note_info' => [
'label' => '',
'description' => '
' . __( 'IMPORTANT NOTE: The options on this tab apply to all forms throughout the site, including Avada Forms and the 3rd party plugins that Avada has design integration with.', 'Avada' ) . '
',
'id' => 'forms_styling_important_note_info',
'type' => 'custom',
],
'form_input_height' => [
'label' => esc_html__( 'Form Input and Select Height', 'Avada' ),
'description' => esc_html__( 'Controls the height of all search, form input and select fields.', 'Avada' ),
'id' => 'form_input_height',
'default' => '50px',
'type' => 'dimension',
'choices' => [ 'px' ],
'css_vars' => [
[
'name' => '--form_input_height',
],
[
'name' => '--form_input_height-main-menu-search-width',
'callback' => [
'conditional_return_value',
[
'value_pattern' => [ 'calc(250px + 1.43 * $)', '250px' ],
'conditions' => [
[ 'form_input_height', '>', '35' ],
],
],
],
],
],
],
'form_text_size' => [
'label' => esc_html__( 'Form Font Size', 'Avada' ),
'description' => esc_html__( 'Controls the size of the form text.', 'Avada' ),
'id' => 'form_text_size',
'default' => '16px',
'type' => 'dimension',
'css_vars' => [
[
'name' => '--form_text_size',
'po' => false,
],
],
],
'form_bg_color' => [
'label' => esc_html__( 'Form Field Background Color', 'Avada' ),
'description' => esc_html__( 'Controls the background color of form fields.', 'Avada' ),
'id' => 'form_bg_color',
'default' => 'var(--awb-color1)',
'type' => 'color-alpha',
'css_vars' => [
[
'name' => '--form_bg_color',
'callback' => [ 'sanitize_color' ],
'po' => false,
],
],
],
'form_text_color' => [
'label' => esc_html__( 'Form Text Color', 'Avada' ),
'description' => esc_html__( 'Controls the color of the form text.', 'Avada' ),
'id' => 'form_text_color',
'default' => 'var(--awb-color8)',
'type' => 'color-alpha',
'css_vars' => [
[
'name' => '--form_text_color',
'callback' => [ 'sanitize_color' ],
'po' => false,
],
[
'name' => '--form_text_color-35a',
'callback' => [ 'color_alpha_set', '0.35' ],
'po' => false,
],
],
],
'form_border_width' => [
'label' => esc_html__( 'Form Border Size', 'Avada' ),
'description' => esc_html__( 'Controls the border size of the form fields.', 'Avada' ),
'id' => 'form_border_width',
'choices' => [
'top' => true,
'bottom' => true,
'left' => true,
'right' => true,
],
'default' => [
'top' => '1px',
'bottom' => '1px',
'left' => '1px',
'right' => '1px',
],
'type' => 'spacing',
'css_vars' => [
[
'name' => '--form_border_width-top',
'choice' => 'top',
'po' => false,
],
[
'name' => '--form_border_width-bottom',
'choice' => 'bottom',
'po' => false,
],
[
'name' => '--form_border_width-left',
'choice' => 'left',
'po' => false,
],
[
'name' => '--form_border_width-right',
'choice' => 'right',
'po' => false,
],
],
],
'form_border_color' => [
'label' => esc_html__( 'Form Border Color', 'Avada' ),
'description' => esc_html__( 'Controls the border color of the form fields.', 'Avada' ),
'id' => 'form_border_color',
'default' => 'var(--awb-color3)',
'type' => 'color-alpha',
'soft_dependency' => true,
'css_vars' => [
[
'name' => '--form_border_color',
'callback' => [ 'sanitize_color' ],
'po' => false,
],
],
],
'form_focus_border_color' => [
'label' => esc_html__( 'Form Border Color On Focus', 'Avada' ),
'description' => esc_html__( 'Controls the border color of the form fields when they have focus.', 'Avada' ),
'id' => 'form_focus_border_color',
'default' => 'var(--awb-color4)',
'type' => 'color-alpha',
'soft_dependency' => true,
'css_vars' => [
[
'name' => '--form_focus_border_color',
'callback' => [ 'sanitize_color' ],
'po' => false,
],
[
'name' => '--form_focus_border_color-5a',
'callback' => [ 'color_alpha_set', '0.5' ],
'po' => false,
],
],
],
'form_border_radius' => [
'label' => esc_html__( 'Form Border Radius', 'Avada' ),
'description' => esc_html__( 'Controls the border radius of the form fields. Also works, if border size is set to 0.', 'Avada' ),
'id' => 'form_border_radius',
'default' => '6',
'type' => 'slider',
'choices' => [
'min' => '0',
'max' => '50',
'step' => '1',
],
'css_vars' => [
[
'name' => '--form_border_radius',
'value_pattern' => '$px',
'po' => false,
],
],
],
'form_views' => [
'label' => esc_html__( 'Form Views Counter', 'Avada' ),
'description' => esc_html__( 'Set the method to update the form views, or disable them entirely. "Page Load" option will update using PHP when a page is retrieved. "Ajax" will send an additional request after the page loads.', 'Avada' ),
'id' => 'form_views',
'default' => 'ajax',
'type' => 'radio-buttonset',
'choices' => [
'page_load' => esc_html__( 'Page Load', 'Avada' ),
'ajax' => esc_html__( 'Ajax', 'Avada' ),
'disabled' => esc_html__( 'Disabled', 'Avada' ),
],
],
'form_views_counting' => [
'label' => esc_html__( 'Form Views Counting', 'Avada' ),
'description' => esc_html__( 'Select which types of users will increase the form views on visit.', 'Avada' ),
'id' => 'form_views_counting',
'default' => 'all',
'type' => 'select',
'choices' => [
'all' => esc_html__( 'All', 'Avada' ),
'logged_out' => esc_html__( 'Logged Out', 'Avada' ),
'non_admins' => esc_html__( 'Non-Admins', 'Avada' ),
],
],
'forms_enable_flatpickr_localization' => [
'label' => esc_html__( 'Enable Date/Time Picker Localization', 'Avada' ),
'description' => esc_html__( 'If your site is using a language other than English, enabling this option will load the localization file, fitting your WordPress language setting, via a CDN.', 'Avada' ),
'id' => 'forms_enable_flatpickr_localization',
'default' => '0',
'type' => 'switch',
'transport' => 'postMessage',
],
],
],
'turnstile_section' => [
'label' => esc_html__( 'Cloudflare Turnstile', 'Avada' ),
'description' => '',
'id' => 'turnstile_section',
'type' => 'sub-section',
'fields' => [
'turnstile_site_key' => [
'label' => esc_html__( 'Site Key', 'Avada' ),
/* translators: "our docs" link. */
'description' => sprintf( esc_html__( 'Follow the steps in %s to create/access your site key.', 'Avada' ), '' . esc_html__( 'Cloudflare Turnstile docs', 'Avada' ) . '' ),
'id' => 'turnstile_site_key',
'default' => '',
'type' => 'text',
'transport' => 'postMessage',
],
'turnstile_secret_key' => [
'label' => esc_html__( 'Secret Key', 'Avada' ),
/* translators: "our docs" link. */
'description' => sprintf( esc_html__( 'Follow the steps in %s to create/access your secret key.', 'Avada' ), '' . esc_html__( 'Cloudflare Turnstile docs', 'Avada' ) . '' ),
'id' => 'turnstile_secret_key',
'default' => '',
'type' => 'text',
'transport' => 'postMessage',
],
'turnstile_appearance' => [
'type' => 'radio-buttonset',
'label' => esc_html__( 'Appearance Mode', 'Avada' ),
'description' => esc_html__( 'Choose the Turnstile appearance mode. "Always" will display the widget on page load in any case, while "Interaction Only" will make it visible only when visitor interaction is required.', 'Avada' ),
'id' => 'turnstile_appearance',
'default' => 'always',
'choices' => [
'always' => esc_html__( 'Always', 'Avada' ),
'interaction-only' => esc_html__( 'Interaction Only', 'Avada' ),
],
],
'turnstile_theme' => [
'type' => 'radio-buttonset',
'label' => esc_html__( 'Color Scheme', 'Avada' ),
'description' => esc_html__( 'Choose the Turnstile color scheme.', 'Avada' ),
'id' => 'turnstile_theme',
'default' => 'auto',
'choices' => [
'auto' => esc_html__( 'Auto', 'Avada' ),
'light' => esc_html__( 'Light', 'Avada' ),
'dark' => esc_html__( 'Dark', 'Avada' ),
],
],
'turnstile_size' => [
'type' => 'radio-buttonset',
'label' => esc_html__( 'Widget Size', 'Avada' ),
'description' => esc_html__( 'Choose the Turnstile widget size.', 'Avada' ),
'id' => 'turnstile_size',
'default' => 'normal',
'choices' => [
'normal' => esc_attr__( 'Normal (300px)', 'Avada' ),
'flexible' => esc_attr__( 'Flexible (100%)', 'Avada' ),
'compact' => esc_attr__( 'Compact (150px)', 'Avada' ),
],
],
'turnstile_language' => [
'type' => 'select',
'label' => esc_html__( 'Language', 'Avada' ),
'description' => esc_html__( 'Choose the Turnstile widget language.', 'Avada' ),
'id' => 'turnstile_language',
'default' => 'auto',
'choices' => AWB_Cloudflare_Turnstile::get_language_array(),
],
'turnstile_comment_form' => [
'label' => esc_html__( 'Turnstile For Comments', 'Avada' ),
'description' => esc_html__( 'Turn on to add Turnstile to comment forms.', 'Avada' ),
'id' => 'turnstile_comment_form',
'default' => '0',
'type' => 'switch',
],
],
],
'recaptcha_section' => [
'label' => esc_html__( 'Google reCaptcha', 'Avada' ),
'id' => 'recaptcha_section',
'type' => 'sub-section',
'fields' => [
'recaptcha_version' => [
'label' => esc_html__( 'reCAPTCHA Version', 'Avada' ),
'description' => esc_html__( 'Set the reCAPTCHA version you want to use and make sure your keys below match the set version.', 'Avada' ),
'id' => 'recaptcha_version',
'default' => 'v3',
'type' => 'radio-buttonset',
'choices' => [
'v2' => esc_html__( 'V2', 'Avada' ),
'v3' => esc_html__( 'V3', 'Avada' ),
],
'update_callback' => $contact_page_callback,
],
'recaptcha_public' => [
'label' => esc_html__( 'reCAPTCHA Site Key', 'Avada' ),
/* translators: "our docs" link. */
'description' => sprintf( esc_html__( 'Follow the steps in %s to get the site key.', 'Avada' ), '' . esc_html__( 'our docs', 'Avada' ) . '' ),
'id' => 'recaptcha_public',
'default' => '',
'type' => 'text',
// This option doesn't require updating the preview.
'transport' => 'postMessage',
],
'recaptcha_private' => [
'label' => esc_html__( 'reCAPTCHA Secret Key', 'Avada' ),
/* translators: "our docs" link. */
'description' => sprintf( esc_html__( 'Follow the steps in %s to get the secret key.', 'Avada' ), '' . esc_html__( 'our docs', 'Avada' ) . '' ),
'id' => 'recaptcha_private',
'default' => '',
'type' => 'text',
// This option doesn't require updating the preview.
'transport' => 'postMessage',
],
'recaptcha_color_scheme' => [
'label' => esc_html__( 'reCAPTCHA Color Scheme', 'Avada' ),
'description' => esc_html__( 'Controls the reCAPTCHA color scheme.', 'Avada' ),
'id' => 'recaptcha_color_scheme',
'default' => 'light',
'type' => 'radio-buttonset',
'choices' => [
'light' => esc_html__( 'Light', 'Avada' ),
'dark' => esc_html__( 'Dark', 'Avada' ),
],
'required' => [
[
'setting' => 'recaptcha_version',
'operator' => '==',
'value' => 'v2',
],
],
'update_callback' => $contact_page_callback,
],
'recaptcha_score' => [
'label' => esc_html__( 'reCAPTCHA Security Score', 'Avada' ),
'description' => esc_html__( 'Set a threshold score that must be met by the reCAPTCHA response. The higher the score the harder it becomes for bots, but also false positives increase.', 'Avada' ),
'id' => 'recaptcha_score',
'default' => '0.5',
'type' => 'slider',
'choices' => [
'min' => '0.1',
'max' => '1',
'step' => '0.1',
],
'required' => [
[
'setting' => 'recaptcha_version',
'operator' => '==',
'value' => 'v3',
],
],
// This option doesn't require updating the preview.
'transport' => 'postMessage',
],
'recaptcha_badge_position' => [
'label' => esc_html__( 'reCAPTCHA Badge Position', 'Avada' ),
'description' => __( 'Set where and if the reCAPTCHA badge should be displayed. NOTE: Google\'s Terms and Privacy information needs to be displayed on the contact form.', 'Avada' ),
'id' => 'recaptcha_badge_position',
'default' => 'inline',
'type' => 'radio-buttonset',
'choices' => [
'inline' => esc_html__( 'Inline', 'Avada' ),
'bottomleft' => esc_html__( 'Bottom Left', 'Avada' ),
'bottomright' => esc_html__( 'Bottom Right', 'Avada' ),
'hide' => esc_html__( 'Hide', 'Avada' ),
],
'required' => [
[
'setting' => 'recaptcha_version',
'operator' => '==',
'value' => 'v3',
],
],
'update_callback' => $contact_page_callback,
],
'recaptcha_login_form' => [
'label' => esc_html__( 'reCAPTCHA For User Elements', 'Avada' ),
'description' => esc_html__( 'Turn on to add reCAPTCHA to the user login, user lost password and user registration forms.', 'Avada' ),
'id' => 'recaptcha_login_form',
'default' => '0',
'type' => 'switch',
],
'recaptcha_comment_form' => [
'label' => esc_html__( 'reCAPTCHA For Comments', 'Avada' ),
'description' => esc_html__( 'Turn on to add reCAPTCHA to comment forms.', 'Avada' ),
'id' => 'recaptcha_comment_form',
'default' => '0',
'type' => 'switch',
],
],
],
'hubspot_section' => [
'label' => esc_html__( 'HubSpot', 'Avada' ),
'description' => '',
'id' => 'hubspot_section',
'type' => 'sub-section',
'fields' => [
'hubspot_api' => [
'label' => esc_html__( 'HubSpot API', 'Avada' ),
'description' => esc_html__( 'Select a method to connect to your HubSpot account.', 'Avada' ),
'id' => 'hubspot_api',
'default' => 'off',
'type' => 'radio-buttonset',
'choices' => [
'auth' => esc_html__( 'OAuth', 'Avada' ),
'key' => esc_html__( 'API Key', 'Avada' ),
'off' => esc_html__( 'Off', 'Avada' ),
],
'transport' => 'postMessage',
],
'hubspot_key' => [
'label' => esc_html__( 'HubSpot API Key', 'Avada' ),
/* translators: "our docs" link. */
'description' => sprintf( esc_html__( 'Follow the steps in %s to access your API key.', 'Avada' ), '' . esc_html__( 'HubSpot docs', 'Avada' ) . '' ),
'id' => 'hubspot_key',
'default' => '',
'type' => 'text',
'required' => [
[
'setting' => 'hubspot_api',
'operator' => '==',
'value' => 'key',
],
],
// This option doesn't require updating the preview.
'transport' => 'postMessage',
],
'hubspot_oauth' => [
'label' => '',
'description' => ( class_exists( 'Fusion_Hubspot' ) ? Fusion_Hubspot()->maybe_render_button() : '' ),
'id' => 'hubspot_oauth',
'type' => 'custom',
'required' => [
[
'setting' => 'hubspot_api',
'operator' => '==',
'value' => 'auth',
],
],
],
'reset_hubspot_cache' => [
'label' => esc_html__( 'Reset HubSpot Properties', 'Avada' ),
'description' => esc_html__( 'Resets all HubSpot properties data.', 'Avada' ),
'id' => 'reset_hubspot_cache',
'default' => '',
'type' => 'raw',
'content' => '' . esc_html__( 'Reset HubSpot Cache', 'Avada' ) . '',
'full_width' => false,
'transport' => 'postMessage', // No need to refresh the page.
'hide_on_front' => true,
'required' => [
[
'setting' => 'hubspot_api',
'operator' => '!=',
'value' => 'off',
],
],
],
],
],
'mailchimp_section' => [
'label' => esc_html__( 'Mailchimp', 'Avada' ),
'description' => '',
'id' => 'mailchimp_section',
'type' => 'sub-section',
'fields' => [
'mailchimp_api' => [
'label' => esc_html__( 'Mailchimp API', 'Avada' ),
'description' => esc_html__( 'Select a method to connect to your Mailchimp account.', 'Avada' ),
'id' => 'mailchimp_api',
'default' => 'off',
'type' => 'radio-buttonset',
'choices' => [
'auth' => esc_html__( 'OAuth', 'Avada' ),
'key' => esc_html__( 'API Key', 'Avada' ),
'off' => esc_html__( 'Off', 'Avada' ),
],
'transport' => 'postMessage',
],
'mailchimp_key' => [
'label' => esc_html__( 'Mailchimp API Key', 'Avada' ),
/* translators: "our docs" link. */
'description' => sprintf( esc_html__( 'Follow the steps in %s to access your API key.', 'Avada' ), '' . esc_html__( 'Mailchimp docs', 'Avada' ) . '' ),
'id' => 'mailchimp_key',
'default' => '',
'type' => 'text',
'required' => [
[
'setting' => 'mailchimp_api',
'operator' => '==',
'value' => 'key',
],
],
// This option doesn't require updating the preview.
'transport' => 'postMessage',
],
'mailchimp_oauth' => [
'label' => '',
'description' => ( class_exists( 'Fusion_Mailchimp' ) ? Fusion_Mailchimp()->maybe_render_button() : '' ),
'id' => 'mailchimp_oauth',
'type' => 'custom',
'required' => [
[
'setting' => 'mailchimp_api',
'operator' => '==',
'value' => 'auth',
],
],
],
'reset_mailchimp_cache' => [
'label' => esc_html__( 'Reset Mailchimp Lists and Fields', 'Avada' ),
'description' => esc_html__( 'Resets all Mailchimp lists and fields data.', 'Avada' ),
'id' => 'reset_mailchimp_cache',
'default' => '',
'type' => 'raw',
'content' => '' . esc_html__( 'Reset Mailchimp Cache', 'Avada' ) . '',
'full_width' => false,
'transport' => 'postMessage', // No need to refresh the page.
'hide_on_front' => true,
'required' => [
[
'setting' => 'mailchimp_api',
'operator' => '!=',
'value' => 'off',
],
],
],
],
],
],
];
return $sections;
}