B
ben.mounsey
Hi there,
I'm working on a macro for wide use with legal forms, and one of the
requirements is to have the ability to hide or strikeout inapplicable
sections, while leaving the form protected to fill in forms only.
I've accomplished this by encapsulating each item that will require the
hide/strikeout modifications within continuous section breaks, and
included a checkbox in each section for the end users to toggle the
hiding/strikeout feature which is kicked off by the appropriate toolbar
button.
An additional requirement, presented to me after this dev work was
completed, was that in the case of a hidden section, the subsequent
sections would renumber themselves. I'm having difficulty coming up
with an elegant solution for this.
A sample section of the form looks like this, where [] denotes a
checkbox formfield:
1. [](a) This is the first item
[](b) This is the second item
[](c) This is the third item
[](d) Fourth item
.... etc...
If section b is hidden, then section (c) should become (b) and (d)
should become (c) and so on down the line. I'd also like this to be
toggle-able.. is this easily done? I can't use a numbered list because
hiding the text doesn't renumber the list - only deleting the list item
will do that and I can't delete from the form, only hide.
Thanks for any assistance in advance!
Ben
I'm working on a macro for wide use with legal forms, and one of the
requirements is to have the ability to hide or strikeout inapplicable
sections, while leaving the form protected to fill in forms only.
I've accomplished this by encapsulating each item that will require the
hide/strikeout modifications within continuous section breaks, and
included a checkbox in each section for the end users to toggle the
hiding/strikeout feature which is kicked off by the appropriate toolbar
button.
An additional requirement, presented to me after this dev work was
completed, was that in the case of a hidden section, the subsequent
sections would renumber themselves. I'm having difficulty coming up
with an elegant solution for this.
A sample section of the form looks like this, where [] denotes a
checkbox formfield:
1. [](a) This is the first item
[](b) This is the second item
[](c) This is the third item
[](d) Fourth item
.... etc...
If section b is hidden, then section (c) should become (b) and (d)
should become (c) and so on down the line. I'd also like this to be
toggle-able.. is this easily done? I can't use a numbered list because
hiding the text doesn't renumber the list - only deleting the list item
will do that and I can't delete from the form, only hide.
Thanks for any assistance in advance!
Ben