I’m new to Bubble, but I have some programming experience in Java and Python.
I’m trying to make a web app that can email people a link to a form on my website specific to each individual, even when they aren’t registered users. After they complete the form, I want that link to expire so it can’t be used twice.
My question is:
- How can I generate unique links to a form for each person
-and- - How can I make the link expire once the person submits the form
Thanks in advance -Logs