Does the 'Verify Step' Adaptive Form component work on forms that have a custom Document of Record template? | Community
Skip to main content
December 13, 2023
Solved

Does the 'Verify Step' Adaptive Form component work on forms that have a custom Document of Record template?

  • December 13, 2023
  • 2 replies
  • 1850 views

I'm working on an Adaptive Form that uses a custom Document of Record template that was created in AEM Forms Designer. I'd like to use the 'Verify Step' form component to display the generated Document of Record on the last panel of the form.  Unfortunately when I try to do this the Verify Step component just displays 'Loading'.

 

Am I doing something wrong, or does this component not work with custom DOR templates?  

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 workflowuser

Do you know if that's required for the Verify Step component to work?

AEM and XDP forms both support external schemas, I'd rather not have to be tied to using the XDP as the schema. Plus that would mean rebuilding my form. 

I've been looking around, there really isn't much documentation on the Verify Step component.  It's just mentioned on these two pages, and that's really all I can find. It does say it doesn't support anonymous users, but I'm trying it when logged in on an Author instance and it still doesn't load:
https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/forms/adaptive-forms-authoring/authoring-adaptive-forms-foundation-components/create-an-adaptive-form-on-forms-cs/introduction-forms-authoring.html?lang=en

 

https://experienceleague.adobe.com/docs/experience-manager-65/forms/adaptive-forms-basic-authoring/introduction-form-sequence.html?lang=en


I created a form with xdp template as its schema and was able to use the verify step. I could not find verify step for a form based on core components

2 replies

Adobe Employee
December 13, 2023

not sure what is happening there

but another option to show the pdf is to embed the pdf in the form

https://forms.enablementadobe.com/content/dam/formsanddocuments/from1040/jcr:content?wcmmode=disabled

 

enter some information and click on the view pdf tab. 

 

The article for displaying the pdf inline available here

December 13, 2023

That looks like a nice solution, a bummer that we'd have to deploy custom code to get it to work. We're trying to stick to the core form components when possible, given this step is supposed to achieve the same thing. I guess i'll dive into the error logs a bit more to try and figure out what's going on. Will keep that view pdf solution in case we can't figure out the issue.  Thank you!

December 13, 2023

I thought it could be a permissions issue, so I tried publishing it. Now it returns a 404 error for the temporary xml file.  Not sure what's going on here.  Don't see much in the logs either.  

Adobe Employee
December 13, 2023

If I remember correctly the verify step only works if your form is based on xdp

is your form based on xdp?

December 13, 2023

Yes, it's an XDP built in AEM Forms Designer.  

workflowuserAdobe EmployeeAccepted solution
Adobe Employee
December 14, 2023

Do you know if that's required for the Verify Step component to work?

AEM and XDP forms both support external schemas, I'd rather not have to be tied to using the XDP as the schema. Plus that would mean rebuilding my form. 

I've been looking around, there really isn't much documentation on the Verify Step component.  It's just mentioned on these two pages, and that's really all I can find. It does say it doesn't support anonymous users, but I'm trying it when logged in on an Author instance and it still doesn't load:
https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/forms/adaptive-forms-authoring/authoring-adaptive-forms-foundation-components/create-an-adaptive-form-on-forms-cs/introduction-forms-authoring.html?lang=en

 

https://experienceleague.adobe.com/docs/experience-manager-65/forms/adaptive-forms-basic-authoring/introduction-form-sequence.html?lang=en


I created a form with xdp template as its schema and was able to use the verify step. I could not find verify step for a form based on core components