CarlosEduardo2409 Posted March 4, 2018 Report Share Posted March 4, 2018 (edited) So... Hello everyone, again. I have a new problem again. This time the error is in the forms. On all forms of my VA (Airmail, fltbook, all) are not working. When I submit something it does not lead to the correct place and the link gets weird (the information stays in it, as in the image below). (https://prnt.sc/imjq3b) The image above is an example of the fltbook, when I click to search for a flight the form does not work but enters this link. I'm using a custom skin that I'm doing. I'm sure it was some file that I moved and now is giving error, because before was not giving any error, worked perfectly. I'm sorry for not passing more information, because I literally do not know which files to pass. I can only say that I'm using the admin template 'Elmer'. Regards, Carlos. Edited March 6, 2018 by CarlosEduardo2409 Quote Link to comment Share on other sites More sharing options...
web541 Posted March 4, 2018 Report Share Posted March 4, 2018 Check that your browser console doesn't have any errors (could be a jQuery issue). Also, check that the forms have an method of POST not GET <form action="xxxx" method="post"> ... </form> Quote Link to comment Share on other sites More sharing options...
CarlosEduardo2409 Posted March 5, 2018 Author Report Share Posted March 5, 2018 @web541 Yes, the forms are as a post method. And also has error in the console, has two errors (yes, includes one with jquery), they are: Quote Uncaught TypeError: $(...).ajaxForm is not a function at HTMLDocument.<anonymous> (phpvms.js:27) at j (jquery.min.js:2) at Object.fireWith [as resolveWith] (jquery.min.js:2) at Function.ready (jquery.min.js:2) at HTMLDocument.I (jquery.min.js:2) In phpvms.js:27 Quote Uncaught TypeError: $.toast is not a function at dashboard-data.js:19 In dashboard-data.js:19 Quote Link to comment Share on other sites More sharing options...
CarlosEduardo2409 Posted March 5, 2018 Author Report Share Posted March 5, 2018 I know how to solve both. The first one is because I have two jQuery and the second one is the same skin error, it's so u. The file that is missing, the more I needed to take. The error that could probably fix the forum error is the first one, jQuery, but I took one of my jQuery and the error in the console disappeared, but I did not fix the error of the forms. Quote Link to comment Share on other sites More sharing options...
web541 Posted March 5, 2018 Report Share Posted March 5, 2018 Has this always been happening, or is it just with the new skin? Also, can you pm me the link to your site. Quote Link to comment Share on other sites More sharing options...
CarlosEduardo2409 Posted March 5, 2018 Author Report Share Posted March 5, 2018 It happened only in this new skin, but anyway, it was working on that skin before. PM Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.