HiI am trying to generate a form automatically using javascript code as belowIWEventRegistry.addFormHandler("OnGenerate", generateForm);function generateForm(){ var formPath = "***SomePath***"; IWPageGeneration.setOutputFile(formPath,true); return true;}When I click on generate of the form I get an error as below:Either required fields have not been filled out or fields contain invalid values. The page cannot be generated until this information is completed or corrected in the form. There are no mandatory or any field that holds special characters , but still i get this error.Can you please help me out in resolving this issue.Thank YouSravan Jami