Hi Guys,
I have two questions for you, and I will be so glad to get answers:
I have a landing page (as you can see in the image below) where I don’t have the HTML code. Can I still listen to the HTML and get the data that the user has filled in?
I have on my website another form page, in which the user can fill in his data, and the customer support should get him back; I want to listen as well to the data and manipulate it in Make.
So you have access to the landing page’s HTML, because you own the page.
So you have access to the another form page’s HTML, because you own the page.
HTML doesn’t work that way, it doesn’t allow you to listen to it. You need to edit the HTML form’s action attribute, so that when the user submits the form, the data is posted to your scenario’s Custom Webhook Trigger URL. Then you will have the form variables in your scenario.
Hope this helps! Let me know if there are any further questions or issues.
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!