- Edited
This embedded HTML form is extremely simple.
Download the embeddedform.zip and place in the root folder of your OSTicket Installation.
It will create
You can now visit:
https://www.yourwebsite.com/osticket/new-ticket.php
Or use an i-frame to connect
<iframe src="https://www.yourwebsite.com" width="100%" height="900" frameBorder="0">Browser not compatible.</iframe>
Remember to set your Allowed iframes in the System Settings.
Admin Panel > Settings > System > Allow System iFrame
You can now style your embedded page by editing the following 4 files:
/new-ticket.php
/include/client/header.inc.newticket.php
/include/client/open.inc.newticket.php
/include/client/footer.inc.newticket.php
That's it! - Enjoy.