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

REST form plugin

  • Views Views: 13,550
  • 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
  • The REST plugin will submit your form's data to a REST endpoint URL. Rest endpoint URL's are provided by third party sites via their API's to enable you to interact with their service. In the case of this plug-in we would be adding records into the 3rd party's site, the records would consist of data found in the Fabrik form being submitted.

    The plug-in will send a CURL request to the end point url, the accompanying data is sent as XML.

    Form-plugin-rest-30x.png



    • Username - If the 3rd party site requires authentication then enter your username here
    • Password - If the 3rd party site requires authentication then enter your password here
    • Endpoint URL - The 3rd party's API URL to post the form's data to
    • Parent node name - The encapsulating XML node name for the data. This normally describes what type of data is being posted, e.g. 'ticket'
    • Data - A comma separated list of element names, which will be posted to the end point url. Can use {Placeholders}
Back
Top