I have a form for which I would like both a submit and a cancel button.
Do you have any idea on how that can be accomplished?
Is it possible to extend the settings of a form (add to the Caption area?), because then I could just check if the caption is empty and if it's not, render the cancel button.
That was exactly my thoughts, but I can't figure out how I'm able to add a caption text for the cancel button. Out Of The Box, there are three captions available. Submit, Next and Previous.
Cancel button?
I have a form for which I would like both a submit and a cancel button.
Do you have any idea on how that can be accomplished?
Is it possible to extend the settings of a form (add to the Caption area?), because then I could just check if the caption is empty and if it's not, render the cancel button.
Hi Rasmus,
What exactly does the cancel button do other than cancel the form submission?
If this were me I would use JavaScript to check if the caption area was empty, if so render the button if not hide it.
Use on onchange event to run the function on every change on the input
Thanks, Lewis
That was exactly my thoughts, but I can't figure out how I'm able to add a caption text for the cancel button. Out Of The Box, there are three captions available. Submit, Next and Previous.
Do you know how to add a fourth?
is working on a reply...