Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

Occasionally you may wish to stop items defined in your Lagan E-Form from being shown on your Cloudoko Form.

To Exclude Or To Hide?

Cloudoko Forms offers you two directives that you can apply to your Lagan E-Form XML that enable you to remove items from your web form:

...

Code Block
languagexml
themeConfluence
<Appearance>cloudoko-hide</Appearance>

Which Directive Should I Use?

There's no right or wrong answer about which is the best approach to use, but use the following rough guide to help you choose one:

...

So as a general rule, you're best to use cloudoko-exclude. Unless you know that you're dealing with a <Field> and it needs to be still available to functions running on the page, or has a default value which must still be populated, in which case use cloudoko-hide.

What Items Can I Apply These Directives To?

DirectiveDescriptionValid For Use On <Appearance> Tags Inside...
<Page><Group><Line><Field>
cloudoko-excludeWill stop the affected item from being rendered by Cloudoko Forms full stop.
Status
colourGreen
titleYes
Status
colourGreen
titleYes
Status
colourGreen
titleYes
Status
colourGreen
titleYes
cloudoko-hideWill still render the item, but use CSS trickery to hide it on the page.
Status
colourRed
titleNO
Status
colourGreen
titleYes
Status
colourGreen
titleYes
Status
colourGreen
titleYes

Filter by label (Content by label)
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
labelsforms lagan eforms e-forms

...