Question:
I’d like LeadsFlowPro to capture data from a form placed on another websites. How to set it up? Exactly how should the settings be? I want to get data from this certain registration page to avoid capturing spam emails from spam comments…
Answer:
The form catcher script basically works like this:
- It attaches itself to any form on the page it has been loaded on.
- Whenever that form is submitted it makes an array of all the field names and their value and sends it over to the flow.
- The form then continues its usual behavior, the form catcher does not interfere with it.
- In the flow start, you should enter the name parameters of all the fields you want to catch, i.e name=”email” in External variables you should have an External variable with the name “email”. Note: the flow catcher uses javascript and if there are any errors in other scripts loaded on the same page it might prevent it from working.
As for question #2 … it doesn’t really matter where the script is loaded (header, footer, inside the page) as long as it’s after jQuery.