skip to Main Content

how javascript submission function handles Checkbox in html form on google apps script?

In html data entry form, wanted to replace a Radio type with Checkbox for possible multi-selections: <form id="ProductDetails" onsubmit="handleFormSubmit(this)"> <p class="h4 mb-4 text-center">Restaurant Details</p> <div id="message"></div> <input type="text" id="recId" name="recId" value="" style="display: none"> <div class="mb-1"> <label for="name" class="form-label">Name</label> <input type="text"…

VIEW QUESTION
Back To Top
Search