Hi!
I'm having some trouble loading my actions in the order I want to.
I'm having a form in which the costumers can add their data, when they hit submit the form will load again (show html) and the price will be shown along side the reloaded form (for easy changes to the order), in the same event there are also a contact form that will be shown (show form).
My question is how do I get the "show html" to load before the "show form" action?
Link to the form: http://hogahojder.se/index.php/villa
Best Regards
/Dan
I'm having some trouble loading my actions in the order I want to.
I'm having a form in which the costumers can add their data, when they hit submit the form will load again (show html) and the price will be shown along side the reloaded form (for easy changes to the order), in the same event there are also a contact form that will be shown (show form).
My question is how do I get the "show html" to load before the "show form" action?
Link to the form: http://hogahojder.se/index.php/villa
Best Regards
/Dan
Hi Dan,
Because of how the 2 actions are processed, this may not be possible, but a workaround would be to use the Chronoforms plugin to display the 2nd form, just write the plugin code inside a custom code action with mode set to "view", and add it after the "show html", you should also use the Render plugins action to process the plugin.
Regards,
Max
Because of how the 2 actions are processed, this may not be possible, but a workaround would be to use the Chronoforms plugin to display the 2nd form, just write the plugin code inside a custom code action with mode set to "view", and add it after the "show html", you should also use the Render plugins action to process the plugin.
Regards,
Max
This topic is locked and no more replies can be posted.