SFU.closeForm()
- Last UpdatedAug 06, 2024
- 1 minute read
Use closeForm() method to close the window in which the form is rendered.
Syntax
SFU.closeForm();
Parameters
None.
Return Value
None.
Example
// Close the window in which the form is rendered
SFU.closeForm();