The feedback forms allow users to create forms, dispositions, or requests to capture additional information and have that information presented whenever users dial records using a dialer through the Campaign or receive calls using inbound queues.
Feedback forms are used for Queues and Campaigns. They are displayed whenever there is a new call into the Queue or a new call from the Campaign. The Feedback form must be loaded on PBXware, and the option Send Feedback Forms must be set to Yes. Otherwise, a Feedback form is not available. (The text below provides more information on how to use Feedback forms).
The Feedback forms can be accessed by navigating the Contact Center menu and selecting 'Feedback Forms'. From this menu, users can access all currently available Feedback forms. Also, here users can add new or edit and delete existing Feedback forms.
Clicking the “Add Feedback Form” button will open up a new dialog where users can customize the Feedback form.
At the top of the Feedback form, users can add names for their forms.
The users can add fields by dragging them from the right menu and dropping them into the marked area.
Other available options are:
Click to save the Feedback form.
Clicking this button will close the Feedback form editing area (note that all unsaved changes will be lost if users close this window).
Click the Preview button to preview how it will look when the application opens. Please note that the scaling will not be the same, as the app window may have a different size.
Click to remove all fields from the Feedback form (a warning message will be displayed).
The header defines the title or label and reminds the Agent about the feedback form. It does not imply an answer/input entry by the Agent.
A primary text input field. Users can enter a text value which will be later submitted when the Feedback form is shown in the Agent's window.
Text Field edit:
1. Text Field: A regular text input
2. Password: The entered value will be hidden and shown as ‘******.’
3. Email: The input value will represent an e-mail and be validated. The form cannot be submitted if an invalid email address is entered.
4. URL: The input value will represent a URL and be validated. If an invalid URL is entered, the form can not be submitted.
A multi-row input area can be used to enter a larger amount of text.
Text Area edit:
A field that can only have a numeric value. On the right side of the input, an option can be used to increase/decrease the value.
Number Edit:
A simple date picker field. The Date/Time format will be the default system format (chosen in Admin Settings -> Date/Time). The date shown while editing the field will be the current date.
Date Edit:
A multi-line text field. It does not have an input, so the user will not be able to change its value. This field can be used to make notes for the Agents who will be shown when the Feedback form is loaded.
Paragraph edit:
A drop-down field where users can select one or multiple values.
Select Options Edit:
A multiple options field where users can check one or multiple values.
Checkbox Group edit:
A multiple options field where users can check one of the given values.
Radio Group edit:
1. The checkbox on the left defines if the value should be selected by default.
2. The left input represents the value that will be submitted.
3. The right input represents the label text that will be visible to the user.
4. The button to the right is used to remove the option.
After creating a Feedback form, users can set any Queues or Campaigns to use this form.
Under every ‘Queue’, there is a gloCOM section that contains two options. Within those two options, users can set if they want to use the ‘Feedback Forms’ inside the application.
To open ‘Feedback Forms’ inside the application, the user should set the option ‘Send Feedback Forms’ to ‘Yes’ and select which Feedback form they want to use.
If this option is set to ‘No’ or a single Feedback form is not selected (even if this option is set to ‘Yes’ ) application will not open any Feedback Forms.
After opening the Feedback form inside the application, the Agent should be able to submit that Feedback form. Submitted data will be saved in a CSV file.
Inside GUI, under the section ‘System,’ the user may set an option after how much time these CSV files will be removed ( By default, this time is set to 4 weeks).
Navigating section Queues =>CDR page, users can download 'Feedback Forms’ by selecting the check box in front of CDRs and clicking on 'Download Feedback'.
To set up Feedback forms for the Campaign, please follow the next steps:
- Navigate to Dialer -> Campaigns -> Edit.
- Click the Numbers button in the Campaign Data group.
- Click Edit on one of the CSVs.
- Select one of the previously created Feedback forms.
NOTE: If there are no previously created Feedback forms, the users will not be able to select anything from this field.
To set Feedback forms to work with Campaign, the user has to create the same headers inside the Feedback form and upload a CSV file. This is important because if header mismatches, data submitted through the Feedback form will not be displayed inside the CSV file.
For example, if the CSV file has a header named “LastName”, there has to be the same header “LastName” inside the Feedback form. Otherwise, data will not be populated at all inside the CSV file.
NOTE: The field that has to be edited inside the Feedback form is called 'Name'. By default, this field is populated in a format textfield_1654954... / textarea1654958... / number_1654957... . This format depends on the field's name users use to create Feedback forms (TextField, TextArea, Number).
After opening the Feedback form inside the application, the Agent should be able to submit that Feedback form. Submitted data will be saved inside a CSV file.
The users can download a CSV file by clicking on three dots inside 'Dialer Numbers' and selecting ' Download CSV File'.
The Feedback Form fields can be made into templates so that some values are imported from CSV into the field inputs. This can be done by inserting CSV header values between %% symbols. A simple CSV file is uploaded, and it contains two rows. The first row represents CSV headers, and the second one displays information about Number.
Example:
Number, First Name, Last Name, Address, Age
100, John, Doe, Somewhere Some Street, 22
To make a template, please follow the instructions below.
Once this form is opened in gloCOM, the fields with values or labels between %% will be replaced with matching values from the CSV file.
Example (please refer to the screenshots):
Each field has different parameters that can be made into a template.
NOTE: This process is case-sensitive, which means that the value inserted between %% must completely match the CSV header.
The Name of each field to be submitted will be used to identify that same field after the form has been submitted. If the Name of the field matches one of the headers, then the value of that field in the CSV file will be changed to the value submitted.
CAUTION:
CSV Headers should not contain any of the following characters if they are going to be used in the Feedback Form template.
TIP: Avoid creating CSV Headers with those characters.
The submission will fail if the fields are named as follows:
Suppose any of the characters mentioned above are included. The warning message will be shown in that case, saying "Warning: File contains invalid header characters. Please read the documentation."
Once the form for the Feedback Form Templating example is loaded and the template values are filled in, it is possible to change them before submitting the form.
Example (please refer to the screenshot):
Suppose users set the Name of the Number field (representing the age input) to Age to match the same CSV header Age. In that case, the submitted value will be filled in the Number field of the CSV file.
After the form has been filled out with preferred values, it is time to change the Age Value to 30 and submit the form. If the same CSV file is loaded in this form again or downloaded, the Age input will have Value: 30, and the CSV file will contain the following:
NOTE: If multiple values need to be selected, they must be put under double quotes due to the comma delimiter.