• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

Notification form plugin

  • Views Views: 11,395
  • Last updated Last updated:

Navigation

         Form Article Plugin Tutorial
      Autofill form plugin
      Clone form plugin
      Comment form plugin
      Email form plugin
      EXIF form plugin
      FTP form plugin
      J2store form plugin
      Kunena form plugin
      Limit form plugin
      Logs form plugin
      Mailchimp form plugin
      Paginate form plugin
      Paypal form plugin
      PHP form plugin
      Pingdotfm form plugin
      Receipt form plugin
      Redirect form plugin
      REST form plugin
      Slack form plugin (+)
      SMS form plugin
      Twitter form plugin
      Upsert form plugin
      VBforum form plugin
      Create a Search Form
      Accordion Form Groups
  • Introduction​


    This plugin works in conjunction with the cron notification plug-in. It enables users to subscribe to changes to the current form's record. When the record is updated the user is notified by email via the cron notification plug-in of the changes.

    It will add a 'notify me' checkbox to the form, which the user can check if they wish to be notified of updates to the current record.

    Options​

    notify-options.png

    • Mode -Sets how the plug-in behaves
      • User selection - Should the plug-in allow the current user to subscribe to changes in this form's record
      • Trigger- Should a group of users be notified based on values in the form's data.

    User selection: Notification options​


    notify-user-selection.png

    • Ajax subscribe - Applies when mode is set to 'user selection'. If set to yes then the user is subscribed via ajax as soon as they click the notifiy me checkbox. If no then the user is subscribed when the form is submitted.

    Trigger Mode: Notification Options​


    notify-trigger.png


    • Trigger element - The element whose value will be check to see if a notification is created
    • Trigger value - The trigger element's value to match to determine if a notification is created
    • Notify group - Which user group should recieve the notification messages
Back
Top