Skip to content

Releases: tanaikech/HtmlFormApp

v1.0.2

17 Oct 01:46
Compare
Choose a tag to compare
  • v1.0.2 (October 17, 2023)

  • v1.0.2 (October 17, 2023)

    1. The 2nd argument row of appendFormData(object, row) was added. This is from this suggestion. When row is used, the value is put into the specific row of the Spreadsheet. In this case, please set the value of row more than 1.

      • In this case, the submitted row can be forcefully put into the specific row of Google Spreadsheet. So, when you run appendFormData(object, row) by the constant value of row, the submitted row is put into the same row. Please be careful about this.

v1.0.1

29 May 01:23
Compare
Choose a tag to compare
  • v1.0.1 (May 29, 2023)

    1. When multiple files are uploaded, each URL was set as the hyperlink.

v1.0.0

01 Feb 04:33
Compare
Choose a tag to compare
  • v1.0.0 (February 1, 2022)

    1. Initial release.