CRED plugin allows you to build front-end forms for creating and editing content. These forms can include all the fields that belong to the content and display them with your HTML styling. CRED forms also support input validation and automatic email notifications.
When you ask for help or report issues, make sure to tell us the structure and the settings of your form.
Viewing 15 topics - 541 through 555 (of 721 total)
Problem:
The user would like to make some optional custom fields required in a Toolset form.
Solution:
Currently, the required-ness of a field in a Toolset Form comes from its field's settings in Toolset->Custom Fields. Our developers are aware of this limitation and there is a feature request to allow implementing it independently of the fields settings. I am adding this ticket as a vote to the developers' board.
In the meantime, you can implement one of the following solutions:
Hiding the submit button until all fields have content. You can wrap the submit button inside a conditional group that will check that all the fields have values.