1
I have a form that has a native HTML5 date field and I need that in the Onchange event of that date field or change the date value it will call a Php page that will load my page.
Example of my html code:
<form id="formulario" method="GET">
<input type="date" name="minhadataatual"/>
</form>
How to configure Jquery and Ajax and how to receive the date in PHP. My only doubts are these.