I have a multi step contour form, the button text is previous and next. What i want to do ideally is when on last step make text of next button Finish. Is this possible? If not then as a matter of interest how do you change submit button text in general?
How to change text of buttons
I have a multi step contour form, the button text is previous and next. What i want to do ideally is when on last step make text of next button Finish. Is this possible? If not then as a matter of interest how do you change submit button text in general?
Regards
Ismail
I can change it with javascript. Dont thing there is a way to change it for each form/steps
Anders,
Bit of jquery magic would sort it nicely, however was hoping there was non js way of doing it.
Regards
Ismail
All buttons use dictionary items, so you can just setup items for the keys "next", "prev" "submit" etc
Per,
Awesome many thanks. Dammit i keep doing like on karma instead of solution DOH!
Regards
Isamil
is working on a reply...