Hi All,
I am creating a form that will handle evaluation of some software.
I have 2 Drop down boxes;
Software & Version
What I need to have happen is, based on the selections, once the form is submitted the download will begin.
I have a rough idea that it would Involve a lot of IF statements, but not sure exactly howl.
Help would be much appreciated.
I am creating a form that will handle evaluation of some software.
I have 2 Drop down boxes;
Software & Version
What I need to have happen is, based on the selections, once the form is submitted the download will begin.
I have a rough idea that it would Involve a lot of IF statements, but not sure exactly howl.
Help would be much appreciated.
Hi coccoster,
Well, yes you will need some custom PHP to interpret the form results and select the appropriate download. Once you have the URL you can add a link to the form Thank You page or write some more Custom PHP to generate an automatic download*.
We can't write the custom code for you in the forums here though.
Bob
* There is a Download files action but I think it only supports a single fixed file, not different files depending on the form results.
Well, yes you will need some custom PHP to interpret the form results and select the appropriate download. Once you have the URL you can add a link to the form Thank You page or write some more Custom PHP to generate an automatic download*.
We can't write the custom code for you in the forums here though.
Bob
* There is a Download files action but I think it only supports a single fixed file, not different files depending on the form results.
This topic is locked and no more replies can be posted.