SlideShare a Scribd company logo
How to Guide
Send SMS Survey and Creating Survey Forms
Table of Contents
Introduction	 3

Send Mobile SMS Web Surveys	 3

Creating a Survey Form	 4

Step 1:	 4

Step 2:	 4

Survey Page Title:	 4

Survey Start Time:	 4

Survey End Time:	 4

Default Message for Expired Surveys:	 4

Default Page Background Colour:	 4

Default Page Text Colour:	 4

Step 3:	 5

Text Field:	 6

Text Area Field:	 7

Select Field:	 8

Radio Button Field:	 9

Checkbox Button Field:	 10

Rating Field:	 11

E-Mail Field:	 12

E-Mail Field:	 13

Password Field:	 14

Date Field:	 15

H1 Text Field:	 16

H2 Text Field:	 16

H3 Text Field:	 17

Paragraph Text Field:	 17

Image URL Text Field:	 18

Preview Survey Form:	 19
Send Survey SMS Guide
Save Survey Form:	 19

Sending Survey SMS	 20

Important Notes:	 21

Need More Help?	 21
SMS Gateway Center 2020 Page of
2 21
Send Survey SMS Guide
Introduction
Easily create surveys and get maximum responses by sending to your clients and peers. Drag and
Drop form creation tool is an excellent assistant to create your awesome web survey form and get
your customers participation.

Send Mobile SMS Web Surveys
Data Capturing is the utmost important when you conduct surveys. With us, you can
personalise and create awesome survey form to capture the data basis on the mobile
recipient and get maximum responses with great analytics. Our Survey forms are mobile
optimised which is combined with your personalised SMS Campaign. Our Survey
program is absolutely Free when you compare with popular survey providers.

Let's not waste your time and get to the point directly to learn how to create survey forms
and conduct an SMS Survey.

SMS Gateway Center 2020 Page of
3 21
Send Survey SMS Guide
Creating a Survey Form
Step 1:
Login to your account, Go to Manage Surveys from your left sidebar menu. Click on Add New
Survey button.

Step 2:
ADD BASIC INFORMATION FOR YOUR SURVEY FORM.
Survey Page Title:
Add a Page title, this will be displayed as Web Meta Title on the Survey Form Page.

Survey Start Time:
Enter the timestamp to run/start the survey when you run the campaign.

Survey End Time:
Enter the timestamp to retire/expire the survey.

Default Message for Expired Surveys:
Enter the message which you want to show it to the users when they visit your survey
page after expiry.

Default Page Background Colour:
You can enter Hex Colour code for the default page background colour. Default is
#FFFFFF (White colour)

Default Page Text Colour:
You can enter Hex Colour code for the default page text colour.

SMS Gateway Center 2020 Page of
4 21
Send Survey SMS Guide
Step 3:
Add Form Elements to your Survey Form.

Drag each form element to create new form field. We will explain one by one below.

SMS Gateway Center 2020 Page of
5 21
Send Survey SMS Guide
Text Field:
A text field, defines a single-line text input field, is placed on a web page using the
<input> tag, with the type attribute set with a value of “text".

Label: Enter the Label Name, For Example: Your Name
Placeholder: Enter help text for user to enter into the field box. For Example: Enter your
name.
Identifier: Give a name for the field, so that we can identify later when the form gets
submitted. For Example: customerName (Note: Do not give space or add special
characters in this field)
Required: Check required if you want users to fill the field compulsorily.
Once you fill as above, the final output will be as shown in the picture below.

SMS Gateway Center 2020 Page of
6 21
Send Survey SMS Guide
Text Area Field:
A textarea field, defines a multi-line textarea input field, is placed on a web page using
the <textarea> tag.

Label: Enter the Label Name, For Example: Your Address
Placeholder: Enter help text for user to enter into the field box. For Example: Enter your
address.
Identifier: Give a name for the field, so that we can identify later when the form gets
submitted. For Example: customerAddress (Note: Do not give space or add special
characters in this field)

Required: Check required if you want users to fill the field compulsorily.
Once you fill as above, the final output will be as shown in the picture below.

SMS Gateway Center 2020 Page of
7 21
Send Survey SMS Guide
Select Field:
A <select> tag is used to create drop down list of options, which appears when the user
clicks on form element, and it allows to choose one of the options. The <option> tag is
used to define the possible options to choose from. The tag is put into the <select> tag.

Allow Multiple Selection: Check this if you want users to select multiple options from the
given options.

Label: Enter the Label Name, For Example: Select Gender
Identifier: Give a name for the field, so that we can identify later when the form gets
submitted. For Example: gender (Note: Do not give space or add special characters
in this field)
Option: Enter text which user will be shown within the dropdown options.

Value: Enter the option value to be identified with Identifier later. (This is hidden for users)

Once you fill as above, the final output will be as shown in the picture below.

SMS Gateway Center 2020 Page of
8 21
Send Survey SMS Guide
Radio Button Field:

The <input type="radio"> defines a radio button. Radio buttons are normally presented
in radio groups (a collection of radio buttons describing a set of related options). Only
one radio button in a group can be selected at the same time.

Label: Enter the Label Name, For Example: Where do you currently reside?
Identifier: Give a name for the field, so that we can identify later when the form gets
submitted. For Example: currentreside (Note: Do not give space or add special
characters in this field)
Option: Enter text which user will be shown with the radio button options.

Value: Enter the option value to be identified with Identifier later. (This is hidden for users)

Once you fill as above, the final output will be as shown in the picture below.

SMS Gateway Center 2020 Page of
9 21
Send Survey SMS Guide
Checkbox Button Field:

The <input type="checkbox"> defines a checkbox. The checkbox is shown as a square
box that is ticked (checked) when activated. Checkboxes are used to let a user select
one or more options of a limited number of choices.

Label: Enter the Label Name, For Example: Which vehicles do you own?
Identifier: Give a name for the field, so that we can identify later when the form gets
submitted. For Example: customervehicle (Note: Do not give space or add special
characters in this field)
Option: Enter text which user will be shown with the checkbox to check.

Value: Enter the option value to be identified with Identifier later. (This is hidden for users)

Once you fill as above, the final output will be as shown in the picture below.

SMS Gateway Center 2020 Page of
10 21
Send Survey SMS Guide
Rating Field:

A star rating is a rating question that lets people rate a product or service with a number
of stars. The number of stars can vary from 5 to 10 stars. A star rating question is a type
of rating question that allows users to rank attributes on a scale represented with stars,
instead of radio buttons or checkboxes. A star rating can be used when asking for
general opinions, emoji or smiley rating are more suitable when asking about emotions or
sentiments.

Label: Enter the Label Name, For Example: How would you rate our services?
Rating Type: Select the type of rating, Star or Happy Faces Rating.
Identifier: Give a name for the field, so that we can identify later when the form gets
submitted. For Example: servicesrating (Note: Do not give space or add special
characters in this field)

Once you fill as above, the final output will be as shown in the picture below.

SMS Gateway Center 2020 Page of
11 21
Send Survey SMS Guide
E-Mail Field:

The <input type="email"> defines a field for an e-mail address. The input value is
automatically validated to ensure it is a properly formatted e-mail address.

Label: Enter the Label Name, For Example: Your E-Mail
Placeholder: Enter help text for user to enter into the field box. For Example: Enter your
E-Mail.
Identifier: Give a name for the field, so that we can identify later when the form gets
submitted. For Example: customerEmail (Note: Do not give space or add special
characters in this field)
Required: Check required if you want users to fill the field compulsorily.
Once you fill as above, the final output will be as shown in the picture below.



SMS Gateway Center 2020 Page of
12 21
Send Survey SMS Guide
E-Mail Field:

The input element, having the "number" value in its type attribute, represents a field for a
number input. In modern browsers number fields are usually represented by controls
that enable users to change its value in a graphical way, instead of having to input it
directly as a string.

Label: Enter the Label Name, For Example: Your Mobile
Placeholder: Enter help text for user to enter into the field box. For Example: Your
mobile number.
Identifier: Give a name for the field, so that we can identify later when the form gets
submitted. For Example: customerMobile (Note: Do not give space or add special
characters in this field)
Required: Check required if you want users to fill the field compulsorily.
Once you fill as above, the final output will be as shown in the picture below.



SMS Gateway Center 2020 Page of
13 21
Send Survey SMS Guide
Password Field:
<input> elements of type password provide a way for the user to securely enter a
password. The element is presented as a one-line plain text editor control in which the
text is obscured so that it cannot be read, usually by replacing each character with a
symbol such as the asterisk ("*") or a dot (“•").

Label: Enter the Label Name, For Example: Secret Token
Placeholder: Enter help text for user to enter into the field box. For Example: Enter your
user secret token.
Identifier: Give a name for the field, so that we can identify later when the form gets
submitted. For Example: customerSecretToken (Note: Do not give space or add
special characters in this field)
Required: Check required if you want users to fill the field compulsorily.
Once you fill as above, the final output will be as shown in the picture below.



SMS Gateway Center 2020 Page of
14 21
Send Survey SMS Guide
Date Field:
The input element, having the "date" value in its type attribute, represents a field for a
date input. In modern browsers date fields are usually represented by controls that
enable users to change its value in a graphical way (like, for example, a calendar), instead
of having to input it directly as a string.

Label: Enter the Label Name, For Example: Your Joining Date
Identifier: Give a name for the field, so that we can identify later when the form gets
submitted. For Example: customerJoiningDate (Note: Do not give space or add
special characters in this field)
Required: Check required if you want users to fill the field compulsorily.
Once you fill as above, the final output will be as shown in the picture below.

SMS Gateway Center 2020 Page of
15 21
Send Survey SMS Guide
H1 Text Field:
H1 text act as big size title with in the form. You can convert any text to headline or title in
bold and big texts.

Once you fill as above, the final output will be as shown in the picture below.

H2 Text Field:
H2 text act as medium size title with in the form. You can convert any text to headline or
title in medium text.

Once you fill as above, the final output will be as shown in the picture below.

SMS Gateway Center 2020 Page of
16 21
Send Survey SMS Guide
H3 Text Field:
H3 text act as small size title with in the form. You can convert any text to headline or title
in small text.

Once you fill as above, the final output will be as shown in the picture below.

Paragraph Text Field:
<p> element represents a paragraph. Paragraphs are usually represented in visual
media as blocks of text separated from adjacent blocks by blank lines and/or first-line
indentation.

Once you fill as above, the final output will be as shown in the picture below.

SMS Gateway Center 2020 Page of
17 21
Send Survey SMS Guide
Image URL Text Field:
You can include any full path URL either uploaded on your server or any CDN servers. All
you have to do us full path URL to display your images. You can use your logo and other
representational images within the survey form.

Once you fill as above, the final output will be as shown in the picture below.

SMS Gateway Center 2020 Page of
18 21
Send Survey SMS Guide
Preview Survey Form:
As you are generating form fields, you will be shown Live Preview in iPhone X and Note 8
device type. You can make adjustments as per the preview.

Save Survey Form:
Once all your required fields are generated, click on Save Changes. Upon submission, our
moderation team will approve/reject your survey form within 24 to 48 hours.

SMS Gateway Center 2020 Page of
19 21
Send Survey SMS Guide
Sending Survey SMS
Once your Survey form is approved by our moderation team, now you can go and run a
SMS campaign and ask your customers or recipients to participate in the survey.

On the left sidebar Menu, Click on Send SMS.

Go to your respective tab to send out SMS campaign, such as Batch, Group, File Upload.

Enter your numbers or select your groups or upload contact file.

Enter the message content.

Now Toggle, Send Survey Links. All you approved forms will be shown within the
dropdown as per your Survey Page Title. Select the required Page Title, the shareable
survey link gets appended to your message content, hit on Send SMS Page.

SMS Gateway Center 2020 Page of
20 21
Send Survey SMS Guide
Important Notes:
Survey form is directly NOT ACCESSIBLE with shareable survey link. To open the survey
form, you need to send as Message and then the form will be opened using that link.

Survey forms are subject to approvals and SMS Gateway Center will not give reasons for
rejections. 

Once Survey goes live then you cannot edit the form after once you get even a single
form submitted by your user.

Form Data Encryption: You could opt for form data encryption which will be stored on our
server.

Maximum one shareable survey link will be converted within the SMS campaign.

Need More Help?
SMS Gateway Center

A Unit of Popular SoftTech and Marketing Private Limited
Address: 225 & 226, Ground Floor, Raghuleela Mega Mall, Boraspada Road, Kandivali
West, Mumbai 400067, Maharashtra, India.

Website: https://www.smsgateway.center

E-Mail: contact@smsgatewaycenter.com 

Phone: +912228657726

Fax: +912267105508

WhatsApp: +919619141191

Mobile: +919930447726/+919619141191

Working Hours: Mon-Sun 24/7

Long/Lat: 19°12'47.9"N 72°50’57.5"E

Map: 6R7X+8P Mumbai, Maharashtra, India

SMS Gateway Center 2020 Page of
21 21

More Related Content

DOCX
Web(chap2)
PPTX
Chapter.03
PPTX
Tugas testing
PPTX
Html Xhtml And Xml 3e Tutorial 6
PPTX
Getting started with the visual basic editor
DOCX
The visual studio start page is shown in the figure below
PPTX
Pg.41 to pg.54 bianca gutiérrez vargas
PPTX
Lecture 6: introduction to computer
Web(chap2)
Chapter.03
Tugas testing
Html Xhtml And Xml 3e Tutorial 6
Getting started with the visual basic editor
The visual studio start page is shown in the figure below
Pg.41 to pg.54 bianca gutiérrez vargas
Lecture 6: introduction to computer

What's hot (10)

PDF
Form4 cd4
PDF
Microsoft Powerpoint Glossary
PDF
Microsoft Excel Glossary & Keyboard Shortcuts-Function Keys
PDF
Microsoft Word Glossary and Keyboard Shortcuts
PDF
Typeform - Build Conversational Forms And Collect Data
PDF
11th computer-applications-chapter-6-study-material-english-medium
PPT
Microsoft Project 2003 Configuration Training Level 2 Itvamp 2007
PPTX
Working with text
PPTX
[EMPOWERMENT TECHNOLOGIES] - ADVANCED WORD PROCESSING SKILLS
PPTX
Word project 1 part 1
Form4 cd4
Microsoft Powerpoint Glossary
Microsoft Excel Glossary & Keyboard Shortcuts-Function Keys
Microsoft Word Glossary and Keyboard Shortcuts
Typeform - Build Conversational Forms And Collect Data
11th computer-applications-chapter-6-study-material-english-medium
Microsoft Project 2003 Configuration Training Level 2 Itvamp 2007
Working with text
[EMPOWERMENT TECHNOLOGIES] - ADVANCED WORD PROCESSING SKILLS
Word project 1 part 1
Ad

Similar to Send Mobile SMS Web Surveys (20)

PDF
Guide to SMS Surveys - Instant Census eBook
PDF
PPTX
Thanh ho.mss presentation.2010
PPTX
ET_Q4_Wk5.pptx
PPTX
Form and survey builder training
PPTX
Online survey tools (1)
PDF
PDF
SurveySparrow Overview
PDF
Decipher Mobile Market Research Services
PDF
SMS SEARCH: AN ENHANCED MOBILE SEARCHING APPLICATION
PDF
Phone Survey Software: The All You Can Know Guide
PDF
Eizabeth verar how to use google forms
PPSX
IntelliSMS - Telco Grade, SMS Gateway and Technology Provider
PPTX
Lesson 14
PDF
USING MOBILE POLLS & SURVEYS TO BETTER ENGAGE WITH YOUR VISITORS
PPTX
Bulk Sms Portal Proposal
PPTX
Mobile Redefines Media, Research
PPT
Using SMS Gateway (http://msg.thruhere.net)
PPTX
Group_3_Etech more learnings everyday my sister's and brothers
PPT
online surveys -- EasyGoingSurvey.com -- Demo
Guide to SMS Surveys - Instant Census eBook
Thanh ho.mss presentation.2010
ET_Q4_Wk5.pptx
Form and survey builder training
Online survey tools (1)
SurveySparrow Overview
Decipher Mobile Market Research Services
SMS SEARCH: AN ENHANCED MOBILE SEARCHING APPLICATION
Phone Survey Software: The All You Can Know Guide
Eizabeth verar how to use google forms
IntelliSMS - Telco Grade, SMS Gateway and Technology Provider
Lesson 14
USING MOBILE POLLS & SURVEYS TO BETTER ENGAGE WITH YOUR VISITORS
Bulk Sms Portal Proposal
Mobile Redefines Media, Research
Using SMS Gateway (http://msg.thruhere.net)
Group_3_Etech more learnings everyday my sister's and brothers
online surveys -- EasyGoingSurvey.com -- Demo
Ad

Recently uploaded (20)

PDF
BsN 7th Sem Course GridNNNNNNNN CCN.pdf
PDF
Stem Cell Market Report | Trends, Growth & Forecast 2025-2034
PDF
Solara Labs: Empowering Health through Innovative Nutraceutical Solutions
DOCX
Business Management - unit 1 and 2
PPTX
HR Introduction Slide (1).pptx on hr intro
PPTX
ICG2025_ICG 6th steering committee 30-8-24.pptx
DOCX
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
PPT
340036916-American-Literature-Literary-Period-Overview.ppt
PPTX
Amazon (Business Studies) management studies
PPTX
Board-Reporting-Package-by-Umbrex-5-23-23.pptx
PDF
kom-180-proposal-for-a-directive-amending-directive-2014-45-eu-and-directive-...
PDF
Roadmap Map-digital Banking feature MB,IB,AB
PDF
Daniels 2024 Inclusive, Sustainable Development
PDF
How to Get Business Funding for Small Business Fast
PDF
Power and position in leadershipDOC-20250808-WA0011..pdf
PDF
Outsourced Audit & Assurance in USA Why Globus Finanza is Your Trusted Choice
PDF
Deliverable file - Regulatory guideline analysis.pdf
PPTX
3. HISTORICAL PERSPECTIVE UNIIT 3^..pptx
PDF
NewBase 12 August 2025 Energy News issue - 1812 by Khaled Al Awadi_compresse...
PDF
Laughter Yoga Basic Learning Workshop Manual
BsN 7th Sem Course GridNNNNNNNN CCN.pdf
Stem Cell Market Report | Trends, Growth & Forecast 2025-2034
Solara Labs: Empowering Health through Innovative Nutraceutical Solutions
Business Management - unit 1 and 2
HR Introduction Slide (1).pptx on hr intro
ICG2025_ICG 6th steering committee 30-8-24.pptx
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
340036916-American-Literature-Literary-Period-Overview.ppt
Amazon (Business Studies) management studies
Board-Reporting-Package-by-Umbrex-5-23-23.pptx
kom-180-proposal-for-a-directive-amending-directive-2014-45-eu-and-directive-...
Roadmap Map-digital Banking feature MB,IB,AB
Daniels 2024 Inclusive, Sustainable Development
How to Get Business Funding for Small Business Fast
Power and position in leadershipDOC-20250808-WA0011..pdf
Outsourced Audit & Assurance in USA Why Globus Finanza is Your Trusted Choice
Deliverable file - Regulatory guideline analysis.pdf
3. HISTORICAL PERSPECTIVE UNIIT 3^..pptx
NewBase 12 August 2025 Energy News issue - 1812 by Khaled Al Awadi_compresse...
Laughter Yoga Basic Learning Workshop Manual

Send Mobile SMS Web Surveys

  • 1. How to Guide Send SMS Survey and Creating Survey Forms
  • 2. Table of Contents Introduction 3 Send Mobile SMS Web Surveys 3 Creating a Survey Form 4 Step 1: 4 Step 2: 4 Survey Page Title: 4 Survey Start Time: 4 Survey End Time: 4 Default Message for Expired Surveys: 4 Default Page Background Colour: 4 Default Page Text Colour: 4 Step 3: 5 Text Field: 6 Text Area Field: 7 Select Field: 8 Radio Button Field: 9 Checkbox Button Field: 10 Rating Field: 11 E-Mail Field: 12 E-Mail Field: 13 Password Field: 14 Date Field: 15 H1 Text Field: 16 H2 Text Field: 16 H3 Text Field: 17 Paragraph Text Field: 17 Image URL Text Field: 18 Preview Survey Form: 19
  • 3. Send Survey SMS Guide Save Survey Form: 19 Sending Survey SMS 20 Important Notes: 21 Need More Help? 21 SMS Gateway Center 2020 Page of 2 21
  • 4. Send Survey SMS Guide Introduction Easily create surveys and get maximum responses by sending to your clients and peers. Drag and Drop form creation tool is an excellent assistant to create your awesome web survey form and get your customers participation. Send Mobile SMS Web Surveys Data Capturing is the utmost important when you conduct surveys. With us, you can personalise and create awesome survey form to capture the data basis on the mobile recipient and get maximum responses with great analytics. Our Survey forms are mobile optimised which is combined with your personalised SMS Campaign. Our Survey program is absolutely Free when you compare with popular survey providers. Let's not waste your time and get to the point directly to learn how to create survey forms and conduct an SMS Survey. SMS Gateway Center 2020 Page of 3 21
  • 5. Send Survey SMS Guide Creating a Survey Form Step 1: Login to your account, Go to Manage Surveys from your left sidebar menu. Click on Add New Survey button. Step 2: ADD BASIC INFORMATION FOR YOUR SURVEY FORM. Survey Page Title: Add a Page title, this will be displayed as Web Meta Title on the Survey Form Page. Survey Start Time: Enter the timestamp to run/start the survey when you run the campaign. Survey End Time: Enter the timestamp to retire/expire the survey. Default Message for Expired Surveys: Enter the message which you want to show it to the users when they visit your survey page after expiry.
 Default Page Background Colour: You can enter Hex Colour code for the default page background colour. Default is #FFFFFF (White colour) Default Page Text Colour: You can enter Hex Colour code for the default page text colour. SMS Gateway Center 2020 Page of 4 21
  • 6. Send Survey SMS Guide Step 3: Add Form Elements to your Survey Form. Drag each form element to create new form field. We will explain one by one below. SMS Gateway Center 2020 Page of 5 21
  • 7. Send Survey SMS Guide Text Field: A text field, defines a single-line text input field, is placed on a web page using the <input> tag, with the type attribute set with a value of “text". Label: Enter the Label Name, For Example: Your Name Placeholder: Enter help text for user to enter into the field box. For Example: Enter your name. Identifier: Give a name for the field, so that we can identify later when the form gets submitted. For Example: customerName (Note: Do not give space or add special characters in this field) Required: Check required if you want users to fill the field compulsorily. Once you fill as above, the final output will be as shown in the picture below. SMS Gateway Center 2020 Page of 6 21
  • 8. Send Survey SMS Guide Text Area Field: A textarea field, defines a multi-line textarea input field, is placed on a web page using the <textarea> tag. Label: Enter the Label Name, For Example: Your Address Placeholder: Enter help text for user to enter into the field box. For Example: Enter your address. Identifier: Give a name for the field, so that we can identify later when the form gets submitted. For Example: customerAddress (Note: Do not give space or add special characters in this field) Required: Check required if you want users to fill the field compulsorily. Once you fill as above, the final output will be as shown in the picture below. SMS Gateway Center 2020 Page of 7 21
  • 9. Send Survey SMS Guide Select Field: A <select> tag is used to create drop down list of options, which appears when the user clicks on form element, and it allows to choose one of the options. The <option> tag is used to define the possible options to choose from. The tag is put into the <select> tag. Allow Multiple Selection: Check this if you want users to select multiple options from the given options. Label: Enter the Label Name, For Example: Select Gender Identifier: Give a name for the field, so that we can identify later when the form gets submitted. For Example: gender (Note: Do not give space or add special characters in this field) Option: Enter text which user will be shown within the dropdown options.
 Value: Enter the option value to be identified with Identifier later. (This is hidden for users) Once you fill as above, the final output will be as shown in the picture below. SMS Gateway Center 2020 Page of 8 21
  • 10. Send Survey SMS Guide Radio Button Field: The <input type="radio"> defines a radio button. Radio buttons are normally presented in radio groups (a collection of radio buttons describing a set of related options). Only one radio button in a group can be selected at the same time. Label: Enter the Label Name, For Example: Where do you currently reside? Identifier: Give a name for the field, so that we can identify later when the form gets submitted. For Example: currentreside (Note: Do not give space or add special characters in this field) Option: Enter text which user will be shown with the radio button options.
 Value: Enter the option value to be identified with Identifier later. (This is hidden for users) Once you fill as above, the final output will be as shown in the picture below. SMS Gateway Center 2020 Page of 9 21
  • 11. Send Survey SMS Guide Checkbox Button Field: The <input type="checkbox"> defines a checkbox. The checkbox is shown as a square box that is ticked (checked) when activated. Checkboxes are used to let a user select one or more options of a limited number of choices. Label: Enter the Label Name, For Example: Which vehicles do you own? Identifier: Give a name for the field, so that we can identify later when the form gets submitted. For Example: customervehicle (Note: Do not give space or add special characters in this field) Option: Enter text which user will be shown with the checkbox to check.
 Value: Enter the option value to be identified with Identifier later. (This is hidden for users) Once you fill as above, the final output will be as shown in the picture below. SMS Gateway Center 2020 Page of 10 21
  • 12. Send Survey SMS Guide Rating Field: A star rating is a rating question that lets people rate a product or service with a number of stars. The number of stars can vary from 5 to 10 stars. A star rating question is a type of rating question that allows users to rank attributes on a scale represented with stars, instead of radio buttons or checkboxes. A star rating can be used when asking for general opinions, emoji or smiley rating are more suitable when asking about emotions or sentiments. Label: Enter the Label Name, For Example: How would you rate our services? Rating Type: Select the type of rating, Star or Happy Faces Rating. Identifier: Give a name for the field, so that we can identify later when the form gets submitted. For Example: servicesrating (Note: Do not give space or add special characters in this field) Once you fill as above, the final output will be as shown in the picture below. SMS Gateway Center 2020 Page of 11 21
  • 13. Send Survey SMS Guide E-Mail Field: The <input type="email"> defines a field for an e-mail address. The input value is automatically validated to ensure it is a properly formatted e-mail address. Label: Enter the Label Name, For Example: Your E-Mail Placeholder: Enter help text for user to enter into the field box. For Example: Enter your E-Mail. Identifier: Give a name for the field, so that we can identify later when the form gets submitted. For Example: customerEmail (Note: Do not give space or add special characters in this field) Required: Check required if you want users to fill the field compulsorily. Once you fill as above, the final output will be as shown in the picture below. SMS Gateway Center 2020 Page of 12 21
  • 14. Send Survey SMS Guide E-Mail Field: The input element, having the "number" value in its type attribute, represents a field for a number input. In modern browsers number fields are usually represented by controls that enable users to change its value in a graphical way, instead of having to input it directly as a string. Label: Enter the Label Name, For Example: Your Mobile Placeholder: Enter help text for user to enter into the field box. For Example: Your mobile number. Identifier: Give a name for the field, so that we can identify later when the form gets submitted. For Example: customerMobile (Note: Do not give space or add special characters in this field) Required: Check required if you want users to fill the field compulsorily. Once you fill as above, the final output will be as shown in the picture below. SMS Gateway Center 2020 Page of 13 21
  • 15. Send Survey SMS Guide Password Field: <input> elements of type password provide a way for the user to securely enter a password. The element is presented as a one-line plain text editor control in which the text is obscured so that it cannot be read, usually by replacing each character with a symbol such as the asterisk ("*") or a dot (“•"). Label: Enter the Label Name, For Example: Secret Token Placeholder: Enter help text for user to enter into the field box. For Example: Enter your user secret token. Identifier: Give a name for the field, so that we can identify later when the form gets submitted. For Example: customerSecretToken (Note: Do not give space or add special characters in this field) Required: Check required if you want users to fill the field compulsorily. Once you fill as above, the final output will be as shown in the picture below. SMS Gateway Center 2020 Page of 14 21
  • 16. Send Survey SMS Guide Date Field: The input element, having the "date" value in its type attribute, represents a field for a date input. In modern browsers date fields are usually represented by controls that enable users to change its value in a graphical way (like, for example, a calendar), instead of having to input it directly as a string. Label: Enter the Label Name, For Example: Your Joining Date Identifier: Give a name for the field, so that we can identify later when the form gets submitted. For Example: customerJoiningDate (Note: Do not give space or add special characters in this field) Required: Check required if you want users to fill the field compulsorily. Once you fill as above, the final output will be as shown in the picture below. SMS Gateway Center 2020 Page of 15 21
  • 17. Send Survey SMS Guide H1 Text Field: H1 text act as big size title with in the form. You can convert any text to headline or title in bold and big texts. Once you fill as above, the final output will be as shown in the picture below. H2 Text Field: H2 text act as medium size title with in the form. You can convert any text to headline or title in medium text. Once you fill as above, the final output will be as shown in the picture below. SMS Gateway Center 2020 Page of 16 21
  • 18. Send Survey SMS Guide H3 Text Field: H3 text act as small size title with in the form. You can convert any text to headline or title in small text. Once you fill as above, the final output will be as shown in the picture below. Paragraph Text Field: <p> element represents a paragraph. Paragraphs are usually represented in visual media as blocks of text separated from adjacent blocks by blank lines and/or first-line indentation. Once you fill as above, the final output will be as shown in the picture below. SMS Gateway Center 2020 Page of 17 21
  • 19. Send Survey SMS Guide Image URL Text Field: You can include any full path URL either uploaded on your server or any CDN servers. All you have to do us full path URL to display your images. You can use your logo and other representational images within the survey form. Once you fill as above, the final output will be as shown in the picture below. SMS Gateway Center 2020 Page of 18 21
  • 20. Send Survey SMS Guide Preview Survey Form: As you are generating form fields, you will be shown Live Preview in iPhone X and Note 8 device type. You can make adjustments as per the preview. Save Survey Form: Once all your required fields are generated, click on Save Changes. Upon submission, our moderation team will approve/reject your survey form within 24 to 48 hours. SMS Gateway Center 2020 Page of 19 21
  • 21. Send Survey SMS Guide Sending Survey SMS Once your Survey form is approved by our moderation team, now you can go and run a SMS campaign and ask your customers or recipients to participate in the survey. On the left sidebar Menu, Click on Send SMS. Go to your respective tab to send out SMS campaign, such as Batch, Group, File Upload. Enter your numbers or select your groups or upload contact file. Enter the message content. Now Toggle, Send Survey Links. All you approved forms will be shown within the dropdown as per your Survey Page Title. Select the required Page Title, the shareable survey link gets appended to your message content, hit on Send SMS Page. SMS Gateway Center 2020 Page of 20 21
  • 22. Send Survey SMS Guide Important Notes: Survey form is directly NOT ACCESSIBLE with shareable survey link. To open the survey form, you need to send as Message and then the form will be opened using that link. Survey forms are subject to approvals and SMS Gateway Center will not give reasons for rejections. Once Survey goes live then you cannot edit the form after once you get even a single form submitted by your user. Form Data Encryption: You could opt for form data encryption which will be stored on our server. Maximum one shareable survey link will be converted within the SMS campaign. Need More Help? SMS Gateway Center A Unit of Popular SoftTech and Marketing Private Limited Address: 225 & 226, Ground Floor, Raghuleela Mega Mall, Boraspada Road, Kandivali West, Mumbai 400067, Maharashtra, India. Website: https://www.smsgateway.center E-Mail: contact@smsgatewaycenter.com Phone: +912228657726 Fax: +912267105508 WhatsApp: +919619141191 Mobile: +919930447726/+919619141191 Working Hours: Mon-Sun 24/7 Long/Lat: 19°12'47.9"N 72°50’57.5"E Map: 6R7X+8P Mumbai, Maharashtra, India SMS Gateway Center 2020 Page of 21 21