Skip to main content
April 16, 2021
Question

How to add link on confirmationMessage for the button ?

  • April 16, 2021
  • 1 reply
  • 0 views

I want to dispaly a confirmationMessage :  "For more information please click here" for the button.

a!safeLink: (

label: "click here",

Url: "Www.google.com")

Please help me to get this .

    1 reply

    mikes0011
    Brainy
    April 16, 2021

    The Confirmation Message pop-up is not customizable, beyond changing the header, message, and button texts.  (In the past, we couldn't even change the button text, so...)

    I would recommend you look into implementing this in other ways.  Perhaps you could have a rich text field containing your "for more information" link that's either always shown on the form, or shown under certain conditions only.

    The Expression Guru