Hi all,
I have question about best practice in the CQ to send between 2 pages a parameter using a post method in the form.
I have simple form on page.html like:
<form action="page_2.html" method="POST">
<input type="hidden" name="flag" value="false" />
</form>
and using this form the flag parameter must be send to page_2.html.
I'm quite new with this stuff in the CQ, so in advance thanks a lot for any advice.
Regards,
kasq