> For the complete documentation index, see [llms.txt](https://wiki.owain.codes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.owain.codes/coding/umbraco/setting-up-a-custom-form.md).

# Setting up a custom form

```
  @using (Html.BeginUmbracoForm("SearchAll", "CourseSearchAPI", Project.Core.Constants.Site, new { @class = "coursefinder-form-fields" }))
        {
        
        }
```
