If an E-Form contains custom scripting to create additional keyword value fields on the E-Form, you must configure an OBKeyProperty_ field within the E-Form's HTML. An OBKeyProperty_ field must be configured for each Keyword Type for which fields are dynamically created in order for the values of those Keyword Types to be stored. This field should be hidden on the form and the value must equal "DYNAMIC".
Note:
OBKeyProperty_ fields are not supported in Core interfaces.
The following field syntax must be used, where KeywordName equals the Keyword Type name that is dynamically created:
<INPUT id="OBKeyProperty_KeywordName" type="hidden" value="DYNAMIC" name="OBKeyProperty_KeywordName">
or the following, where KeywordNumber equals the Keyword Type number that is dynamically created:
<INPUT id="OBKeyProperty_KeywordNumber" type="hidden" value="DYNAMIC" name="OBKeyProperty_KeywordNumber">