Jump to content

Integration of support tickets ?


firstpoint

Recommended Posts

Go to the page where you submit your ticket and in your browser go to View -> Source or Page Source

 

Find the beginning of the form, mine looks like this:

<form action="/submitticket.php?step=3" method="post" enctype="multipart/form-data" name="submitticket" id="submitticket">

 

Now copy everything between this and the end of your form, which ends with

 

</form>

 

Now this code can be pasted onto pretty much any html page you would like to display it on, you may want to make a stylesheet for the form to match that of your whmcs or just add some custom css or leave it the way it is without any styling.

 

Just remember to change the action so that it goes to your whmcs, for example I changed mine to:

 

action="http://clients.markspixel.com/submitticket.php?step=3"

 

This will work for what you were asking but I believe clients are still brought to your whmcs script after the ticket is submitted. further tweaking of the submitticket.php file could fix this.

 

Let me know if you have any questions.

Link to comment
Share on other sites

You could also just have the form contents emailed to an address that pipes into one of your support departments.

 

Yea, that would probably be the easiest way and then the submitter won't need to be brought to the whmcs site afterwards, you could set it to whatever you want the thank you page to be.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated