Frequently Asked Questions

My form keeps being redisplayed though it doesn't show any errors.

This is probably because you have some required fields in your form definition which you forgot to put in the form template.

How can I make the requiredness of a widget depend on the value of other widgets?

Currently you can't. The solution is to make the widget not required, and do this check in custom code or using a validation rule.

  • No labels