logo
Documents & Forms
Microsoft 365 & SharePoint Tools
Classic SharePoint Tools

Work Request Form

Use Work Order Request Form to collect work requests within or outside your organization. You can share the form via URL or embed it on your web site.

Preview
Theme:
Use this template

Fields and controls

  • The title of the form has bg-primary CSS class which sets the background to the primary color of the theme.
  • The Email field accepts only valid email addresses. Change the pattern in the field properties.
  • The PhoneNumber is a masked input field that accepts only 11-digit numbers. Change the mask in the field properties.
  • Change options for the WorkType field in the field properties.
  • The Other field is shown/hidden dynamically depending on the WorkType field value using JavaScript.

JavaScript

  • The toggleOtherField() function shows/hides the Other field depending on the WorkType field value. The function is called on the form load and when the WorkType field value changes.

Styling

  • The primary button's font-weight is set to 500 via the Style property.
  • Style for h1 is defined in the CSS-editor.