Forum OpenACS Development: Re: Need help with required fields on a form

Collapse
Posted by Victor Guerra on
You can define the elements as optional doing it like this:

{names:text(text),optional { value "my name" }}

note the ",optional".