Support Requests
Help request forms, quick feedback triggers, and QR code feedback links
Support Requests
Set up customer support collection points that capture context automatically. Route submissions to a Tickets workflow for service desk management with statuses, priorities, and assignees.
Help Request Form
A floating help button that's always available for users who need assistance.
Setup
- Go to Widget Builder → Create Widget
- Choose the Feedback template
- Set widget type to Floating
- Customize the button: "Need Help?" with a help icon
- Configure fields: subject (required), description (required), category (help-specific options), urgency
- Enable Browser Metadata capture (auto-collects page URL, browser, OS)
- Publish and embed
Embed
<script
src="https://userhero.co/widget.js"
data-widget-id="YOUR_WIDGET_ID"
defer
></script>Route to Tickets Workflow
Set up an intake rule:
| Condition | Value |
|---|---|
| Widget ID | Your help widget ID |
| Default Priority | Medium |
| Default Assignee | Support Team Lead |
Every help request becomes a Tickets workflow item. Your support team gets notified and triages from the Kanban board.
Using Customer Comments
When a ticket is in the Awaiting Response status, you can send a follow-up question to the customer. The customer receives a notification and can reply through the public portal. Their reply is added to the ticket's activity log.
Quick Feedback Trigger
Place lightweight feedback buttons next to specific UI elements for contextual micro-feedback.
Setup
- Create a new widget with the Feedback template
- Set widget type to Embedded
- Configure minimal fields: rating (thumbs up/down or stars), optional comment
- Publish and get the embed code
Embed Next to Features
Place the widget trigger next to the UI element you want feedback on:
<div class="feature-section">
<h3>Export Report</h3>
<!-- Your feature UI -->
<div id="export-feedback">
<script
src="https://userhero.co/widget.js"
data-widget-id="YOUR_WIDGET_ID"
data-type="embedded"
data-container="export-feedback"
defer
></script>
</div>
</div>Tips
- Place next to new features to get early feedback
- Use thumbs up/down for minimal friction
- The widget auto-captures the page URL so you know which feature area the feedback is about
- Review ratings in bulk from the feedback inbox to spot feature-level satisfaction trends
QR Code Feedback Link
Generate a shareable URL or QR code for offline or cross-channel feedback collection.
Setup
- Create a new widget
- Set widget type to Link
- Configure the feedback form fields
- Publish — UserHero generates a direct URL for the widget
- Use the URL to generate a QR code (any QR code generator works)
Use Cases
- Physical products: Print QR code on packaging or receipts
- Events: Display QR code on screens or signage
- Printed materials: Add to business cards, flyers, or menus
- Email signatures: Include a "Give us feedback" link
- In-app links: Add direct links in your app's help menu or footer
Tips
- Link widgets work without any JavaScript embed — they're standalone pages
- Customize the widget branding so it matches your physical materials
- Route submissions to a Tickets or Issues workflow depending on the context
Building a Support Desk
Combine these widgets to create a full support system:
- Floating help button — Always visible for urgent requests
- Embedded quick triggers — Contextual feedback on specific features
- QR code links — Offline and cross-channel collection
- Tickets workflow — All submissions routed to a Kanban board
- Customer comments — Two-way communication via public portal
- Slack integration — Real-time alerts for new tickets
- Linear/Jira sync — Push to your engineering team's tools