Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rasmus Lynggaard 118 posts 325 karma points
    Mar 21, 2018 @ 13:27
    Rasmus Lynggaard
    0

    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.

  • Lewis Smith 208 posts 617 karma points c-trib
    Mar 21, 2018 @ 14:46
    Lewis Smith
    0

    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

  • Rasmus Lynggaard 118 posts 325 karma points
    Apr 04, 2018 @ 09:02
    Rasmus Lynggaard
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft