Feedback Forms

Contact Centre

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).

Create/Edit Feedback Forms

Fields in Feedback Forms

Header

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.

Text Field

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:

Text Area

A multi-row input area can be used to enter a larger amount of text.

Text Area edit:

Number

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:

Date

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:

Paragraph

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:

Select

A drop-down field where users can select one or multiple values.

Select Options Edit:

Checkbox group

A multiple options field where users can check one or multiple values.

Checkbox Group edit:

Radio Group

A multiple options field where users can check one of the given values.

Radio Group edit:

Using a Feedback Forms

After creating a Feedback form, users can set any Queues or Campaigns to use this form.

For Queues (Inbound Feedback Forms)

Under every ‘Queue’, there is a Communicator 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.

Submitting 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.

Delete Feedback Forms

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).

Downloading Feedback Forms

Navigating section Queues =>CDR page, users can download 'Feedback Forms’ by selecting the check box in front of CDRs and clicking on 'Download Feedback'.

For Dialer (Outbound Feedback Forms)

To set up Feedback forms for the Campaign, please follow the next steps:

NOTE: If there are no previously created Feedback forms, the users will not be able to select anything from this field.

Matching Headers

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).

Submitting 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 inside a CSV file.

Downloading Feedback Forms

The users can download a CSV file by clicking on three dots inside 'Dialer Numbers' and selecting ' Download CSV File'.

Making Feedback Forms into Templates

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 Communicator, the fields with values or labels between %% will be replaced with matching values from the CSV file.

Example:

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.

Submitting

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:

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.