Difference between revisions of "Web Forms in WordPress"

From Help Wiki
m (subst applied to Template:TwoColumn)
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{WPTemplate|
+
 
Web forms let your viewers submit responses to a questionnaire you design.  
+
<div class="container-fluid">
|
+
<div class="row">
 +
<div class="col-md-8">
 +
<div class="lead">
 +
Web forms let your viewers submit responses to a questionnaire you design.
 +
</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.
 
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:===
Line 14: Line 19:
 
* [https://formidablepro.com/knowledgebase/ Formidable knowledge base]
 
* [https://formidablepro.com/knowledgebase/ Formidable knowledge base]
 
* [[Web Forms Best Practices]]
 
* [[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 col-md-3-->
 +
</div>
 +
<!-- end row-->
 +
</div>
 +
<!-- end container-->
 +
</div>
 +
<!-- Generator=Template:TwoColumn -->
 +
__NOTOC__
 +
__NOEDITSECTION__
 
[[Category:Wordpress]]
 
[[Category:Wordpress]]

Revision as of 17:01, 14 August 2017

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
  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: