I am tying to embed osTicket into my website to make it look nicer. Using the API I have successfully managed to let users create tickets using an embedded form in my website.My next task, is to let them fill in a form on my website which will email them an access link to the ticket. This would be exactly the same process as already is in place except it would be embedded in my site.So, first of all I though, first things first, create a HTML form with all the required fields.Now I got to get the back end working. All I need to be able to do is submit the data and have either a success or failure messaged returned. Does anyone have any idea or tips in doing this?btw, although I now iframe would work, that is definitely not a way I want to do it.Thank you :)