The button to go to the previous page does not work or I do not know how to program it: <p><a class="btn btn-primary"><strong>Ir a la página anterior</strong></a></p> See article id: 118 (at the end)
carlucci
You need to add custom JS code for that previous button / link, you can make a search for sample code.
saguaros I add this code : <p><a href="javascript:history.go(-1)" class="btn btn-primary" ><strong>Ir a la página anterior</strong></a></p> Is OK. Thank you very much. Close the thread.