Hi guys;
I am trying to create a form where it is a multi page form and the first 3 pages are different vetting pages prior to going ahead with the actual form.
At each stage there are check boxes Yes/No, some pages have multiple checkboxes but essentially the rules are the same. if YES continue, if NO redirect to a "Thanks but no Thanks page".
The data from these will be included in the email sent to the site owner, to double validate the checks have been made (owners request!!!!)
I am using the wizard to do this and everything has gone swimmingly except the Yes/No options. I can not for the life of me figure a method out that would be suitable for this. Has anyone had any experience doing this before and found and easy solution i can adopt? Any help on this would be most useful.
Kind Regards;
dan
Hi Dan,
I think that the Event Switcher will do this. If the answer is No then redirect to the Thanks page, otherwise continue as normal.
Bob
Hi there Bob;
Many thanks for your response, IO am not sure how to do/implement this, and have thought of a way around, using a continue button that is hidden until the correct event makes it visible, e.g a yes being selected.
Just wondered if it was possible to create a different button that is visible during the "no" being selected that redirects to a joomla article or displays a message saying thanks instead. So that essentially there are two buttons that swap over depending on the selections??/
Thanks again,
Dan
Hi,
Whatever value returned by the code in the "Event switcher" must match the name of an event in the switcher, then this event will be executed, so you return "pag3", and so the "pag3" event inside the switcher will be processed.
You can insert whatever actions in that event, for example, you can insert an "Event loop" action to reload the upload file page or whatever.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Thank you, finally I got to do it.
However I'm experiencing problems with the names in different pages, even though I have placed multiple "handle arrays", I have tried everywhere. From one page to another I get to collect all the data, but the files name, I can only get the last file name (note that every file in the multi page form has different IDs)
I've seen that one method is to store the files attributes in DB however I wouldn't like to make these transactions, I will if there is no other option with "handle arrays". Any suggestion?
Regards and thank you for your fast and effective support😀
So, this is now solved ?
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
The multi page main problem yes, the problem with filename arrays still exists😟
Any ideas? Thank you Max!
Sorry, what's the file name arrays issue ?
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
You have a "Multi page" action at the top of each event in your form ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Please try to move the "Files upload" above the "Multi page", since the field name is only added after this action runs, I think this may fix the issue.
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Oh my... it worked!!
I think that was the only thing that I hadn't tried before... thank you very much Max.
You are doing a great job! I think that this is the best support I've ever experienced.
Thank you so much. Regards