Hello,
I am creating a form. It has a few labels, inputs and a submit button.
Should I place the button inside the same fieldset as the inputs and
labels? Or in a different fieldset?
Or maybe I should use the following approach:
1. If the form has only one fieldset then the submit button would be
inside the same fieldset has the inputs and labels.
2. If the form has more than one fieldset then the button to submit
the entire form would be placed in a new fieldset.
This is just an idea.
What is the best approach?
Thanks,
Miguel
I am creating a form. It has a few labels, inputs and a submit button.
Should I place the button inside the same fieldset as the inputs and
labels? Or in a different fieldset?
Or maybe I should use the following approach:
1. If the form has only one fieldset then the submit button would be
inside the same fieldset has the inputs and labels.
2. If the form has more than one fieldset then the button to submit
the entire form would be placed in a new fieldset.
This is just an idea.
What is the best approach?
Thanks,
Miguel
Comment