AEM Forms Workspace Form Validation | Community
Skip to main content
New Participant
April 14, 2021
Solved

AEM Forms Workspace Form Validation

  • April 14, 2021
  • 3 replies
  • 1440 views

Hi All,

 

I am migrating XFA forms to HTML5 forms in AEM 6.5. In XFA we have written validations before submitting the form but those validations are not working in HTML5. Is there any way to use those validations in HTML5 form?

 

Please help.

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

3 replies

Mayank_Gandhi
Employee
May 4, 2021

@user97597  submit data to workflow if you have a server. 

user97597Author
New Participant
May 7, 2021

@2252953- We had AWS_XXXX scripts to submit the form in workspace. But now submission is not happening in same code what we written in PDF forms in HTML5. What's the alternate approach to submit HTML5 form in the workspace?

Kosta_Prokopiu1
Employee
April 27, 2021
does your validations use AWS_xxxx fields to determine the selected action and do you use the FormBridge subform with the scripting? Those will not work in HTML5.
Mayank_Gandhi
Mayank_GandhiAccepted solution
Employee
April 23, 2021
user97597Author
New Participant
April 27, 2021
Cab I have alternative for saveXML in HTML5?