Hello!
Is there some way I can:
1. organize visibility regions to where I want them to lie within stacks
2. label visibility regions according to what they have in them?
I tried using /**example**/ however it renders the region useless. I am wasting more time bouncing around from one to the next trying to figure out which one I need to be in than actually building the form, so far I have one form with 14 stacks and its only half built.
Your statement: I tried using /**example**/ however it renders the region useless.
Try just /* labelname */
If you want to change the order of the visibility regions in the stacks,
then you need recreate a new stack, ordered the way you want.
Before doing any of this, make sure to save your form as a new version before making edits. So if you mess up, you can load your previous form to recover.
From the old stack, copy the visibility region (vbr) you want to be first in the new stack.
Paste it on its own line.
Then from old stack, copy vbr you want next.
In new stack, insert a blank text field, then "paste" the vbr you want for next in stack. Right-click and select the vbr you just pasted. Now add the next vbr from the old stack the same way.
Continue until you have rebuilt the stack.
- OR - you can just move vbr in the old stack by cutting the one you want to move,
going to the vbr in the stack you want to paste it after,
insert a blank text, then paste.
when finished, go through it all and delete the inserted blank text fields you no longer need.
- Beverly