Hi,
Is it possible to create a form like:
1) Field1 - Load state: Parent hidden
2) Script (or something else) which check the follwoing sql-query
IF
SELECT Column1 FROM Table1 WHERE Column2 = 'value' = 1
Then 'Show parent' Field1
Else
End
This makes my form much more 'dynamic', because I can create a control panel to enable/disable fields without creating many forms.
Should be possible, but I need some help🙂
Is it possible to create a form like:
1) Field1 - Load state: Parent hidden
2) Script (or something else) which check the follwoing sql-query
IF
SELECT Column1 FROM Table1 WHERE Column2 = 'value' = 1
Then 'Show parent' Field1
Else
End
This makes my form much more 'dynamic', because I can create a control panel to enable/disable fields without creating many forms.
Should be possible, but I need some help🙂