| message |
Optional |
Used when the action is 'validate'. Displayes a custom message to inform the user if their code was incorrect |
| name |
Optional |
Required if action is 'display'. The name of the text field the user will type the code into |
| width |
Optional |
A style attribute. Specify a width of the text field |
| class |
Optional |
A style attribute. The name of a stylesheet attribute to apply to the text box |
| action |
Required |
The action you want to perform with the tag. 'display' or 'validate'. Default is 'display' |