Say I want something like
<select name="foo">
<option value="">Please select an item</option>
<option value="1">First choice</option>
<option value="2">Second choice</option>
</select>
In this case the inList() constraint would only list "1" and "2" as the
valid values for the field; the first option is for presentation
purposes only, and choosing it should ideally cause a validation error.
Is there any way to do that using ${v FORM:SELECT:foo}?
-Steve
_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users