Ultimate WP SMS Shortcodes Guide
Phillip Dane
Last Update setahun yang lalu
Ultimate WP SMS provides versatile shortcodes that allow you to build frontend forms for user subscription, contact forms, group messaging, and opt-out functionality.
There are 4 shortcode types, and each requires the type attribute to be defined for it to function correctly.
Use this shortcode to display a subscription form and add users to one or multiple groups.
Available Parameters:
group_id β Show subscribe form for a single group.
group_ids β Show multiple group options (comma-separated IDs).
multitype β Display group selection as checkbox, select, or multiselect.
name β Show name field in the form (yes or no).
Use this shortcode to create a contact form that sends a message to an admin group (as configured in settings).
Available Parameters:
group_id β Optional. Adds the user to a specific group.
open_button_text β Text on the button that triggers the popup.
title_text β Title displayed on the form.
name_text β Label for the name field.
number_text β Label for the phone number field.
message_text β Label for the message field.
send_button_text β Label for the submit button.
popup β Display as popup or inline (yes or no).
Allow users to unsubscribe themselves from one or multiple groups.
Shortcode Example:
[uws_form type='opt_out']Available Parameters:
title_text β Title shown at the top of the form.
enter_number_text β Label for the phone number input.
enter_number_button β Text for the button to fetch subscribed groups.
current_groups_text β Label above the group list.
unsubscribe_button β Text for the final unsubscribe button.
This shortcode allows sending a custom message to an entire group or selected members.
Shortcode Example:
[uws_form type='group_send' group_id='2' member_select='yes']Available Parameters:
group_id β Comma-separated list of group IDs to target.
member_select β Allow member selection before sending (yes or no).
form_title β Title shown above the form.
member_title β Label for the member selector.
send_button_text β Text for the send button.
message_text_title β Label above the message input box.
send_response β Message shown after sending.
message_content β Default pre-filled message content.
message_type β Type of message to send: uws-sms or uws-call.
All shortcodes must include the type attribute.
Use within posts, pages, or shortcode-compatible widgets.
Group IDs should correspond to your existing UWS groups.
