You can check all mandatory fields before submitting the form. You check all fields that they have to be mandatory. You cna do thet in program "Fields on Block" and check "Mn.".
All necesary fields are checked.
Create field with type "Button SUBMIT" or use created one.
Create link "Link to form(F)" and name it. In "Link location" writte !target program.webclient and in OUT block into "Description" writte code to call validation code:
if (cMF()== false){return}
cMF is javascript function. If you would like to chec specific block call function cMFblock name.
5. Add created link to submit field
6. "Compile" and "Preview"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2025-07-14
For better understanding I would add a comment
if (cMF()== false) { alert(''Field label is mandatory!"); }
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can check all mandatory fields before submitting the form. You check all fields that they have to be mandatory. You cna do thet in program "Fields on Block" and check "Mn.".
if (cMF()== false){return}
cMF is javascript function. If you would like to chec specific block call function cMFblock name.
5. Add created link to submit field
6. "Compile" and "Preview"
For better understanding I would add a comment
if (cMF()== false) { alert(''Field label is mandatory!"); }