November 4, 2014
at 22:53 /
#12630
After submitting a reservation demand, calendar and input form disappear from the page.
How is it possible to show them again? For example a button to validate and show the form again?
Do I need to get premium version for that?
November 5, 2014
at 13:38 /
#12631
You could use the “execute scripts” function in the main settings to reload the page, but else there’s no such function.
Regards
November 5, 2014
at 14:07 /
#12632
Hi, I tried this one:
header (“location: http://lavilleheleuc.com/“);
But it does not work. Could you help? Thanks.
November 6, 2014
at 14:44 /
#12633
window.location.href = “URL”;
Regards