Search results

  1. M

    Fixed tabs form problem

    Hello, with the modicum of blockuserinput Thanks
  2. M

    Fixed tabs form problem

    Solved, I had the joomla system debugging active, I deactivated it and now it works. Thank you
  3. M

    How to disable submit button if session expired?

    Hi, I'm looking for a way to apply session time management in the form using the plugin https://github.com/orangehill/bootstrap-session-timeout. Can anyone help me or point me to an alternative? Thank you
  4. M

    Fixed tabs form problem

    Hi, now if I click on a tab during loading an alert opens that blocks the process and after clicking on the alert's OK the first tab disappears. So for my application the situation worsened with the modification to the blockuserinput.js file. I'll have to find another solution. Thanks for the...
  5. M

    Fixed tabs form problem

    I'm sorry but I'm still having the problem, maybe it's something else or my form is taking longer to load.
  6. M

    Fixed tabs form problem

    Now I saw after the update that the blockuserinput.js file is not the modified one. I modified the file but the problem remains, the alert appears "The page is still loading. Please wait a few moments." but the tabs disappear anyway. Thanks anyway for the support
  7. M

    Fixed tabs form problem

    Hi, I downloaded all of Fabrik from Bitbucket. I thought this was enough for the changes. DebugJS is already active
  8. M

    Fixed tabs form problem

    Hi, I updated the manufacturer with the link version but the problem is not solved. Disappearing tabs always have style="display: none;"
  9. M

    Date element issue with Firefox Mac users

    Yes, validation on any field causes the cancellation of some dates.
  10. M

    Date element issue with Firefox Mac users

    Hi, continuing to analyze the problem I discovered that some dates are deleted every time a field with active validation is modified. This happens if you save the form directly after editing. However, if after modifying the field you click out and then save then the dates are not deleted. Where...
  11. M

    Fixed tabs form problem

    Hi, I have a problem with a tabs form. When loading the page, if you click on a tab before the page has finished loading, some tabs will disappear. Inspecting the code, the hidden tab has element.style { display: none; } What could it depend on? Unfortunately my application is on the intranet
  12. M

    Date element issue with Firefox Mac users

    Hello, I provide more information to try to understand where the error is triggered Fabrik Version: 4.4.1 (GitDate: 2024-10-18) Joomla! 5.2.0 Stable PHP Version 8.2.24 Database Version 10.11.8-MariaDB-0ubuntu0.24.04.1
  13. M

    Date element issue with Firefox Mac users

    Ajax validation on? On Multipage form? Yes Can you turn the multipage of for testing? Unfortunately this is not possible because the application is on the intranet and contains sensitive data. Is it while adding new records, editing existing ones, both? Editing existing ones No mix of date...
  14. M

    Date element issue with Firefox Mac users

    This is the Astroid joomla template and I have not activated any js compression. I also tried changing the template by loading Cassiopeia but the problem was not resolved.
  15. M

    Date element issue with Firefox Mac users

    Hi, how can I solve this problem which unfortunately occurs randomly? I can't understand what triggers the deletion of the fields given on saving. I use jdate with dmY settings, in the database they default to NULL and the type is date and not datetime. I noticed that when loading the page in...
  16. M

    Date element issue with Firefox Mac users

    Unfortunately it is an intranet application. I will do some tests by disabling the ajax validation on the form
  17. M

    Date element issue with Firefox Mac users

    Hi, I also have the same problem but with a multipage form. I don't think it's a browser problem since I use Chrome. It seems that the validation of some fields only refreshes the date fields and when the form is saved the fields are empty. I hope someone can help us. Thank you
  18. M

    adaptor onedrive for fileupload

    Hi everyone, I'm looking for help in creating a onedrive adaptor for the fileupload plugin. To those who have already had the opportunity to face this need, I ask for information on the library used and on the process of creating a new adaptor. Thank you
Back
Top