Greetings friends,
I'm currently working on Joomla! v2.5 with ChronoForms5. I've made a form which contains 5 elements consisting of 4 Text Fields (Phone Number, Email, Title, Message) and 1 Button (Submit). I have two events: On Load and On Submit
"On Load" contains:
- Load Javascript
- Load CSS
- Load Captcha
- HTML (Render Form)
"On Submit" contains:
- Email
- File Download
- Display Message
What I'm trying to do is have the user complete the required fields on the form and upon clicking submit, they will be able to download a file. Ideally, after clicking submit and the download begins, and a "Thank You" message should prompt. I've tried several posts on the forums regarding the matter but I still can't seem to get it to work. Any help/advice will be greatly appreciated. Thank you
I'm currently working on Joomla! v2.5 with ChronoForms5. I've made a form which contains 5 elements consisting of 4 Text Fields (Phone Number, Email, Title, Message) and 1 Button (Submit). I have two events: On Load and On Submit
"On Load" contains:
- Load Javascript
- Load CSS
- Load Captcha
- HTML (Render Form)
"On Submit" contains:
- File Download
- Display Message
What I'm trying to do is have the user complete the required fields on the form and upon clicking submit, they will be able to download a file. Ideally, after clicking submit and the download begins, and a "Thank You" message should prompt. I've tried several posts on the forums regarding the matter but I still can't seem to get it to work. Any help/advice will be greatly appreciated. Thank you