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. ?
Solved! Go to Solution.
Views
Replies
Total Likes
Are you trying to create new form fields using j query?
That is not supported
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 ?
Views
Replies
Total Likes
I have a sample to review the form data before submitting
I can send you the link when I get to my computer
Views
Replies
Total Likes
Hi @Vijay_Katoch , Nope, can't find my answer in the documentation. Thanks for the suggestion !
Views
Replies
Total Likes
This uses out-of-the-box API to display the form data for review before submitting
Views
Replies
Total Likes
Hi @workflowuser , thanks for the reference, can you please name the out-of-box APIs used in implementing this.
Views
Replies
Total Likes
I used the visit function of the GuideBridge library
Views
Replies
Total Likes
Views
Likes
Replies