Summary
A service in the RAY admin portal is set up in its Categories tab. A category groups forms, and a form holds the questions tenants answer, plus settings that decide who can use the form and who handles its submissions. Only users with an Admin role for the service see the Categories tab. See Services for how services are organized.Where to find service categories and forms
- Categories: Services →
<service name>, then the Categories tab. - Forms: click a category in the Categories tab. The page lists the category’s Forms.
- A form’s page: click the form in the category’s Forms list.
Categories tab columns
The Categories tab can be searched by name.
Category fields
How to create a service category
- Open Services →
<service name>and select the Categories tab. - Click Add.
- Enter the Name and Description, and optionally the External ID and Image.
- Click Save.
Forms list columns
The Forms list of a category shows:Form settings
Form settings are entered when the form is created, and changed later with Edit on the form’s page.How to create a form
- Open Services →
<service name>, select the Categories tab and click the category. - Click Add.
- Fill in the form settings, at least Name, Category, Description and Audience.
- Click Save. Save stays disabled until the required settings are filled in.
- Open the new form from the Forms list and add its questions. See How to add questions to a form.
Form page
A form’s page shows the form’s name at the top, its Status (Activated or Deactivated, with Activate or Deactivate), and the buttons Edit, Duplicate, Export and Delete. Below are the form’s details (External ID, Category, Description, Statuses, Audience, Viewers, Assignees and Managers) and the list of the form’s questions. External ID and Category can be changed directly on the page; the other settings are changed with Edit.How to add questions to a form
- Open the form’s page.
- Click Add Field. A new question card is added.
- Choose the question type, for example Short Text, Long Text, Number, Multiple selection, Date, Time, Date & Time, Location, Photos, Files, Videos, Title or Description.
- Enter the Entry Name (the question) in each language, and optionally a Placeholder for Short Text, Long Text and Number questions.
- Tick Required if the question must be answered.
- For Multiple selection, enter at least two Choices, and tick Allow Multiple to allow several answers. For Photos and Files, set the maximum number of uploads; for Files, also the maximum size per file (5 MB to 50 MB).
- Drag question cards by their handle to reorder them, and use the bin button to remove one.
- Click Save. All changes to the questions are saved together.
How to duplicate a form
Click Duplicate on the form’s row in the Forms list, or on the form’s page. A copy of the form, with its questions and settings, is added to the same category. The copy has no External ID.How to export and import forms
- To export, tick one or more forms in the Forms list and choose Export, or click Export on
a form’s page. The portal downloads
forms-export.zip, with one JSON file per form. Export stays disabled until at least one form is ticked. - To import, choose Import in the Forms list, add one or more of those JSON files in the Import Forms dialog, and click Import. A file that is not a valid form shows “Uploaded files do not contain a valid form JSON”.
How to activate, deactivate or delete a form
- Click the form’s Status in the Forms list, or on the form’s page, and choose Activate or Deactivate.
- Click Delete on the form’s row or on the form’s page and confirm.
Common questions about service forms
How do I make a form available to only some tenants?
Edit the form and set Audience to Specific Users and Groups, then choose the users and/or groups.How do I make sure a supervisor is involved in every request from a form?
Add the supervisor to the form’s Managers (or Assignees or Viewers) in the form settings. They are then added to every submission of that form.How do I add my own statuses such as “In progress” or “Waiting for parts”?
Edit the form and add the statuses under the Status list. They become available on submissions that are Acknowledged.How do I let tenants reopen a request after it is closed?
Edit the form, tick Allow users to reopen, and set the Reopening Period in days.How do I copy a form to another portal?
Export the form from the Forms list, then import the JSON file with Import in the other portal’s Forms list.Related pages
- Services: how services, categories, forms and submissions fit together.
- Service submissions: handling the submissions of a form.
- Submission details: one submission’s page.