# Sample of contact form for Hugo From the source tree, the file `samples/hugo-partial-contact-form.html` contains a sample HTML form for Hugo (see screenshot below). It can be used for both contact and demo requests. Open the file in your favorite editor and review it. Notice that the form is configured to be rendered specifically according to a Hugo parameter named **tags**, which is actually a **list of tags**. If the parameter holds a tag named `contact` then, the form will be rendered as a contact form. Otherwise, it'll be rendered as a demo form. The integration works as follows: * Copy the HTML form content in your target **Hugo HTML template**. * Modify the `