Is it possible to create a new record with one of the fields determining the condition for other fields to be presented to be filled in.
As an example : In the Accounts module, the custom Consent field is a dropdown with two values, ‘minor’ and ‘adult’. Subject to the option chosen, either display additional fields to be filled in for minors or none of them at all.
As a matter of interest is there a way of breaking the creation of a new record into phases, eg first Create a new record by filling in all the mutually relevant detail and click Save. Then secondly with a Workflow triggered on “New Records”, present the user with a form to be filled in for the conditional fields.
You could do that by customizing EditView of the module in question and splitting the form into phases. I’d probably do it on one pageload though and use Javscript to give the impression of phases, but that depends on your needs.