Form Confirmation CSS Selectors

Inline Confirmation Message

Displays on same page upon successful completion of the form

  • example: inline confirmation message (div) – applies to all forms
body .gform_confirmation_wrapper .gform_confirmation_message  {border: 1px solid red;}
  • example: inline confirmation message (div) – applies to form id 1

  • body #gform_confirmation_wrapper_1 .gform_confirmation_message  {color: black;}