Javascript to send data from Wix website to Airtable
Budget: $10 – $30 USD
I have a form on a Wix website that relies on some simple Javascript code (I wrote) to calculate an estimate for potential clients and print this information to the webpage. This part works.
I would like to send the contents of the form and the calculated estimate to Airtable and store it as a new entry in an estimate/prospect database. Based on information in Airtable API and Wix both, this is possible. I haven't been able to get it working. It appears that, although I have installed Airtable using npm in Wix, my import statement is failing.
I would like your help to finish what I could not. I need a function or something, stored in Wix backend, that creates a new entry in an Airtable while protecting my API key, and a function call on the webpage that sends a properly formatted data structure to the backend function and along to Airtable successfully.
I would like to send the contents of the form and the calculated estimate to Airtable and store it as a new entry in an estimate/prospect database. Based on information in Airtable API and Wix both, this is possible. I haven't been able to get it working. It appears that, although I have installed Airtable using npm in Wix, my import statement is failing.
I would like your help to finish what I could not. I need a function or something, stored in Wix backend, that creates a new entry in an Airtable while protecting my API key, and a function call on the webpage that sends a properly formatted data structure to the backend function and along to Airtable successfully.