Using Default Values for Keyword Types - E-Forms - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Premier - Standard - OnBase/E-Forms/Foundation-23.1/E-Forms/Configuration/Configuration-Overview/Creating-an-HTML-Form-with-an-External-Editor/Mapping-Form-Fields-to-Keyword-Types/Using-Default-Values-for-Keyword-Types - 2023-09-11

E-Forms

Platform
OnBase
Product
E-Forms
Release
Foundation 23.1
License
Premier
Standard

If you want to use a default value for a Keyword Type for an E-Form, it must be coded within the form template. The following is an example of a Keyword Type configured with a default value:

<input type="text" VALUE="Default Text" name="OBKey_Keyword _1" size="35">

In this example, the VALUE attribute is set equal to "Default Text" and by default this text displays in the E-Form for the Keyword Type.