Expand my Community achievements bar.

SOLVED

How to embed an iframe in AEM Adaptive Forms

Avatar

Level 2

Hi Team,

I want to embed an url in Adaptive form, is there any out of the box component, or any way to do it? Basically i want to embed an iframe in the form itself. Please help with any possible way to do so.

 

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

The adaptive form components are stored in the location:

/libs/fd/af/components

If you can overlay the same in CRX and add a new component in this folder, it should come up for drag & drop when authoring the adaptive forms, and you can include an iframe in your custom component.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

The adaptive form components are stored in the location:

/libs/fd/af/components

If you can overlay the same in CRX and add a new component in this folder, it should come up for drag & drop when authoring the adaptive forms, and you can include an iframe in your custom component.