You can use the editor to create as many forms as you want. These forms can also work together, creating a system. In addition, you canHide fieldsIn all kinds of circumstances. What only is missing in this modular setting is a configuration form in which you as an administrator can determine which modules / features this customer needs.
So that he only sees in all forms what applies to him.
There is already a function toFields to hideAlls certain "manuals" are not active only modules areNot always cut into multiple manuals. Sometimes labels are used and then this function is of no use. Therefore, having a one central configuration form is useful.
Creating a configuration form is not that difficult. There are only a few things you need to know. For example, the design is as follows:
Here we have one configuration form in which we record which modules the customer uses. In general, we use an table formWith some Select fields and one registration.
You can force this by in theForm editor formOn theToothwheelClick and then indicate under the General tabHas a maximum of one registration:
In addition, it is useful if only you as a consultant can fill in this form tabInstitutionsYou can disable all rights for other groups:
The next step is to read our configuration form in another form. You can do this by firstText input fieldto add.
Then you adjust it with theGreen penAfter which you go to theValuetab goes.
After this, you save the form, reload the page and your configuration is loaded and you can use it in your form.
Every time the form is opened, it is read live out whether this customer has activated the ISO 27001 module or not. Based on that, you can or may not show certain fields.
The next step is to now certainFields to hideBased on your loaded configuration.