Section: Forms and Validation

Read FormData

javascript
javascript
const formData = new FormData(form);
const email = formData.get("email");

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Forms and Validation
Handle form submit
OpenIn sheetjavascriptsame section
Read valueAsNumber
OpenIn sheetjavascriptsame section
Read selected file
OpenIn sheetjavascriptsame section
sessionStorage
OpenIn sheetjavascript2 tag match