Uhtdred 238 Posted January 16, 2023 (edited) Looks like something is not working on report form on website. Something is wrong in the javascript file. When trying to submit a ticket, there's an error in the console (in the debug part) Uncaught TypeError: Cannot read properties of null (reading '1'). javascript file: $(document).ready(function() { $.urlParam = function(name){ var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href); return results[1] || 0; } return results[1] || 0; throw the error. PD: It's very important to fix this bug since submit button is not working. Edited January 16, 2023 by Uhtdred Quote Share this post Link to post Share on other sites