Adding font awesome icons to 'previous' and 'next' buttons in Umbraco Forms
I'm trying to add some font-awesome icons to the 'previous' and 'next' buttons of Umbraco forms.
I've tried to replace the input button tags with a button tag. While this allows me to insert an icon next to the text, the form stops to function properly.
The 'next' button still seems to function, but the 'previous' button now acts as the 'submit' button. See code below.
hi peter i now this is an old post but i am having problem with font awesome icons.I am using css class to display fa bar icon but it is not displaying bars.
Adding font awesome icons to 'previous' and 'next' buttons in Umbraco Forms
I'm trying to add some font-awesome icons to the 'previous' and 'next' buttons of Umbraco forms. I've tried to replace the input button tags with a button tag. While this allows me to insert an icon next to the text, the form stops to function properly. The 'next' button still seems to function, but the 'previous' button now acts as the 'submit' button. See code below.
Does anyone have a working solution for this?
I'll answer my own question :)
After adding
value="__prev"
to the button tag, it now works.hi peter i now this is an old post but i am having problem with font awesome icons.I am using css class to display fa bar icon but it is not displaying bars.
code:
any idea how can i solve this problem?
is working on a reply...