Expand my Community achievements bar.

SOLVED

AEM Forms Modal popups and AEM form elements with invoke service

Avatar

Level 10

Is there a way to have modal pop up contain form elements like text field and a submit button , with validation where on submit an fdm service is invoked like the invoke service 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

@NitroHazeDev Assuming you are working with core-components based Adaptive Forms.

To achieve this - you can create a container components - similar to responsive panel and using styling show it as a pop-up - with form fields in it.

With this approach - there are no limitations on invoke service which you can leverage with the visual rule editor. Also, the submission of the form is also expected to work as is (e.g. submitting the form using Form Data Model).

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

@NitroHazeDev Assuming you are working with core-components based Adaptive Forms.

To achieve this - you can create a container components - similar to responsive panel and using styling show it as a pop-up - with form fields in it.

With this approach - there are no limitations on invoke service which you can leverage with the visual rule editor. Also, the submission of the form is also expected to work as is (e.g. submitting the form using Form Data Model).