Support default values for form fields
Matthew Pavkov
Add the ability to set a default value for a field that is part of a form. This could be for both visible and hidden fields on a form.
Example: you have a form with several fields, but for some of those fields you want to set a default value for the user. This could be for a "soft required" field, where you don't want the field to truly be required when used internally, but when an external source uses a form, you want the field to "not be blank".
Another example: you want to set a default value for a field behind the scenes, but you don't want the user to be able to see / change this value.
Log In
J
Jan Zalewski
This could be very useful when we want something up by default for form created tasks but not necessarily others
in our use case its information about email notifications for clients, when they delegate task via form we'd like to have email notification on by default but for other tasks we create internally that's not necessary and even unadvised as to not spam our clients with accidental emails