I have a page, with a form, that has a child window where data for the form can be entered and then submitted back to the main form.
I am fairly certain that I know how to keep the window open so it can be used multiple times, but what I need to do is change the page where that the form submits when the child window is used.
For example:
Form 1 has a field that allows a user to choose a manufacturer, they submit the form to form 2 which then has a list of equipment types that the manufacturer has available. Form 2 submits to form 3 where the specific models for that mfr and type are listed. Finally, when the user has chosen the MFR, Type and Model, it is sent to Form 4 where the last of the data is confirmed.
What I am looking to do is at Form 1, send data from the child window filling in the MFR, Type and Model (which I know how to do) and submit directly to Form 4.
Is there a way to do this, specifically the change of the form to submit to?
Thanks in advance!
I am fairly certain that I know how to keep the window open so it can be used multiple times, but what I need to do is change the page where that the form submits when the child window is used.
For example:
Form 1 has a field that allows a user to choose a manufacturer, they submit the form to form 2 which then has a list of equipment types that the manufacturer has available. Form 2 submits to form 3 where the specific models for that mfr and type are listed. Finally, when the user has chosen the MFR, Type and Model, it is sent to Form 4 where the last of the data is confirmed.
What I am looking to do is at Form 1, send data from the child window filling in the MFR, Type and Model (which I know how to do) and submit directly to Form 4.
Is there a way to do this, specifically the change of the form to submit to?
Thanks in advance!