Implementing Pop-ups in Adaptive Forms | Community
Skip to main content
New Participant
February 15, 2021
Solved

Implementing Pop-ups in Adaptive Forms

  • February 15, 2021
  • 5 replies
  • 1403 views

Folks,

Need your inputs on having pop-ups implemented in Adaptive Forms. I was going through some live demos from Adobe and haven't find one sample atleast related to this functionality.

We are trying a use-case, where we are looking to have pop-ups and these gets rendered especially when user tries to "add" / "update" more details. We can use an Accordion / Instance Manager for this requirement, but form gets lengthier. Instead, on click of Add / Update a pop-up window opens with form fields, where user can fill and on click of submit, it either creates a row in table on main form (or) somehow store in DB. We are trying to keep form length as minimal as possible.

Is this suggested approach and any samples are available for reusing (or) should we need to do it by our own using UI frameworks or client libs?

Regards,

Sri Bhargav

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

5 replies

New Participant
February 18, 2021

Thank you @mayank_gandhi for the suggestions. We will give a try with that

Mayank_Gandhi
Employee
February 18, 2021

@surabattulasr You can create a wrapper using jquery data table and keep inserting values in a hidden table from dataTable. This way you can minimize form length and have form data in XML.

New Participant
February 16, 2021

Thanks @girishbedekar for sharing this

GirishBedekarAccepted solution
New Participant
February 15, 2021
New Participant
February 15, 2021

I will send you a sample 

we have used third party JavaScript library to add pop up in some of my samples