Quantcast
Channel: CSS Selectors Archives - Gravity Forms Documentation
Viewing all articles
Browse latest Browse all 35

Form Footer

$
0
0

Container

Contains the submit button and admin edit link

  • example: the form footer section (div) – applies to all forms
        body .gform_wrapper .gform_footer {border: 1px solid red}
        
  • example: the form footer section (div) – applies just to form ID #1

        body #gform_wrapper_1 .gform_footer {border: 1px solid red}
        

Submit Button

  • example: the form submit button (input) – applies to all forms

        body .gform_wrapper .gform_footer input[type=submit] {border: 1px solid red}
        
  • example: the form submit button (input) – applies just to form ID #1

        body #gform_wrapper_1 .gform_footer input[type=submit] {border: 1px solid red}
        

Submit Button (image)

  • example: the form submit button (image) – applies to all forms

        body .gform_wrapper .gform_footer input[type=image] {border: 1px solid red}
        
  • example: the form submit button (image) – applies just to form ID #1

        body #gform_wrapper_1 .gform_footer input[type=image] {border: 1px solid red}
        

The post Form Footer appeared first on Gravity Forms Documentation.


Viewing all articles
Browse latest Browse all 35

Trending Articles