SA5 Forms API
For advanced forms manipulations
Our devs favor TypeScript, and class-centric encapsulated design. The examples here are written as such. If you are using vanilla JavaScript, adjust the code syntax to your needs.
Controlling Form State
Setup the SA5 form object, to point to a named form;
Set the form mode;
Typescript Definition
For devs using Typescript, you can declare SA5 Forms simply with;
If you're using vanilla JavaScript, you do not need a declaration and can work with;
Last updated