how to not include empty conditional fields in email submission?
Let's say I have a conditional checkbox which displays another 5 fields to be filled in if the conditional is checked. If a user does not check the checkbox the 5 fields which were not shown to the user are still included in the form when it's emailed. Is there a way to prevent that from happening?
how to not include empty conditional fields in email submission?
Let's say I have a conditional checkbox which displays another 5 fields to be filled in if the conditional is checked. If a user does not check the checkbox the 5 fields which were not shown to the user are still included in the form when it's emailed. Is there a way to prevent that from happening?
Comment author was deleted
Yeah for more control over the email look at the xslt transformed option or this one http://our.umbraco.org/projects/backoffice-extensions/send-razor-transformed-email-contour-workflow
The simple one will add all fields ...
is working on a reply...