Having a pop-up dialog box on a catalog item form

John H1
Tera Guru

We have a need to add a pop-up dialog box (information only) when a user checks a checkbox.

 

1 ACCEPTED SOLUTION

Niklas Peterson
Mega Sage
Mega Sage

Hi @John H1 ,

 

You can use an onChange Client Script that is triggered when the field changes.

NiklasPeterson_0-1692730401499.png

Regards,
Niklas

View solution in original post

2 REPLIES 2

Niklas Peterson
Mega Sage
Mega Sage

Hi @John H1 ,

 

You can use an onChange Client Script that is triggered when the field changes.

NiklasPeterson_0-1692730401499.png

Regards,
Niklas

Alp Utku
Mega Sage

You also use confirm() method to show information to the user as well.