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

SMS form plugin

  • Views Views: 18,296
  • 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​

    The SMS plugin allows you to send an SMS when a form is submitted

    Options​

    sms.png


    • Gateway- The gateway service to use when sending the SMS
    • Username - The gateway username. Some gateways may not have a "username", like for Twilio, you would put the "account SID" here, from https://www.twilio.com/console
    • Password - The gateway password. Some gateways may not have a "password", like for Twilio you put put the Auth Token here, from https://www.twilio.com/console
    • Receivers mobile number - comma separated numbers to send to more than one phone, can use {Placeholders}.
    • Senders mobile number - The mobile number that the sms will come from, can use {Placeholders}.
    • Message - the message you would like to send. Can use {Placeholders}. If left blank all the form's data is sent. (since 20/01/2015)
    In fabrik 3+, gateways are found in ./components/com_fabrik/helpers/sms_gateways .They are simple classes that should have the same name as their file name. You can add new ones, or ask us to write new ones for you (we'll probably charge a small fee).

    To use the Twilio gateway, you must have either updated from github, or installed the Library package from our downloads area, which adds the Composer library needed for Twilio.

    Sending from other countries?​


    Currently we support sending from UK, USA and Canada, if do not live in these countries and need a solution please contact us for a quote on researching SMS providers in your country and implementing a gateway for the provider.
Back
Top