get_field_name( 'submit_bg_color' ), $style->post_content['submit_bg_color'], array( 'title' => __( 'Background Image', 'formidable' ), 'id' => 'frm_submit_bg_color', 'frm_style' => $frm_style, 'style' => $style, 'action_slug' => 'submit_bg_color', 'image_id_input_name' => 'submit_bg_img', 'include_additional_settings' => false, ) ); ?>
get_field_name( 'submit_text_color' ), $style->post_content['submit_text_color'], array( 'id' => 'frm_submit_text_color', 'action_slug' => 'submit_text_color', ) ); ?>
get_field_name( 'submit_font_size' ), $style->post_content['submit_font_size'], array( 'id' => 'frm_submit_font_size', 'max_value' => 100, ) ); ?>
get_field_name( 'submit_weight' ), $style->post_content['submit_weight'], array( 'id' => 'frm_submit_weight', 'options' => FrmStyle::get_bold_options(), ) ); ?>
get_field_name( 'submit_width' ), $style->post_content['submit_width'], array( 'id' => 'frm_submit_width', 'max_value' => 300, 'units' => array( 'auto', 'px', 'em', '%' ), ) ); ?>
get_field_name( 'submit_height' ), $style->post_content['submit_height'], array( 'id' => 'frm_submit_height', 'max_value' => 300, ) ); ?>
get_field_name( 'submit_border_color' ), $style->post_content['submit_border_color'], array( 'id' => 'frm_submit_border_color', 'action_slug' => 'submit_border_color', ) ); ?>
get_field_name( 'submit_border_width' ), $style->post_content['submit_border_width'], array( 'id' => 'frm_submit_border_width', 'max_value' => 25, ) ); ?>
get_field_name( 'submit_shadow_color' ), $style->post_content['submit_shadow_color'], array( 'id' => 'frm_submit_shadow_color', 'action_slug' => 'submit_shadow_color', ) ); ?>
get_field_name( 'submit_border_radius' ), $style->post_content['submit_border_radius'], array( 'id' => 'frm_submit_border_radius', 'max_value' => 50, ) ); ?>
get_field_name( 'submit_margin' ), $style->post_content['submit_margin'], array( 'id' => 'frm_submit_margin', 'type' => 'vertical-margin', 'max_value' => 100, ) ); ?>
get_field_name( 'submit_padding' ), $style->post_content['submit_padding'], array( 'id' => 'frm_submit_padding', 'type' => 'vertical-margin', 'max_value' => 100, ) ); ?>
get_field_name( 'submit_style' ), array( 'div_class' => 'with_frm_style frm_toggle', 'checked' => empty( $frm_style->get_field_name( 'submit_style' ) ), 'echo' => true, 'aria-label-attr' => __( 'Disable submit button styling', 'formidable' ), ) ); ?>
get_field_name( 'submit_hover_bg_color' ), $style->post_content['submit_hover_bg_color'], array( 'id' => 'frm_submit_hover_bg_color', 'action_slug' => 'submit_hover_bg_color', ) ); ?>
get_field_name( 'submit_hover_color' ), $style->post_content['submit_hover_color'], array( 'id' => 'frm_submit_hover_color', 'action_slug' => 'submit_hover_color', ) ); ?>
get_field_name( 'submit_hover_border_color' ), $style->post_content['submit_hover_border_color'], array( 'id' => 'frm_submit_hover_border_color', 'action_slug' => 'submit_hover_border_color', ) ); ?>
get_field_name( 'submit_active_bg_color' ), $style->post_content['submit_active_bg_color'], array( 'id' => 'frm_submit_active_bg_color', 'action_slug' => 'submit_active_bg_color', ) ); ?>
get_field_name( 'submit_active_color' ), $style->post_content['submit_active_color'], array( 'id' => 'frm_submit_active_color', 'action_slug' => 'submit_active_color', ) ); ?>
get_field_name( 'submit_active_border_color' ), $style->post_content['submit_active_border_color'], array( 'id' => 'frm_submit_active_border_color', 'action_slug' => 'submit_active_border_color', ) ); ?>