# Setting up a custom form

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