I am editing a HTML file and there is one attribute application deadline. How can I set a default value to the application deadline to one year after today in the html code? Thanks for helping
Below is the original HTML code
<div class="field" > Application Deadline: <input type="date" id="id_application_deadline" name="application_deadline"> </div>>