When called from a snippet procedure, generates a form that will trigger a Form Submit call for the snippet when the form is submitted.
EXEC SoftadminSnippet.Form
@FormHtml = N'<label>Name: <input type="text" name="Name"></label><input type="submit">';