| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | </p> |
| 10 | 10 | |
| 11 | 11 | <p class="frm6 frm_end frm_form_field"> |
| 12 | 12 | <label><?php esc_html_e( 'Color', 'formidable' ); ?></label> |
| 13 | - <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'form_desc_color' ) ); ?>" id="frm_form_desc_color" class="hex" value="<?php echo esc_attr( $style->post_content['form_desc_color'] ); ?>" <?php do_action( 'frm_style_settings_input_atts', 'form_desc_color' ); ?> /> | |
| 13 | + <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'form_desc_color' ) ); ?>" id="frm_form_desc_color" class="hex" value="<?php echo esc_attr( $style->post_content['form_desc_color'] ); ?>" /> | |
| 14 | 14 | </p> |
| 15 | 15 | <p class="frm6 frm_first frm_form_field"> |
| 16 | 16 | <label><?php esc_html_e( 'Margin Top', 'formidable' ); ?></label> |
| 17 | 17 | <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'form_desc_margin_top' ) ); ?>" id="frm_form_desc_margin_top" value="<?php echo esc_attr( $style->post_content['form_desc_margin_top'] ); ?>" size="4" /> |