Page Title Here
Possible introductory material before your form...
Text fields: If the form field editing window you may change their
size
attribute (length of the box), and the attribute for the maximum length of the text, and the name field and the value field (what you see initially in the box). You
cannot
change the text
in
the box from the main NVu editing window.
name:
address :
address2:
Attributes - may check many boxes, field
name
attributes may be the same or separate. If they have the same name, then this name is associated with a list of the boxes checked. Here the common
name
is vain, and the values of the fields are v1, v2, and v3. You can select whether they are initially checked in the form field editing window:
Attractive:
Rich:
Famous:
Color - only
latest
radio button selected among radio buttons with the same
name
attribute. Again, in the form field editing window, you can choose which is initially selected :
Red:
Blue:
Green:
You must make sure you have at least one Submit button, or you cannot send anything to your Python script! Changing the Submit button's value attribute changes the label that appears. A reset button is optional. It tosses out all changes made by the user and reverts to the starting values for all fields.