Is it possible to have an input element not shown on the page but it still able to accept input. I have tried “Do not show on page load” but that doesnt appear to work
What kind of input are you trying to accept?
I want to scan a barcode, it all works OK if scanned into an input field, but i want to scan it and it not be displayed
If an element’s not shown on page load then it won’t be usable until it’s shown.
Are you using a plugin for scanning the barcode? Which one?
Hello!
You can set the input as visible inside a popup that you never open. When the page loads the popup will be loaded so it will act like a “hidden popup”.
This way the input will be able to receive values that you send it to it via workflows.
Hope this helps!
This topic was automatically closed after 70 days. New replies are no longer allowed.