Hi all,
Please give me some answer or other way to do that.
Our company is getting lead information through AEM form in our webite.
But I couldn't know which UTM is for each lead.
I have used other CMS or Landing page platforms and it is possible to put hidden field in lead form.
Hidden field was taking UTM parameter so I can see from where lead came into our page.
No way in AEM? Please answer that.
Big thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @yoooni
Yes, you can add hidden input fields in form and using jQuery you can read the UTM param value from URL and update the hidden input.
Now when you submit the form, the hidden input value also will be submitted and can be tracked in the backend system.
Hope this helps!
Thanks!
Hi @yoooni
Yes, you can add hidden input fields in form and using jQuery you can read the UTM param value from URL and update the hidden input.
Now when you submit the form, the hidden input value also will be submitted and can be tracked in the backend system.
Hope this helps!
Thanks!
Thank you very much! It will be solved.
Views
Likes
Replies