How to change the default button label “No Preference” in FormFlow
问题 Is there a way to modify the default "No Preference" label of the button when updating the user inputs to read e.g. "I don't want to change anything." without introducing a new Resources.*.resx file? I tried all templates that allow changing such literals but I found no one that could achieve this. TemplateUsage.NoPreference can be used to change only the value of an optional field, not the button label. 回答1: You can do it by overriding the Template value in your FormFlow. Here is an example