Is there a way to manipulate the classes added to a submit button?
If I select “primary” it adds “btn btn-primary” but if I select “default” there is still “btn btn-primary”.
And there is no “none” or something similiar.
Would be nice to have a hook for manipulating the classes or better: An option “none” for the button style so we can add our own classes 🙂
Or maybe I missed another option. Is there? 🙂
Your wish is our command. Version 1.7.153 now includes a ‘None’ option for buttons and also messages. This works for all frameworks. It removes the btn-* class that colors the button and just leaves the btn class for Bootstrap (which it appears you are using).
You can add the btn-outline-* class to the Advanced –> Class –> Field setting, or indeed any other classes you wish.