[ad_1]
Using WPForms to fill a form that is accessible by a QR code.
Is there a way to assign a ‘tag’ or field that designates the location on the backend when I receive the form results?
For example:
Locations: 1BLUE, 2RED, 3GREEN, 4ORANGE, so on..
without having to create 25+ separate pages & QR codes?
Using WP strictly, any help would be greatly appreciated
[ad_2]
You’re either going to have to encode that location in the URL (and thus separate QR codes) or as a field on the form.
You could use a URL query parameter and store that value in a hidden form field via some simple JS.