Constructs the tags for an embedded HTML form <FORM> consisting of the specified form content.
label specifies text that the VI inserts between HTML in and the HTML code that the VI creates.
HTML in contains text to which the VI adds the new HTML code.
method specifies the method by which the CGI application invokes the URL that action contains. The default is POST.
You also can specify the GET method.
action contains the URL the CGI application invokes.
form content specifies the contents of the form.
encoding type specifies the encoding type of the parameters.
HTML out contains HTML in, label, and the HTML code the VI constructs.