コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Is it possible to put hidden field in AEM form in order to track UTM?

Avatar

Level 1

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.

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

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!

元の投稿で解決策を見る

2 返信

Avatar

正解者
Community Advisor

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!

Avatar

Level 1

Thank you very much! It will be solved. 🙂 🙂