Forms allow you to collect user data that will help you make decisions in your application process. FluidReview uses a simple form builder offering multiple question types such as multiple choice, text response, or drop downs, as well as form logic to tailor the form to your applicant and summarize rankings.
The Form Builder is used to create and customize the forms within your site. For more information about navigating around the Form Builder you can refer to the article: Form Builder - Overview.
Within a form you can:
- Add a New Question
- Add Piping Variables
- Add Advanced Expression Piping
- Add Advanced Branching Logic
- Create Translations of your forms
Forms within your site are completely customizable based on your needs. However, listed below are a few examples of common reasons why administrators will use forms within their site. These are strictly examples to get you started. Some of these examples may also be combined into one form depending on your process.
Form Examples | Descriptions |
Eligibility Forms | Ask your applicants preliminary questions and use their responses to determine whether or not they are eligible to apply for your awards(s). |
Personal Information |
Ask your applicants for basic information about themselves such as Contact Information, Mailing Address, Birthdate, etc. TIP! Use Piping Variables if you require this information to be displayed or answered in your other forms in your workflow. This will ensure that applicants don't have to respond to the same questions multiple times. |
Applications Forms |
These are usually the core of the application process. Ask your applicants all the questions you need to that are relevant to your application process. TIP! If you require your applicants to write an essay for the application, create a multiline Text Response question within a form to ensure that word or character limits are met. |
Budget Forms |
If your application requires your applicants to fill out a budget, create a form using Advanced Expression Piping to perform calculations within the site. |
Form Examples | Descriptions |
Recommendation Forms |
Ask your recommenders specific questions about the applicant they are referring. TIP! Use a recommendation form as opposed to having your recommenders upload a letter to ensure that you are getting all the pertinent information you need to make an accurate decision. This will also allow you to report on the responses given by the recommenders. |
Form Examples | Descriptions |
Accept/Decline |
Create a simple form to ask your reviews whether they wish for the applicant to be Accepted or Declined in the application process. |
Scoring Rubric |
Create a form to ask your reviewers to score the application based on various criteria. These forms commonly include Dropdown or Multiple Choice questions with internal scoring setup for the choices. |
Feedback Forms |
Ask your reviewers for comments and feedback that they wish to give the application using Text Response questions. |
Within FluidReview, we use unique identifiers to store and match up data. Every task, form, question, and choice has a unique ID that allows us to match up that question and choice to the User and the Application that gave the response. Therefore, when an applicant completes the application form within your site, their responses are stored within that form. To break that down even further, each individual response they give is stored within the questions and choices within that form.
For example:
The Applicant Tom Jenkins enters the "Application Form" and he is asked the question "What is your favourite colour?"
This question gives him the options of:
|
He then decides to select Blue as his favourite colour.
Tom Jenkins's response is then recorded as Choice 2 which has the label Blue. When pulling reports or piping this information into other areas of the site, we would be able to pipe this particular response to Choice 2 as it has been stored within the question.
Why is this Important?
This information is important to know to ensure that changes in your form do not impact your data. If you are deleting questions/choices, or restructuring a form then this could delete or skew your responses. For example, if the second choice in the list gets changed to Pink. Then because Choice 2 now equals Pink, Tom's response will be displayed as Pink as well. Therefore the change would result in inaccurate information.
For more information in regards to this we highly recommend referring to the article How to Safely Make Changes to a Live Form to ensure that you are not making changes that will negatively affect your data.