formCustomizer

Description: A form customizer link to allow form customizations. Supports:

  • Field disable/enable function
  • Mandatory fields activation/inactivation
  • Messages customization (labels, hints and help)
  • Customizations by businessID

JavaDoc: Click here

Attributes: N/A

Attributes:

Name Description Data type Required Default value
title The link title String No 'Customize form' message
description The link description String No -
cssClass An optional CSS class to apply to the link. String No -
stageID The ID of the stage where the form belongs String Yes -
formName The name of the form Integer Yes -
businessID The form configuration business ID String No -

Examples:

<dif:document>
        <dif:formCustomization title="Customize login form" stageID="loginstage" formName="login">
    ...
</dif:document>

See also:

Back to tag reference