Skip to main content
Ramesh30506620p563
Participating Frequently
December 7, 2024
Question

Form fields count even same field names present in the document

  • December 7, 2024
  • 2 replies
  • 317 views

Hi,

 

How can I get complete form fields (text, checkbox and other types) count, even same name of fields present in the document.

 

Thanks and Regards

Ramesh Munirathinam

This topic has been closed for replies.

2 replies

try67
Community Expert
Community Expert
December 7, 2024

You can use this.numFields for that. It will count all fields with the same name as one field, though.

Nesa Nurani
Community Expert
Community Expert
December 7, 2024

Could you explain further what exactly you're looking for? Are you trying to count all fields, only completed fields, or do something specific with the completed ones?