How can i get the count of fields of a form when i submit it so that i can loop through all the form fields instead of going though each element name by name.
And also how can i get the names of the fields of a form, say i want to have output like Name of the field and its value.
like
FirstName: XYZ
LastName: CVC
.
.
.
Etc.,
I think its a simple task,
thanks
choudary
And also how can i get the names of the fields of a form, say i want to have output like Name of the field and its value.
like
FirstName: XYZ
LastName: CVC
.
.
.
Etc.,
I think its a simple task,
thanks
choudary