Adding free text cancel button in Card form

  • papelez
    Asked on March 10, 2018 at 9:15 AM

    Hi,

    I was wondering if it is possible to have a cancel button as per this instructions https://www.jotform.com/answers/63623-How-do-I-add-A-Cancel-Button

    on Jotform Cards?

  • Mike
    Replied on March 10, 2018 at 2:27 PM

    You can try adding a link styled as a button. Once clicked it will redirect user to the specified URL.

    Link code:

    <a style="background-color: #e7e7e7; border: none; color: black; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px;" href="https://example.com" target="_self">Cancel</a>

    1520709922record Screenshot 10

    If you need any further assistance, please let us know.

  • Mike
    Replied on March 10, 2018 at 2:30 PM

    The target="" value was replaced to _blank in my code, it should be actually changed to _self if you would like to open the link in the same window.

    Adding free text cancel button in Card form Image 1 Screenshot 20