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

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

Mark Solution

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

해결됨

AEM 6.2 Form - text outside the form

Avatar

Level 4

Hi All!

I am starting to work with AEM 6.2 adaptive forms, and our design wants authors to be able to make editable text instructions above the form. However the default functionality does not seem to allow this.

Our form body uses:

<guide:includeGuideContainer/> 

I've tried various methods to include a cq:include or sling:include to have a component outside of the form body, but no luck. Any ideas?

Thanks!

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 8

Why are you placing instructions outside the form, I need more detail.  You could like do this with the guidebridge API but I'd need more detail to make a recommendation.  Correspondence management may be a better fit here as well

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Administrator

Moving this post to "forms" topic.

~kautuk



Kautuk Sahni

Avatar

정확한 답변 작성자:
Level 8

Why are you placing instructions outside the form, I need more detail.  You could like do this with the guidebridge API but I'd need more detail to make a recommendation.  Correspondence management may be a better fit here as well

Avatar

Level 3

Chris, if you take a look at the default templates, you should find a good modal window example. It allows you to create an editable text are on the form along with a button on the form that pops up the instructions over / above the form.

Alternatively, if you need author-editable text inside your form, then you can add a parsys section to the template of your form. That will allow you to have an author editable area on the form that you can either use the editor for, or will be stored as a crx node that you can edit outside of the form editor (<cq:include path="par" resourceType="foundation/components/parsys" />).