htmlformitemnames
PAGE
,
ELEMENTS

The htmlformitemnames statement returns a list of form input elements (INPUT tags, etc.) within an HTML page.


Parameters

This statement has two parameters:

page – HTML page that may contain form elements.

elements – field or variable that will contain carriage return separated list of input element names.


Description

This statement returns a list of form input elements (<INPUT tags, etc.) within an HTML page. This example assumes the current database has a field named Page that contains HTML.

local itemNames
gettaglocation Page,itemNames

If the Page field contains one or more input, select or textarea tags, the itemNames variable will be set to something like this.

Name
Address
City
State
Zip
Phone
Email
CardType
ExpireMonth
ExpireYear
Notes

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.