• 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.

Limit form plugin

  • Views Views: 14,168
  • 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
  • This form plugin limits the number of records a user can submit

    Options​

    limit.png


    • User element - The element which is recording which user is adding/editing the record
    • Limit reached message - The message shown when the user can no longer submit additional records
    • Allow anonymous - Allow anonymous/guest users to enter records, guest users can add as many records as they like
    You can limit the records in 2 ways, the first is a set value

    • Limit length - The number of records the user can submit
    The other way to limit records is to perform a lookup in another list

    • Connection - The fabrik connection containing the lookup list
    • Lookup list - The name of the look up list
    • Type -
      • User - we obtain the maximum number of allowed submissions by searching the list for records where the lookup element = the user id.
      • Group - we search the list for records where the look up element contains one of the user's group ids.
        In all cases if more than one record is found then the maximum matched value is returned.
    • Lookup element - The element that contains user or user group ids.
    • Max element - Once the limit record has been found, this element contains the number of records that given user can submit. Set to -1 if this user can submit a unlimited number of records.
    • Condition - PHP statement to determine if the plugin should be run
Back
Top