Form Confirmation CSS Selectors

Form Confirmation CSS Selectors

Inline Confirmation Message

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;}

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注