I have a client who offers free wifi at their restaturant and they are wanting users that join the WiFi to be presented with a welcome page and requiring users to enter their Name Email address before getting Free WiFi access.
On the websites we will need a page that will receive a POST field with a URL to redirect the user to In my case fireatthemount.co.nz/wifi
It would store that POST data and then get the user to enter their Name email in a webflow form and store those accordingly. Would then want to redirect to the URL that we have POST’d you and that would then activate the users free access.
We will then display the website and the user is free to browse from there.
This is a bit out of my realm so just wondering if this is possible with webflow or if any one ran into something similar and had a workaround.
Ok thanks, How about GET data? The broadbrand provider tested using GET and said the page doesn’t reject it.
So is it possible for the wifi form to accept the variable via GET and then have your redirect on success go to the contents of the GET variable? If so any ideas on how would go about this?