Difference between revisions of "Web Forms in WordPress"

From Help Wiki
m
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
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:
+
<div class="container-fluid">
#From the '''Plugins''' window, activate '''Formidable'''
+
<div class="row">
# 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.
+
<div class="col-md-8">
# Embed you form into a post or page created beforehand using the “Add Form” button next to Add Media
+
<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.
 +
===To set up a web form on your WordPress site:===
 +
#From the '''Plugins''' window, activate '''Formidable Forms'''
 +
#* For advanced Forms functionality also activate '''Formidable Forms Pro''' (both plugins must be active for Pro features)
 +
# 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:===
 +
* 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:'''
 +
* [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}}
  
Tip: hover over the "i" - information icon for in-app help
+
{{WordPress Help Sidebar}}
  
 +
<!-- end col-md-3-->
 +
</div>
 +
<!-- end row-->
 +
</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: