Set Form Name
FormForm.setName(name)
Sets the name of the form.
Syntax
Parameters
name
: String - The name of the form.
Returns
Promise<null
>
A Promise that resolves to null
.
Set Form Name
FormForm.setName(name)
Sets the name of the form.
name
: String - The name of the form.Promise<null
>
A Promise that resolves to null
.