http://www.parnassusmusicalholidays.eu
has a very simple structure
a Home page with one template, and only the content:
So clicking on an entry takes us to (for instance){Products action=default hierarchy='Musical Holidays EN' sortby='id' detailpage='holidays'}
http://www.parnassusmusicalholidays.eu/ ... tly-Mozart
There, I set up a booking form (at the end) where I specified the Display form inline?: YES
After form is submitted:Display "Submission Template
(and None as the redirect)
Upon form refresh I want to show the same product page with the form updated/error messages.
The problem is that when submit the Form and it is validated I am taken to the detail page:
http://www.parnassusmusicalholidays.eu/ ... p/holidays
I think I identified the problem:
The form header is sending this alternate URL as the action, but it should be sending the Active URL of the page.
How can I change this?
<form id="m98ccfmoduleform_1" method="post" action="http://www.parnassusmusicalholidays.eu/ ... l/holidays" class="cms_form" enctype="multipart/form-data">