Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Can we update the DOM using guideBridge object?

Avatar

Level 2

On AEM Adaptive forms, Does guideBridge Object binds two way and update changes to DOM like Jquery or is it a read-only ?

 If it's read-only, what is the purpose of setProperty fn. ?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
8 Replies

Avatar

Employee Advisor

Are you trying to create new form fields using j query?

That is not supported 

Avatar

Level 2

Hi @workflowuser ,

No, I am trying to create a Generic Review component with flexible Placeholders,  to display all the Filled data in the previous Forms(made up of custom components).
Imagine that the creators are allowed to design the forms as per their wish and this component should pick the filled inputs & Labels correctly and form a review section.
guideBridge can help in understanding the form structure for reading the inputs, So am trying to explore if guideBridge has any capability to change the DOM elements too ?

Avatar

Employee Advisor

I have a sample to review the form data before submitting 

I can send you the link when I get to my computer 

Avatar

Correct answer by
Community Advisor

Avatar

Level 2

Hi @Vijay_Katoch , Nope, can't find my answer in the documentation. Thanks for the suggestion !

Avatar

Level 2

Hi @workflowuser , thanks for the reference, can you please name the out-of-box APIs used in implementing this.