Does AEM 5.6 support responsive iframes for forms? And how do you do it? | Community
Skip to main content
October 16, 2015
Solved

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

  • October 16, 2015
  • 1 reply
  • 1591 views

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?

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

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.

1 reply

MshajiCommunity AdvisorAccepted solution
Community Advisor
October 16, 2015

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.