pankilkhatri
pankilkhatri
Thanks @travist for considering my request It works fine.. but the validations are not working please help me thanks in advance
@aiwebb form Json : `{ "components":[ { "label":"Email", "spellcheck":true, "tableView":true, "validate":{ "required":true, "customMessage":"requied data", "unique":false, "multiple":false, "custom":"", "customPrivate":false, "strictDateValidation":false, "minLength":"", "maxLength":"", "pattern":"" }, "key":"email", "type":"email", "input":true, "question_id":345, "questionid":345, "pageId":173, "answerid":"",...
@talha48 For that, you have to add the hidden submit button on formio component and then you can trigger from outside `var submitButtonJson = { "label": "Submit", "showValidations": false, "customClass":...