Simple Help Desk System Using Master Form V4
Create your own Help Desk using Master Form V4 and a little JavaScript. It's a great solution for support personnel who require an email system to correspond with clients rather than using a web based forum.
This system utilizes the numbering system feature of Master Form V4 to offer ticket tracking. With this feature, each customer support request is assigned a unique tracking number, thus keeping the system organized.
This article also shows how to view all of support tickets online in a password protected area.
Step 1. Create a form where customers can initiate support requests.
Example code:
The form would look like this:
Step 2. Create a thank you page.
On the thank you page, (named, for this example thankyou.html) additional resources such as Frequently Asked Questions, links to manuals, etc. could be listed.
Step 3. Create two email templates.
Upload the email templates to a subdirectory, possibly "helpdesk" per the example, within the Master Form V4 installation directory.
Following is example "hdemailtemplatear.txt", the autoresponse sent to the customer.
Next is the "hdemailtemplate.txt" template. This will be the email the site owner (or other designated person) receives when a customer submits a support request.
To view the support submission database in a web page, complete these steps:
Step A. Create a password- protected directory.
Click here and follow the instructions to create a simple password protected area.
Assuming the web page is called index.html and is located in a subdirectory of the root directory named "helpdesk" the URL would be:
http://www.YourDomain.com/helpdesk/index.html
Step B. Create two filetemplates.
One template, hdtablefiletemplate.txt, will create a JavaScript file, hdtableinfo.js, that will provide the tabular data displaying the support submissions within a webpage. (This article provides instructions on how to include a Master Form V4 database within a webpage.)
"hdtablefiletemplate.txt"
This example.html file will display the support submissions (using the JavaScript method as outlined in the article, Include a Master Form V4 Database in a Web Page, and would go within the password protected area created in Step A.
>
There you have it. A great way to get organized with a Help Desk system using Master Form V4.
Jackie McCutcheon
©2007 Bontrager Connection, LLC
Please note:
Articles on this website are presented "as is". However -
If you have a question about a CGI script, HTML, CSS, PHP, or JavaScript
Ask one of our Experts and you'll have your answer!
Click here for details.