I have some form with several textbox input, which if user fill it in, and click submit, it will bring them to a confirm form, showing all their data and they can choose to submit, or back.
The problem is, for Firefox and IE, if user click back button, it will go to previous page keeping all the input values that the user already filled in. but in chrome, it's a clean slate. What's the problem? any way to fix this?
This is my code for going back
<a class="confirmBackButton" onClick="history.go(-1);">
<?php __('Back'); ?>
Aucun commentaire:
Enregistrer un commentaire