Difference between revisions of "Web Forms in WordPress"

From Help Wiki
m
m
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
 
<div class="row-fluid"><div class="span8 ">
+
<div class="container-fluid">
 +
<div class="row">
 +
<div class="col-md-8">
 
<div class="lead">
 
<div class="lead">
[[Image:Blue-l.png|left|75px]] Web forms let your viewers submit responses to a questionnaire you design. Responses can be emailed to the site administrator and also reside on the WordPress server accessible via the Dashboard. Evergreen uses Formidable Forms as the WordPress forms plugin.
+
Web forms let your viewers submit responses to a questionnaire you design.
 
</div>
 
</div>
<div class="gradientshadow"></div>
 
  
 
+
Responses can be emailed to the site administrator and also reside on the WordPress server accessible via the Dashboard. Evergreen uses Formidable Forms as the WordPress forms plugin.
To set up a web form on your WordPress site:
+
===To set up a web form on your WordPress site:===
#From the '''Plugins''' window, activate '''Formidable'''
+
#From the '''Plugins''' window, activate '''Formidable Forms'''
# Build you form in the Formidable section of you Dashboard. See [https://formidablepro.com/knowledgebase/create-a-form/ Create a Form] for step by step instructions.
+
#* For advanced Forms functionality also activate '''Formidable Forms Pro''' (both plugins must be active for Pro features)
# Embed you form into a post or page created beforehand using the “Add Form” button next to Add Media
+
# Build your form in the Formidable section of your Dashboard. See [https://formidablepro.com/knowledgebase/create-a-form/ Create a Form] for step by step instructions.
 +
# Embed your form into a post or page created beforehand using the “Add Form” button next to Add Media
 
# Form responses will be emailed to the site admin and will also be available in the '''Entries''' section of Formidable in the Dashboard
 
# Form responses will be emailed to the site admin and will also be available in the '''Entries''' section of Formidable in the Dashboard
 
+
===Tips:===
 
+
Tips:
+
 
* Hover over the "i" - information icon for in-app help
 
* Hover over the "i" - information icon for in-app help
 
+
* Refer to the [[Web Forms Best Practices]] for tips on developing your form
<!-- end span8 -->
+
</div>
+
<div class="span4 gradientbox">
+
 
'''See also:'''
 
'''See also:'''
 
* [https://formidablepro.com/knowledgebase/ Formidable knowledge base]
 
* [https://formidablepro.com/knowledgebase/ Formidable knowledge base]
 +
* [[Web Forms Best Practices]]
 +
 +
 +
<!-- end col-md-8 -->
 +
</div>
 +
<div class="col-md-1"></div>
 +
<div class="col-md-3 sidebar">
 +
{{WordPress Sidebar Header}}
 +
 
{{WordPress Help Sidebar}}
 
{{WordPress Help Sidebar}}
  
<!-- end span4-->
+
<!-- end col-md-3-->
 
</div>
 
</div>
<!-- end row-fluid -->
+
<!-- end row-->
 
</div>
 
</div>
 +
<!-- end container-->
 +
</div>
 +
<!-- Generator=Template:TwoColumn -->
 +
__NOTOC__
 +
__NOEDITSECTION__
 
[[Category:Wordpress]]
 
[[Category:Wordpress]]

Latest revision as of 10:47, 16 November 2020

Web forms let your viewers submit responses to a questionnaire you design.

Responses can be emailed to the site administrator and also reside on the WordPress server accessible via the Dashboard. Evergreen uses Formidable Forms as the WordPress forms plugin.

To set up a web form on your WordPress site:

  1. From the Plugins window, activate Formidable Forms
    • For advanced Forms functionality also activate Formidable Forms Pro (both plugins must be active for Pro features)
  2. Build your form in the Formidable section of your Dashboard. See Create a Form for step by step instructions.
  3. Embed your form into a post or page created beforehand using the “Add Form” button next to Add Media
  4. Form responses will be emailed to the site admin and will also be available in the Entries section of Formidable in the Dashboard

Tips:

  • Hover over the "i" - information icon for in-app help
  • Refer to the Web Forms Best Practices for tips on developing your form

See also: