Home › Forum › Laying out a Form › Dynamic layout changes › Reply To: Dynamic layout changes
Hello,
To accomplish this, you will want to use the “Set Property” command.
/Documentation/manual/html/index.html?fl_set_property.htm
This will allow you to specify things like object location, color and other properties as triggered by behaviors in the form. Alternatively, you can use the “Set State” command to modify visibility and accessibility.
/Documentation/manual/html/index.html?fl_set_state.htm
An example of use here would be to hide specific fields in your form by default, then use “Set State” to display them when a specified field contains data. You can then use the “Set Property” to bring the visible field into attention by moving it closer to the field that was recently edited.
Thanks,
Karlo