내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How to change front-end of a adaptiveform

Avatar

Level 2

Hi,

This question is about AEM-6.3 adaptive form supported features. What is the solution to create a form made from our own HTML using adaptive form ?

By project requirements, my team is supposed to create a login form with this appearance:

1497212_pastedImage_0.png

I know that each adaptive component allow us to set the CSS class or clientlib library and I tried but it seems not working well as expected. When implementing the feature by adaptive form, the result of all my best effort just reaches this.

1497213_pastedImage_1.png

I appreciate the solution,  and if you have any other suggestions that would benefit me in AEM form feature, please help

Thanks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

A Login component is still a better way as when you successfully login - the required action is access to the AEM site - not to get a thank you page, etc. So these are two different use cases. A form handles data submission where a thank you page is a typical response. A login component grants you access to the site.

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Level 10

WHy does the login have to be an adaptive form. TO create a login for an AEM Site - its much better to create a login component as discussed here: Scott's Digital Community: Creating a Login Component for the Experience Manager Toy Store

Avatar

Level 2

With component, we have to create our own Jquery clientlib to handle the request parameters that will be called to servlet. However, the adaptive form helps us handling this by supporting some submit type actions such as Rest Endpoint, etc... AEM adaptive form also provides rendered page and messages (Thank-you) feature when users submit the form. It helps the developers complete a form without taking so much time on the work. That's all of my opinion. What about yours ?

Avatar

정확한 답변 작성자:
Level 10

A Login component is still a better way as when you successfully login - the required action is access to the AEM site - not to get a thank you page, etc. So these are two different use cases. A form handles data submission where a thank you page is a typical response. A login component grants you access to the site.

Avatar

Level 10

Watch the video in the above link.