Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Update - I think I've gotten somewhere, but I still have a ways to go. As far as I can tell, the other components of this are working, but here's where I'm stuck. When I add a console.log(mktoFields) into the cb section, I can see that the fields are in fact being pulled, but only from existing coo...
Thanks! So right now we have a form with an email and an auth code to prevent data access. I have the prefill setup, but I'm unsure how to connect this data to our form. We'd like it to let people past the gate if their account comes back as true for our boolean field, and we'd like to prompt them ...
Thank you! I don't believe we have a static list - we are actually looking to check if a boolean field = true, based off their email address and auth code. We don't need to verify the email address itself as being real, just need to check it against the existing data for that address to see if we ca...
Hi! I have a page with content locked behind a login, and I need to cover a scenario where a user has signed up to access this page, but is not currently cookied as a known user. They'll be putting their email address into a form, which I'd like to compare against all leads in the database. If their...