I have a page that has several inputs, when I click on the button I open a modal with the result and inside modal I have another button to be clicked but I need to get the form fields and move to the other page. >
My detail button code looks like this:
<div><center><a href="detalhado.html" class='btn modal-action modal-close red'><strong><i class='mdi-content-add'></i> Detalhado</a></center></strong>
Here I needed to pass the values of the example inputs: href="detailed.html" value = 100000 & months = 24 & rate = 14.15 "