Hi All,
Is there is any possibility for pop up from interface field.
I have a requirement, that when I click on link field I should get a pop up. Pop up should contain a form or section.
Thanks
Pradeep
Discussion posts and replies are publicly visible
You can use button widget to achieve it (like below) a!buttonWidget(label: "Button",confirmheader: "Thanks for clicking",confirmmessage: "Click, Okay!",saveInto: {},style: "LINK",confirmButtonLabel :"Okay",cancelButtonLabel :char(10))
Hope this helps!