What is the grouping form field?
Hello,
What is the grouping form field? How does it work? Where does it use? Please tell me about details. Is grouping form field important to web page?
Hello,
What is the grouping form field? How does it work? Where does it use? Please tell me about details. Is grouping form field important to web page?
Hello,
Group form fields makes easier to identify or separate the forms field.
There are some attribute like fieldset, legend etc.
Thanks.
1.Grouping form field is a style where you can collect the related  data set  from user and the form field is separated from other field.
2.It works by <fieldset> tag which is used to group together elements in a form and it creates a border in around the field and identify special data group.
3.It is used in Registration Form such as yahoo.com
4.Yes, Of-course it is important.You need to use it to collect data in a group.