B
Bill
Is there a way for a web form to submit to another web form and still use
the form elements like text box's etc..? It appears that the second page
would not know what form elements were on the first form. How should this
be handled? I know you can do it using the request object but I rather use
the form elements if possible. I need to do this because my application is
a multiple page form, where the next form is dynamic and depends on the
results of the previous form.
the form elements like text box's etc..? It appears that the second page
would not know what form elements were on the first form. How should this
be handled? I know you can do it using the request object but I rather use
the form elements if possible. I need to do this because my application is
a multiple page form, where the next form is dynamic and depends on the
results of the previous form.