Select to view content in your preferred language

ArcGIS Experience Builder - popup

319
2
Jump to solution
2 weeks ago
sambat121
New Contributor

I am trying to get a pop up window to display on a webmap I am creating through ArcGIS Experience Builder. I want it to just display some general info and then have the person agree to the terms. I can't seem to figure out how to do this but seen it for older webmaps that were created using a different GIS tool.

0 Kudos
1 Solution

Accepted Solutions
NicoleJohnson
Frequent Contributor

@sambat121, add a "Fixed blocker" window (you probably want the "Confirm" template). Blocking interaction with the rest of the page (until the user accepts whatever) is only available for fixed windows (as opposed to anchored ones, which may be what you tried?).

NicoleJohnson_0-1758311912492.png

NicoleJohnson_1-1758312172578.png

NicoleJohnson_2-1758312189954.png

 

In general, there are these info icons all over the builder to help you find documentation:

NicoleJohnson_3-1758312400313.png

 

View solution in original post

2 Replies
NicoleJohnson
Frequent Contributor

@sambat121, add a "Fixed blocker" window (you probably want the "Confirm" template). Blocking interaction with the rest of the page (until the user accepts whatever) is only available for fixed windows (as opposed to anchored ones, which may be what you tried?).

NicoleJohnson_0-1758311912492.png

NicoleJohnson_1-1758312172578.png

NicoleJohnson_2-1758312189954.png

 

In general, there are these info icons all over the builder to help you find documentation:

NicoleJohnson_3-1758312400313.png

 

sambat121
New Contributor

That works, thanks!