Hello!
I’ve been researching different ways how to accomplish this, looking into Make/Zapier, and custom code, but my custom code knowledge is more limited.
Here’s what I’m trying to accomplish.
On the new native memberships Sign Up page, I have a custom field form asking for a 6-digit member ID (a member ID completely unrelated to Webflow memberships).
When a user puts in their member ID, I want the form to only show a success status IF the 6-digit number is found in my Airtable database record. When the form is submitted and the 6-digit number the user entered is NOT in my Airtable database record, the form needs to say “Sorry we couldn’t find your member ID in our records” (or something like that).
I’ve managed to set up a zap where the form submission was validated in Airtable with “Find Records” and it found my 6-digit number I entered in my Webflow form, but I’m stuck on how to get Airtable to confirm back to Webflow that “Yes! This 6-digit number does exist in Airtable, the user may proceed in creating an account”.
I do not want users to be able to create a user account if we can’t verify a specific field is associated with them in our Airtable database. I’m guessing this requires custom code with an event listener (show sign-up form, IF membership-id-form is successful), but I only want the membership-id-form to be successful if we can verify we have a record of what the user inputted.
Any ideas? MUCH appreciated!!