IN PROGRESS...

  1. Field Type: Access with List Plugin:
                1. candeletetrow: Candeleterow (Public can delete a row)
                2. canviewrow: Canviewrow (Guest can view a row)
  2. Field Type: Yes/No with List Plugin:
                1. php:Yes/No (change value 1 to 0 or 0 to 1)
                2. caneditrow: Caneditrow (Yes: enable edit, No: disable edit)
  3. List Plugin:
    1. copy: Copy (You can copy a row into another)
    2. email: Email (You can send emails from your address list loaded with the contact form)
      • To use this option must configure SMTP server
    3. js: Js (Java Script Code)
      • Structure:

requirejs(['fab/fabrik'], function () {
  //Start your own code
  alert('This is a Js code executed');
  
  //End your own code
});