HTML Forms

Overview


An HTML survey form is a form that is created by providing the necessary HTML to render the form. On the davinci platform, this would require using the HTML app or using the HTML component in the components toolbox.

For a brief introduction to crating HTML, please see HTML intro

Topics


  • Form Elements - details the various form controls such as textboxes and buttons.
  • Form Validation - discusses how to validate a form.
  • Form Submission - mechanics of capturing data from a form when the user submits the form.

Contents