we tried the below code on the dynamic jotblock
{{!##{Name:"SignerDate",SignatoryEmail:“Signer1”,InputType:“signatory”,SignatoryInputType:“Prefill”,ValidationType:“DateDDMMYYYY_CurrentDatePrefill”,FontName:“TimesNewRoman”,FontSize:“Twelve”,FieldType:“Typed”,Height:“0.025”,Width:“0.25”}##!}}
this is working fine. Whenever we change the date format “MMDDYYY” its failed.
{{!##{Name:"SignerDate",SignatoryEmail:“Signer1”,InputType:“signatory”,SignatoryInputType:“Prefill”,ValidationType:“DateMMDDYYYY_CurrentDatePrefill”,FontName:“TimesNewRoman”,FontSize:“Twelve”,FieldType:“Typed”,Height:“0.025”,Width:“0.25”}##!}}
Did anyone face the same issue?