Deskpro Developer Starter
  • Introduction
    • Introduction
  • Embeddables
    • Website Widget
    • Form Embed
  • API Basics
    • API Introduction
    • Auth
      • API Keys
      • API Tokens
        • OAuth
        • Token Exchange Endpoint
      • Access Control
    • API Reference
    • Request Format
    • Batch Requests
    • Sideloading
    • SDKs
  • Getting Started with the API
    • PHP
      • Initialize the client
      • Add a form
      • Create an article
      • Tickets
      • Methods
    • JavaScript
      • Initialize the client
      • Add a form
      • Create an article
      • Methods
Powered by GitBook
On this page
  1. Embeddables

Form Embed

The form embed embeds a new ticket form directly into any page on your website. The embedded form has all of the power of the normal Deskpro form including dynamic custom fields, validation, etc.

To embed a ticket form on your site:

  1. Log in to your Admin Interface.

  2. Navigate to User Interface -> Ticket Form Widget.

  3. Customize the widget as you see fit. Click Get Code.

  4. Copy the code to your clipboard.

  5. Paste this code into your webpage. Paste the code in the actual position on the page that you want the form to appear.

PreviousWebsite WidgetNextAPI Introduction

Last updated 6 years ago