Hi to all,
The challenge:
Develop a dynamic (content generated on the fly) form that will display a list of options per provider. The user can then select any number of options from the list and pre-book the activities.
Upon Submit, all the unselected options are excluded and the form only displays the selected items with pricing and totals based on the qty specified before Submit. In this process, new records are added into a number of tables.
The user then has the opportunity to either modify the selected quantities or to go back and re-select.
Once satisfied, the user then Confirms and the modified information is updated (not added) in the database.
My Solution:
A hybrid form was designed as data presented in the form is based on some complex queries spanning up to 12 different tables.
The selected option filtering after Submit is achieved with some custom SQL, php and HTML.
My Problem:
All works well up until the point of Confirming. Here I am stuck. I cannot get the form to respond on the Confirm.
I believe that I do not fully understand the workings of the Event Elements in CF so any assistance or guidance will be greatly appreciated.
The url of the beta site is: http://gateway2algarve.com/index.php?option=com_k2&view=item&id=1535:active-explorer-day-03&Itemid=188&lang=en
You will have to login before you can pre-book.
Use the following:
username: demo
Password: demo105
Thanks for a brilliant product and stunning support
Joe
(ps Bob, I can give you access to the back-end via PM if needed)
The challenge:
Develop a dynamic (content generated on the fly) form that will display a list of options per provider. The user can then select any number of options from the list and pre-book the activities.
Upon Submit, all the unselected options are excluded and the form only displays the selected items with pricing and totals based on the qty specified before Submit. In this process, new records are added into a number of tables.
The user then has the opportunity to either modify the selected quantities or to go back and re-select.
Once satisfied, the user then Confirms and the modified information is updated (not added) in the database.
My Solution:
A hybrid form was designed as data presented in the form is based on some complex queries spanning up to 12 different tables.
The selected option filtering after Submit is achieved with some custom SQL, php and HTML.
My Problem:
All works well up until the point of Confirming. Here I am stuck. I cannot get the form to respond on the Confirm.
I believe that I do not fully understand the workings of the Event Elements in CF so any assistance or guidance will be greatly appreciated.
The url of the beta site is: http://gateway2algarve.com/index.php?option=com_k2&view=item&id=1535:active-explorer-day-03&Itemid=188&lang=en
You will have to login before you can pre-book.
Use the following:
username: demo
Password: demo105
Thanks for a brilliant product and stunning support
Joe
(ps Bob, I can give you access to the back-end via PM if needed)