If you send a parameter to identify the user each time you could probably track it,. First email link: yoursite.com/form/?day=1&code=Auniquecode
2nd yoursite.com/form/?day=2&code=Auniquecode
3rd email link yoursite.com/form/?day=3&code=Auniquecode
And so on. Just generate a unique code for the persons receiving your email.
Could this work?
You would only need one form for this.
You can totally avoid using names with this. Usually I use this kind of codes in hidden fields.
To address the original question, IP's change, so that isn't going to help you with capturing names.
Do you have a process now that you use that you are building this from or is this all from scratch? Do you know who these are going to and their names before you send the form links?
I've read the parameters documentation and understand this better now.
I actually passed fields from one form to another from in another form builder with fields hidden so I know how this works in action. I was using the platform's email to send links that autofill/pass repeated info.
The emails I send are coming from my email platform not Formidable's so I haven't applied this yet. Don't know if I can with my current plan or just that the integration is not worth my time.
Please login or Register to submit your answer
Does the form require a user be logged in to fill it out? If the user is not required to login, you'll have to get creative.