PITS /
00843: Forms - not name attribute
Summary: Forms - not name attribute
Created: 2006-12-11 09:20
Status: Closed - already exists
Category: Feature
From: Julian Toler?
Assigned:
Priority: 2
Version: 2.1.26
OS: 4
Description: Would like to be able to give forms a name so I can refer to them with Javascript form checking code.
This feature already exists -- simply use a "name=" attribute in the (:input form:)
tag. For example:
(:input form name=myform:) (:input text mytext:) (:input end:) |
The above produces the following HTML:
<form name='myform' method='post'> <p><input type='text' name='mytext' class='inputbox' /> </p></form>
Pm December 26, 2006, at 10:21 AM