DEPRECATED
FormProvider is component, that is handling all changes in form input components. It is also providing
validation check by page schema. Form can be submited by FormSubmit component. Every submit of form
must have specified action - default action for this button is flowSubmit. Whole page has also default action
for case, when user tries to submit form by press enter key. Waiting screens can be also submited by FormAutosubmit
component with property actionName: flowSubmit which perform submit automaticly when screens load.
Built in form actions:
notValidFormSubmit - is used on Submit button if the form is not valid. It’s a “fake” submit that triggers showing validation errors on all components on pageflowStart - start session with serverflowSubmit - submit data to server, and go to next pageflowBack - go to previous page, it must be enabled on current page in flowflowReload - action, that reload whole app, and remove cookie with sessionflowContinue - this button will fetch status and redirect user to right page, it is something like syncchangeLocale - change translates locale, first parameter must be locale name