I’m looking to automatically submit a form using jQuery when an input is changed.
The input in question is a date picker and I need it to submit once somebody has made a selection.
<form id="select_date" name="select_date" method="POST" action="about.php?date-yes">
<input type="text" id="widgetFieldInput">
<input name="select_date" type="submit" />
</form>
Any help would be amazing!
1 Answer