Hey i heard that there is some code that i can use for pulling contacts from my leads form, in my html lp direct to a table sheet or excel without using any other third party system
someone knows how it works?
With pure HTML it shouldn´t work but with PHP, JS or whatever it should be possible.
Also what exactly do you want to achieve, what exactly do you mean with "pulling contacts" from your lead form?
Do you want to pull the data from a DB or from the website after it´s submitted or do you want to save the data to a CSS or Excel file when the user submits it?
What are you currently using to record that leads data?
There are software that can help to automate data organization. For online processes there's zapier. But we need to know what your setup is like first.
Amy
you can do this with some script and airtable api
Please specify exactly what you want to achieve.
Are you running LPs with forms and you want to store the data people fill out in some sheet?
Hey thanks for the quick response to clarify my request i will give you an example i have a html page with lead form like this one: https://bit.ly/3J7gDEC
right now the form connect with API to third party system like "mailchamp" with crm that i can see all the list there.
i want to make this lead form to save automatically all the leads to a table or Excel or google sheet
can you explain me how i can start doing it?
- - - Updated - - -
ey thanks for the quick response to clarify my request i will give you an example i have a html page with lead form like this one: https://bit.ly/3J7gDEC
right now the form connect with API to third party system like "mailchamp" with crm that i can see all the list there.
i want to make this lead form to save automatically all the leads to a table or Excel or google sheet
thanks for the quick response
I want to pull the data from the website
to clarify my request i will give you an example i have a html page with lead form like this one: https://bit.ly/3J7gDEC
right now the form connect with API to third party system like "mailchamp" with crm that i can see all the list there.
i want to make this lead form to save automatically all the leads to a table or Excel or google sheet
This should be doable with some custom coding, since the users are entering the data on your LP, there should be a way to export these to a custom file along with sending it to the third party services via API.
@jeremie or @twinaxe any suggestions?
Sure:
https://github.com/jamiewilson/form-to-google-sheets
Have in mind that if you just use Javascript to send data to a Google Spreadsheet, you expose a write access to your system, so i recommend to isolate thw sheet from the rest of your Google products. Make sure to have some control on the data to avoid robots entering data.
Will try to do it thanks!!