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

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

Mark Solution

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

해결됨

AEM Forms 6.2 Workbench/Designer Preview HTML5

Avatar

Level 2

Hello,

I have recently installed and configured AEM Forms 6.2 on JEE on a 2012 VM using the Turnkey solution, and have installed Workbench and Forms Designer on a separate 2008 VM. Through Workbench, I have successfully configured the connection to the Forms server and logged in. I have set up a TestForm, and when I open it in Workbench it launches the Forms Designer as expected. After adding a couple of fields to the form, I can preview in PDF and it renders properly. However, when I attempt to preview as HTML the screen is blank. When I view source  all that displays is the blank page:  <html><head></head><body></body></html>. Has anyone experienced this issue? 

On the Forms Server admin console, I have added IP of the 2008 server Workbench and Designer have been installed on to the Allowed Referrer whitelist and specified port value 0 to allow all ports. After which I restarted the server as directed

Based on an article I came across (https://helpx.adobe.com/aem-forms/6-2/preview-xdp-forms-html.html#html_preview_of_forms_in_forms_des...), I logged in to configMgr (http://[server]:[port]/lc/system/console/configMgr) to configure the Apache Sling Authentication Service where:

  • I enabled anonymous access
  • added the following to the authentication requirements field:
  •     -/content/xfaforms
  •     -/etc/clientlibs

After another server restart, I logged into the Workbench/Designer machine and relaunched Workbench > opened the TestForm which launched the designer, previewed as PDF successfully > Attempted to preview as HTML with no luck. 

Has anyone come across this issue? Any tips/insight would be greatly appreciated. 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 2

Turns out this is a very simple fix. You must specify 'http://' before the Server URL in Designer Server Options.

Steps: 

- Open designer

- Select Tools > Options > Server Options > Enter the correct server URL in the form http://[server] > OK to continue

- Create a form, add fields, preview as HTML

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Level 2

Turns out this is a very simple fix. You must specify 'http://' before the Server URL in Designer Server Options.

Steps: 

- Open designer

- Select Tools > Options > Server Options > Enter the correct server URL in the form http://[server] > OK to continue

- Create a form, add fields, preview as HTML