Hey,
Maybe you all can provide some assistance with something I am working on.
How it should work:
Form on home page collects minimal information and inserts this info to a database. Form has two radio buttons, one for Home Purchase, and one for Refinance Mortgage. Based on the users selection of the radio button, it should insert the record and redirect it to another page with either the Home Purchase form or the Refinance Mortgage form. The option chosen should also be inserted into the DB (i.e. - Home Purchase to related DB table). This should happen when the user presses the submit button on the home page form. DWMX offers only the ability to redirect to one page upon successful insertion of the record. I imagine some javascript or ASP code could do the trick.
What I was able to do:
> Insert Record and Re-Direct to one page.
> Redirect form to selected radio button option (no insert record).
Need to do:
> Combination of above - insert record and redirect to different form based on radio button option selected.
Any assitance or ideas would be greatly appreciated.
Thanks in advance.
-RRD
RRD
Maybe you all can provide some assistance with something I am working on.
How it should work:
Form on home page collects minimal information and inserts this info to a database. Form has two radio buttons, one for Home Purchase, and one for Refinance Mortgage. Based on the users selection of the radio button, it should insert the record and redirect it to another page with either the Home Purchase form or the Refinance Mortgage form. The option chosen should also be inserted into the DB (i.e. - Home Purchase to related DB table). This should happen when the user presses the submit button on the home page form. DWMX offers only the ability to redirect to one page upon successful insertion of the record. I imagine some javascript or ASP code could do the trick.
What I was able to do:
> Insert Record and Re-Direct to one page.
> Redirect form to selected radio button option (no insert record).
Need to do:
> Combination of above - insert record and redirect to different form based on radio button option selected.
Any assitance or ideas would be greatly appreciated.
Thanks in advance.
-RRD
RRD