Function writing the HTML code to give the possibility to make comments at the end of a page or presentation. Note that this requires to adapt the javascript function so that the comment goes to the appropriate Google form.

add_form(
  sourcename,
  filename,
  message =
    "Please let us know below if you have questions or comments about this page:  "
)

Arguments

sourcename

Character. Name of the publication (blogpost, textbook, or presentation)

filename

Character. Code and language of the document.

message

Character. Comment entered by the reader.

Value

Write the HTML code for the form in the page

Author

Nicolas Mangin