📊

SMSTunnel for Formidable Forms

Formidable Forms SMS Integration

Version 1.0.0 Requires Formidable Forms 5.0+ SMSTunnel Core Required

Description

SMSTunnel for Formidable Forms integrates SMS capabilities with the powerful Formidable Forms plugin. Perfect for complex forms, calculators, and applications that need SMS notifications.

Supports multi-step forms, calculated fields, and all Formidable Forms features.

Features

  • Form Action Integration - Add SMS as a form action
  • Field ID Shortcuts - Use [field_id] syntax for field values
  • Multi-Step Form Support - Send SMS at any step or completion
  • Calculated Fields - Include calculated values in SMS
  • Views Integration - Trigger SMS from Formidable Views
  • Conditional Logic - Control when SMS is sent

Field Shortcodes

Reference form fields using Formidable's shortcode system:

[25] - Field by ID (number)

[25 show="value"] - Field value explicitly

[25 format="Y-m-d"] - Date field with format

[if 25 equals="yes"][26][/if] - Conditional content

[entry_id] - Entry ID

[sitename] - Site name

[siteurl] - Site URL

Find field IDs by hovering over fields in the form builder.

Setting Up SMS Action

  1. Edit your form in Formidable
  2. Go to Settings → Actions & Notifications
  3. Click SMSTunnel SMS to add action
  4. Configure phone number (static or [field_id])
  5. Write your message with field shortcodes
  6. Save the form

Example Messages

Quote Request (with calculated field):

"Thanks [25]! Your quote estimate is $[30]. We'll send detailed pricing to [26]."

[25]=Name, [30]=Calculated total, [26]=Email

Appointment Booking:

"Booking confirmed for [25] on [27 format="M j, Y"] at [28]. See you then!"

[25]=Name, [27]=Date, [28]=Time

Installation

  1. Ensure SMSTunnel core plugin is installed and configured
  2. Ensure Formidable Forms is installed
  3. Download this plugin ZIP file
  4. Go to Plugins → Add New → Upload Plugin
  5. Upload and activate the plugin
  6. Edit any form → Settings → Actions & Notifications

Requirements

  • WordPress 5.0 or higher
  • Formidable Forms 5.0 or higher
  • SMSTunnel core plugin (installed and connected)

Screenshots

Changelog

Version 1.0.0

  • Initial release
  • Form action integration
  • Field shortcodes support
  • Multi-step form support