Get Support Requests from your Website! (Through the Support Widget)

By Sathishbabu B 21575 views

Support Widgets allows you to create your own customizable In-Website widgets that can be placed in any website of your choice. The widget can be customized to pre-fill form data and show custom text. Also, multiple such widgets can be created.

Using this widget, your website visitors can:

  • Raise new HappyFox support queries using the information provided in the form.
  • Search/browse your Knowledge Base articles prior to raising new tickets.

Available on all pricing plans.

Support Widget - Quick Installation Guide:

 

 

A Sample Support Widget in Action:

Pre-filling form fields for support widget:

To auto-populate fields, you have to customize the URL you are using to launch the support widget by adding the necessary query parameters. An example of a customized widget URL:

https://<helpdeskname>.happyfox.com/supportwidgets/code_support_widget/1?name=Firstname%20Lastname&[email protected]

More parameters:

phone=<value> - Phone number if the field is enabled.
hide_contact_info=true - This will hide the name / email / phone fields from the form. 

category=<value> - Will select the category.

 

Prefilling Custom fields:

The field name should be passed with spaces replaced by
underscores. For the custom field value, Based on the type of the custom field:

 

   - Text & Number
        Any text or number to be included as the value
        Eg) ticket_text_field=Hello
              ticket_number_field=234

 

   -  Dropdown
         The value should be the display text of the option ( case insensitive)
          Eg) ticket_dropdown_field=Dropdown Choice 1

 

   -  Multiple Choice Field
        The value should be comma separated display text of the options to be selected ( case insensitive )
         Eg) ticket_multiple_choice_field=one,two

 

    - Date Field
        The date field should be passed in the format DD MMM YYYY
         Eg) ticket_date_field=13 Apr 2016

 

Frequently Asked Questions: