Skip to content

Instantly share code, notes, and snippets.

View OnodOfTheNorth's full-sized avatar

OnodOfTheNorth OnodOfTheNorth

View GitHub Profile
@OnodOfTheNorth
OnodOfTheNorth / dialog.html
Last active March 28, 2022 01:48 — forked from carlosleonam/dialog.html
Google Sheets script to allow multi-select in cells with data-validation, and auto check previous options selected in current cell (adapted from https://www.youtube.com/watch?v=dm4z9l26O0I)
<!DOCTYPE html>
<html>
<head>
<script>
var data
var formId = 'form'
var content
var checked
function drawForm() {