Google Forms - How to Auto-fill Date and Time Fields with Current Values?

I am looking for a way to automatically fill in the current date and time in the respective fields of my Google Form. What steps should I follow to achieve this?

You can try using Google Apps Script. You’d write a script to auto-fill date n’ time when the form opens. Check the Google Apps Script documentation for “setValue” method. It’s a bit techy, but worth a try! Just explore the scripts under the “Script editor” in your form’s settings.