Skip to main content
Participant
October 26, 2021
Question

Field validation

  • October 26, 2021
  • 0 replies
  • 144 views

Hi

 

I’m a complete beginner and have designed an Adobe form. Then, I uploaded the form to create a reusable template in Adobe Sign. I need to create a field which will have automatic answer based on the answers given to 4 other sub-fields. i.e. if the suppliers have complied to 4 sub-fields, the final remark of the main filed will be ‘complied’ which will be automatically assigned. Suppliers cannot manually enter data into the final remark section. I got a formula for it but it works well in simple Adobe form but it Is not recognised in Adobe Sign reusable template

 

if(this.getField("Compliance").value=="Compliant " && this.getField("Bribery").value=="Compliant " && this.getField("Responsible Sourcing of Materials").value=="Compliant " && this.getField("Audits and Assessments").value=="Compliant ")event.value="Compliant "; else event.value="Non-Compliant ";

 

Any idea why for it to be working in Adobe Form but in Adobe Sign template?

 

Thanks

Chitra

    This topic has been closed for replies.