get_field_name( 'fieldset_bg_color' ),
$style->post_content['fieldset_bg_color'],
array(
'title' => __( 'Background', 'formidable' ),
'id' => 'frm_fieldset_bg_color',
'frm_style' => $frm_style,
'style' => $style,
'action_slug' => 'fieldset_bg_color',
'image_id_input_name' => 'bg_image_id',
'include_additional_settings' => true,
)
);
?>
get_field_name( 'form_align' ),
$style->post_content['form_align'],
array(
'id' => 'frm_form_align',
)
);
?>
get_field_name( 'fieldset_color' ),
$style->post_content['fieldset_color'],
array(
'id' => 'frm_fieldset_color',
'action_slug' => 'fieldset_color',
)
);
?>
get_field_name( 'fieldset' ),
$style->post_content['fieldset'],
array(
'id' => 'frm_fieldset',
'max_value' => 25,
)
);
?>
get_field_name( 'fieldset_padding' ),
$style->post_content['fieldset_padding'],
array(
'id' => 'frm_fieldset_padding',
'type' => 'vertical-margin',
'max_value' => 100,
)
);
?>
get_field_name( 'form_width' ),
$style->post_content['form_width'],
array(
'id' => 'frm_form_width',
'max_value' => 2000,
)
);
?>
get_field_name( 'direction' ),
$style->post_content['direction'],
array(
'id' => 'frm_direction',
)
);
?>
get_field_name( 'important_style' ),
array(
'div_class' => 'with_frm_style frm_toggle',
'checked' => ! empty( $style->post_content['important_style'] ),
'echo' => true,
'aria-label-attr' => __( 'Override Theme', 'formidable' ),
)
);
?>
get_field_name( 'center_form' ),
array(
'div_class' => 'with_frm_style frm_toggle',
'checked' => ! empty( $style->post_content['important_style'] ),
'echo' => true,
'aria-label-attr' => __( 'Center Form', 'formidable' ),
)
);
?>