iFrame and in screen window

2555
23
08-29-2018 12:06 PM
joerodmey
MVP Alum

Have a custom WAB app with a popup that provides a link for user to click on. This link brings them to a Survey123 form. Instead of opening up a new browser tab, I'm considering using the iFrame option to display the form in window.

Something like this:

map.infoWindow.setContent('<iframe  width="100%" height="1000"></iframe>');

Ideas welcomes.

Thanks,

Joe

0 Kudos
23 Replies
joerodmey
MVP Alum

Hey Robert,

Any ideas with the in screen popup code as I provided above?

Thanks,

Joe

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Sorry I do not.

0 Kudos
WetherbeeDorshow
New Contributor III

Use the "Note" question type in the Survey 123 Form to include a link back to the WAB app.

0 Kudos
joerodmey
MVP Alum

I would rather have an "in screen" option. Any idea how to incorporate this after exploring my code above?

0 Kudos