Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Is there a way to default the value in a text field without using JS

Avatar

Level 4

I have a use case where i want to default the value of the title and the name in createlivecopywizard i.e /mnt/overlay/wcm/core/content/sites/createlivecopywizard.html/content/x/en/xx?source=%2Fcontent%2Fx%2Fen%2Fxx%2Fabc

I was trying to use the value option .. But i want to dynamically set it every time based on the source in the uri. Is there a simpler way to do this?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Use value property to add default value in text fields.

https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/granite-ui...

 

 To dynamically set it every time based on the source in the uri, you have to write custom js.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Use value property to add default value in text fields.

https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/granite-ui...

 

 To dynamically set it every time based on the source in the uri, you have to write custom js.

Avatar

Community Advisor

No its not possible without custom js