Automate Form

Hi,

I have an ENUMLIST column with seven Values.

Clicking on a value conditionally shows a column in a Form.

If all values in enumlist are selected, edit form will unhide all seven editable columns.

Is it possible, when selecting enumlist value, app would automatically auto advance you (redirect you) to a newly shown column, so I could start typing immediately in this new field (ie not needing to scroll to a new unhidden field and selecting it manually?

Thank you!

Yes, in a way.

First I’ll assume you have the auto-advance feature on.

To make this work, you will want to, on the Form view, place the hidden fields just below the field that will unhide them. When a user makes their selection from the EnumList column that unhides 1 or more other fields, they should be auto-advanced to the first of those fields. As they fill them out they should be auto-advanced to the next in line.

Keep in mind that there are certain “conditions” that makes auto-advance move from a field to the next. You may need to play with the organization of the Form to get the smoothest work flow.

2 Likes

An interesting way to do it. Thank you.

1 Like