Search results

  1. jimkeane

    PHP 8 Support

    This worked perfectly in every test I made. Many thanks, Jim
  2. jimkeane

    PHP 8 Support

    Many thanks for this, will test in our Dev instance next week.
  3. jimkeane

    PHP 8 Support

    Php email stopped working entirely for fabrik when I tested it. seemed to be regardless of using builtin functions or my own php code run on form submission. rolling back fixed everything.
  4. jimkeane

    PHP 8 Support

    Hello, just wondering when PHP 8 Support will be implemented for Fabrik 3.10? Many thanks, Jim
  5. jimkeane

    Does the Calc element calculate elements outside it's group?

    This was very helpful to resolving an issue we had with our install. We have our server behind a load balancer that was patched and started blocking AJAX calls to the underlying server! All fixed now though :)
  6. jimkeane

    Hidden element can't be made to show

    Many Thanks Hugh, this does work, but the items hidden on load are still visible briefly immediately after loading. Is there a fix for this? Best wishes, Jim
  7. jimkeane

    Hidden element can't be made to show

    Friendly bump :)
  8. jimkeane

    Hidden element can't be made to show

    Hello all, Not sure if it is just my install (Joomla 3.4.1 / Fabrik 3.3.2 - vanilla no GitHub) but if I set an element or group to hidden it won't then show even when polled to do so via JS conditions. If I include JS conditions to hide the element onload it works, provided the element/group...
  9. jimkeane

    Keyboard accessible navigation of a multipage form

    Thanks for this Sophist, and a sign I should check it other browsers not just one! A little round-up: Safari - not in the tab order (Bad safari) Firefox - in the tab order Chrome - in the tab order (as is just about everything on the page that could be, well done chrome) IE - in the tab order...
  10. jimkeane

    Keyboard accessible navigation of a multipage form

    One of the key parts of my job is ensuring the accessibility of our web pages. Having used Fabrik for quite a while I was surprised that I had failed to notice that multipage forms could not be navigated via the keyboard - unless I'm missing something obvious. Anyway, to outline the problem...
  11. jimkeane

    Cron email condition weirdness

    Cheers Hugh, that was it, with Rows per page set to 0 in the tables navigation settings it works. I'm guessing it shouldn't behave like that? Jim
  12. jimkeane

    Cron email condition weirdness

    Hello, I have built a system to email our students a link to a questionnaire, it contains their details (name, email, etc) and a field to log who had already been emailed, so they don't get emailed again when cron runs again - after new users have been added. This is on J1.5.25 and F2.1.1...
  13. jimkeane

    Table join and pre filter

    Tried the subquery, but no joy! Thanks Hugh, Had a moment of stupidity initially but that works great now! Many thanks, Jim
  14. jimkeane

    Table join and pre filter

    Just a bump Anybody got a clue about this?;D I did some digging using a dropdown filter and obviously you can't select empty values. A way round may be writing to a field for the users record in another joomla table or auto-creating records - both of these are beyond my experience to do...
  15. jimkeane

    Table join and pre filter

    I am using Fabrik 1.06 and am trying to display a list of users who have not completed a form. I have successfully created a join between jos_users and jos_fabrik_formdata_10 and have been pre filtering WHERE id from jos_users is IN jos_fabrik_formdata_10 uid and this gives me a list of those...
  16. jimkeane

    set default time in date field

    Hugh, I have a work around, for me anyway: If you open the file public_html\includes\js\calendar\lang\calendar-en.js you will find the following at line 42 Calendar._TT["DEF_DATE_FORMAT"] = "y-mm-dd"; I appended it as follows: Calendar._TT["DEF_DATE_FORMAT"] = "y-mm-dd 00:00:00"; This...
  17. jimkeane

    set default time in date field

    This link may prove helpful: http://www.dynarch.com/demos/jscalendar/doc/html/reference.html
  18. jimkeane

    set default time in date field

    One more thing, Code for the button: js onclick: // When button clicked, call the javascript function to show the calendar // and pass the value back to the input text field. // NB: the value "StartDate" below must match the input text field name function ff_SelectDate2_action(element...
  19. jimkeane

    set default time in date field

    Hi Hugh, Previously I had attempted using Facile Forms, but abandoned it due to the way it stored the data. However they used the jscalendar-1.0 included with Joomla which was more configurable: Before Form // include the javascript functions for dates echo (' <script language="javascript"...
  20. jimkeane

    set default time in date field

    Thanks Hugh, The code works brilliantly. However the showcalendar button is returning Y-m-d as you can see from the excerpt of page source below: <input type="reset" class="button" value="..." onclick="return showCalendar('jos_fabrik_formdata_3___date1', 'Y-m-d');" /> Therefore the script has...
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top