Steps to Changing Form Styling on Submission Using CSS
Introduction
Step 1) Inspect The CSS Class
Step 2) Optional - Add a CSS rule to Restyle the Form Itself During Submission
<style>
form.form_submitting {
opacity: 0.3;
}
</style>Step 3) Optional - Add a CSS rule to Restyle a Form Child Element During Submission E.g. Adding a Spinner
PreviousSteps to Adding a Progress BarNextSteps to Using Custom Field Set fields in a Form's Custom Layout
Last updated
Was this helpful?

