Using orchard 1.6 in the forms. I want to change the text in 'Submit' button to 'next' as the user has to complete 5 forms before finishing.
How can I do this? Thanks
Using orchard 1.6 in the forms. I want to change the text in 'Submit' button to 'next' as the user has to complete 5 forms before finishing.
How can I do this? Thanks
Copyright © 2021 Jogjafile Inc.
The only way I've found is by using jQuery on page load:
You'll need to wrap it in a CDATA tag if you want to put it in the editor, or just the single line if you're in a separate js file. Hope that helps someone.