FormTagAttrs

FormTagAttrs

new FormTagAttrs(action, method, header, footer, completionStatusShow, completionStatusInHeader, confirmationNeeded)

Instantiates a new FormTagAttrs

Parameters:
Name Type Description
action string

the path where the form data is sent to after the user finishes the form

method string

the method use to send the form data

header string | undefined

the global form header which can be overwritten at the SectionTag level

footer string | undefined

the global form footer which can be overwritten at the SectionTag level

completionStatusShow boolean | undefined

whether to display the progress the user made in a form

completionStatusInHeader boolean | undefined

whether to display that progress in header (if false it will be displayed in body)

confirmationNeeded boolean | undefined

whether the user will receive a form confirmation at the end of the form

Source: