Hi,
Im currently in the process of creating a few forms.
I originally planned to have two pages, the form page and a reponse page.
However since then ive been able to make use of the validators and the custom validator to do what i need on the actual form page.
So it only leaves the reponse page to confirm the form submission was successful.
Would it be bad design or good design to infact do away with the whole response page and just have the confirmation appear on the form page?
Im stuck because in one sense the user may not notice the responses and in the other its convienient for making multiple form submission.
Also on a developers point of view which is better?
just looking for a bit of an experienced opinion here
Thanks, Ash
Im currently in the process of creating a few forms.
I originally planned to have two pages, the form page and a reponse page.
However since then ive been able to make use of the validators and the custom validator to do what i need on the actual form page.
So it only leaves the reponse page to confirm the form submission was successful.
Would it be bad design or good design to infact do away with the whole response page and just have the confirmation appear on the form page?
Im stuck because in one sense the user may not notice the responses and in the other its convienient for making multiple form submission.
Also on a developers point of view which is better?
just looking for a bit of an experienced opinion here
Thanks, Ash
Comment