Check if Known Visitor through Javascript (read cookie) or API call?
We are using embedded forms (Form 2.0) on our website.
I would like for Known Visitors to bypass the form and see a direct download link to whatever asset they want to view.
What is the best way to go about doing this for a large number of already existing embedded forms?
Can I check to see if they are a Known Visitor through JavaScript (read a certain value from the cookie) or an API call?
Any experiences or best-practices?
Thanks!