Expand my Community achievements bar.

SOLVED

Does AEM 5.6 support responsive iframes for forms? And how do you do it?

Avatar

Level 1

Hypothetical: As a company if I did not want to switch to https from http due to the SEO value (knowing this could potentially be small, but would have a huge impact on next year's financial forecasting) is it possible to build responsive iframes around forms? If yes (I'm hoping this is the case), is there documentation that could help steer a person in the right direction as far as executing this?

1 Accepted Solution

Avatar

Correct answer by
Level 9

Adaptive forms itself are responsive, what you can do is create a custom adaptive themes using responsive iframes. Since AEM forms itself is a web application you can use any html/css/js based framework. One such example for creating custom theme is referred in the following link

http://helpx.adobe.com/aem-forms/6/creating-custom-adaptive-form-themes.html

You can use similar approach to achieve your goal.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 9

Adaptive forms itself are responsive, what you can do is create a custom adaptive themes using responsive iframes. Since AEM forms itself is a web application you can use any html/css/js based framework. One such example for creating custom theme is referred in the following link

http://helpx.adobe.com/aem-forms/6/creating-custom-adaptive-form-themes.html

You can use similar approach to achieve your goal.