Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Hi,
I have a requirement to dynamic populate few Adaptive form fields. The dynamic values are updated as cookie in the browser, and when the user access the form, certain fields needs to be updated based on the values in the cookie.
Can I achieve this using jquery/js?
I have not worked with Adaptive Forms Class: GuideBridge before, hence asking if I need to initiate GuideBridge inorder to set values in adaptive form field? any help is appreciated. Thank you.
Résolu ! Accéder à la solution.
Les sujets facilitent la catégorisation du contenu de la Communauté et vous aident à retrouver le contenu le plus pertinent.
Vues
Réponses
Nombre de J’aime
Hi @SmrithiGo,
Yes, you can absolutely use JavaScript or jQuery to dynamically set field values in Adaptive Forms based on browser cookies—but the key is to use the GuideBridge API. GuideBridge is the JavaScript API for AEM Adaptive Forms. It allows your custom code to interact with form fields—set/get values, focus, validate, and listen to events, among other actions.
Thanks
Pranay
Hi @SmrithiGo,
Yes, you can absolutely use JavaScript or jQuery to dynamically set field values in Adaptive Forms based on browser cookies—but the key is to use the GuideBridge API. GuideBridge is the JavaScript API for AEM Adaptive Forms. It allows your custom code to interact with form fields—set/get values, focus, validate, and listen to events, among other actions.
Thanks
Pranay
Vues
Likes
Réponses