Hi,
Can we add a custom popup for setting a condition inside survey creator? I need to replace the existing popup shown in the attachment with some custom popup & store it's result value against condition.
Can you please guide us on this?
Thanks,
Santosh
Hello Santosh,
The creator.onPropertyGridShowModal function is triggered by Survey Creator just before it displays a pop-up modal window for editing condition properties. You can take advantage of this event to customize the pop-up window to meet your specific needs. The function is passed options that contain all of the relevant information about a given element, its property, popup editor, and model. For further details, I encourage you to consult the function API description.
If you have any additional questions or concerns, please do not hesitate to let us know. We are always here to assist you.
Best regards,
Hi Jane,
Thanks for sharing this reference. I am able to capture the condition modal event now. However, is there any way that i can stop showing the existing modal displayed by survey js? I need to show a custom modal here instead of showing the existing one that is being displayed by survey js.
Thanks,
Santosh
Hello Santosh,
I may need additional time to create an example for you. Please stay tuned.