Can hidden controls be grouped and posted together?

K

Ken Adams

Can hidden elements with the same name be posted in a group similar to that
of checkbox fields? Whereby if this is possible I would assume you would
just get an array of values from the post with the hidden elements name.

Thanks
 
J

Jukka K. Korpela

Ken Adams said:
Can hidden elements with the same name be posted in a group similar
to that of checkbox fields?

According to specifications, the name=value pairs are included in the
order in which they appear in HTML source. (It is unnecessary and
unwise to rely on this; form data processing should not depend on the
order.) So what is your problem?
Whereby if this is possible I would
assume you would just get an array of values from the post with the
hidden elements name.

There are no arrays in form data. You probably confuse form data with
the processing of form data using some unspecified programming
language.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top