Hi folks,
I am new to Webflow and would like to create a table whose content I pull from a database like Pipedrive or something similar e.g. database Zapier (open for any ideas here). Behind each row should be a button, where then a pop up opens and a name can be entered with a phone number. After the user has entered his data, the data should be saved in the database/Pipedrive and the row should no longer be displayed, as according to the “first come first serve” principle. It should be all automatically.
Does anyone here have ideas on how I can set this up most easily. I am aware that I need to use javascript for this. Thanks in advance!
You’re going to likely need the Webflow API for this. Many solutions for things like this rely on a Webflow/Zapier/Airtable tech stack. Connor Finlayson has plenty of YouTube content on this.
+1 to @Smith-Cordell’s response that this will likely require some additional tooling.
One option might be to create a form in Webflow where users can submit their phone numbers. You can send those form submissions to your database (eg. Airtable) and then sync them back into the Webflow CMS for display (if necessary).