How to add a form in kiosk?Solved

Participant
Discussion
6 days ago Mar 26, 2026

I’ve got a bit of a basic setup right now, there’s an online form that users need to access, and we’ve just been using a web shortcut to open it. Now we’re moving devices into kiosk mode, and I’m realizing that shortcut isn’t really an “app.”

Is there a way to still have that show up in kiosk mode, or do I need to approach this differently?

Replies (4)

Marked SolutionPending Review
Participant
5 days ago Mar 27, 2026
Marked SolutionPending Review

If it’s just one form, we actually locked the device down to Chrome in single-app kiosk and set the homepage to the form URL. It worked, but users could still navigate unless restrictions were tightened a lot.

Marked SolutionPending Review
Participant
4 days ago Mar 28, 2026
Marked SolutionPending Review

We tried the same, but it got messy with redirects and pop-ups. Turning it into a web app was way more stable for us.

Marked SolutionPending Review
Hexnode Expert
4 days ago Mar 28, 2026
Marked SolutionPending Review

Hi @elena,

To make your form accessible in kiosk mode, you can add the online form as a web app:

  1. On your Hexnode UEM console, navigate to Apps > Add apps > Web App.
  2. Add the URL of your form.
  3. Associate this app with your kiosk policy.

Once done, the form will appear as a dedicated app inside the kiosk interface. If the form includes redirects or external domains, make sure those URLs are also allowed (especially if you’re using a managed web app with restrictions).

Regards,
Sienna Carter
Hexnode UEM

Marked SolutionPending Review
Participant
3 days ago Mar 29, 2026
Marked SolutionPending Review

Got it, that makes sense now. I’ll try adding it as a web app and deploy it through the kiosk policy.

Save