The argument stanza

Understand how we can use the argument stanza and the variables contained within the stanza.

The custom argument stanza contains one or more entries in the following form:

name The value of the name variable is set to equal the value of the "name" attribute of the HTML "input" tag. For example:

<input name=uid type=text>Username</input>

This variable can also use the value of the name attribute of the HTML select or textarea tags.

method:value

This combination retrieves the authentication data required by the form. The authentication data can include: