logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Development
:
Need help with required fields on a form
: One Message
Begin main content
Forum OpenACS Development: Re: Need help with required fields on a form
Search:
Back to OpenACS Development
2
:
Re: Need help with required fields on a form
(response to
1
)
Posted by
Victor Guerra
on
06/13/08 02:59 AM
You can define the elements as optional doing it like this:
{names:text(text),optional { value "my name" }}
note the ",optional".
Back to OpenACS Development