Search results

  1. T

    Update element if another is not empty

    I made a function and added it to my form js file. function emailreport(el) { var element1 = Fabrik.getBlock('form_9').formElements.get('dfsb8_logs___issue_report'); if (element1 !== '') { el.update("1"); } } Then I added emailreport(this); to the javascript of the element I...
  2. T

    ACL for elements, list and Add button

    When I set Access privileges under list to the buttons for lists the add button still appears for a group that shouldn't be able to see the add button. My ACL is set up like this Registered - Property - - Crew - - - Supervisor Property can see themselves and Registered Crew can see Property...
  3. T

    How to add JSON weather to element

    I have a JSON open weather issue that I need help with. I have read through a lot of documentation and it all seems different and don't know what to use to make this work. I have an element that is read only and I need to put into that field a JSON data. I have this running on another system so...

Members online

No members online now.
Back
Top