Zoomed Image

AMSX Scripting Language - Command : form.show

Summary

Display the active AMSX form to the calling user and suspend script execution until the form is submitted

Description

Renders the active form in the user's browser. Script execution pauses until the user submits the form. After Show returns, use Form.GetData to retrieve the field values the user entered.

Parameters

This command does not require parameters.

Syntax


Form.Show

Return to the AMSX Command Reference