Skip to content
Eugene Mah edited this page Sep 21, 2023 · 5 revisions

The Add new recommendations form is used to add a new recommendation for a survey. The form is accessed in one of two ways:

Using the URI /recommendations/create opens a blank form as shown below.

Add new recommendation

Using the URI /recommendations/{id}/create where {id} is a survey ID already stored in the database, the form for adding a new recommendation is displayed along with any other recommendations already stored for that survey ID. The Survey ID field is pre-populated when this form is used.

Add recommendation to existing survey

When adding a new recommendation, the following fields are required:

  • Survey ID
  • Recommendation

If the Resolved box is checked for a new recommendation, the following fields are also required:

  • Resolution date
  • Resolved by
Clone this wiki locally