addFormElementToPage

open override fun <T : FormElementConfiguration<*, *>> addFormElementToPage(fullyQualifiedName: String, formElementConfiguration: T): FormField

Allows to programmatically create and insert a form field into the document.

Return

The newly created form field.

Parameters

fullyQualifiedName

The fully qualified name of the new form field.

formElementConfiguration

Form element configuration class.

<T>

Form element configuration subclass.