Closed vladsavchuk closed 5 years ago
I have the form with autosubmit (data-check-changes, data-autosave are set):
data-check-changes
data-autosave
My question is regarding Birth Date section. I want to autosubmit only if the all 3 selects are set, or at least if the last Year select is set.
select
What is the best approach for it? Do we have an inbox solution in fw.js?
fw.js
You can do this:
data-nosubmit
onload.js
I have the form with autosubmit (
data-check-changes
,data-autosave
are set):My question is regarding Birth Date section. I want to autosubmit only if the all 3
select
s are set, or at least if the last Yearselect
is set.What is the best approach for it? Do we have an inbox solution in
fw.js
?