get_field_name( 'success_bg_color' ), $style->post_content['success_bg_color'], array( 'id' => 'frm_success_bg_color', 'action_slug' => 'success_bg_color', ) ); ?>
get_field_name( 'success_border_color' ), $style->post_content['success_border_color'], array( 'id' => 'frm_success_border_color', 'action_slug' => 'success_border_color', ) ); ?>
get_field_name( 'success_text_color' ), $style->post_content['success_text_color'], array( 'id' => 'frm_success_text_color', 'action_slug' => 'success_text_color', ) ); ?>
get_field_name( 'success_font_size' ), $style->post_content['success_font_size'], array( 'id' => 'frm_success_font_size', 'max_value' => 100, ) ); ?>
get_field_name( 'error_bg' ), $style->post_content['error_bg'], array( 'id' => 'frm_error_bg', 'action_slug' => 'error_bg', ) ); ?>
get_field_name( 'error_border' ), $style->post_content['error_border'], array( 'id' => 'frm_error_border', 'action_slug' => 'error_border', ) ); ?>
get_field_name( 'error_text' ), $style->post_content['error_text'], array( 'id' => 'frm_error_text', 'action_slug' => 'error_text', ) ); ?>
get_field_name( 'error_font_size' ), $style->post_content['error_font_size'], array( 'id' => 'frm_error_font_size', 'max_value' => 100, ) ); ?>