Is there a way to change the default slot value from None to something else?

Be careful, when using FormActions. It considers a slot as set, if the value is not None. So the FormActions wont be useable any more, if you set default values to all slots.

To show custom strings in the template messages, look here

1 Like