Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms - Version 1.9.29

Version Description

  • Meta: updated FAQs and contributors.
Download this release

Release Info

Developer happyforms
Plugin Icon 128x128 Form builder to get in touch with visitors, grow your email list and collect payments — Happyforms
Version 1.9.29
Comparing to
See all releases

Code changes from version 1.9.28 to 1.9.29

Files changed (3) hide show
  1. happyforms.php +2 -2
  2. languages/happyforms.pot +2 -2
  3. readme.txt +62 -9
happyforms.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin URI: https://happyforms.me
6
  * Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
7
  * Author: HappyForms
8
- * Version: 1.9.28
9
  * Author URI: https://happyforms.me
10
  * Upgrade URI: https://happyforms.me/upgrade
11
  */
@@ -13,7 +13,7 @@
13
  /**
14
  * The current version of the plugin.
15
  */
16
- define( 'HAPPYFORMS_VERSION', '1.9.28' );
17
 
18
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
19
  /**
5
  * Plugin URI: https://happyforms.me
6
  * Description: Your friendly drag and drop contact form builder for creating contact forms, lead generation forms, feedback forms, quote forms, survey forms and more!
7
  * Author: HappyForms
8
+ * Version: 1.9.29
9
  * Author URI: https://happyforms.me
10
  * Upgrade URI: https://happyforms.me/upgrade
11
  */
13
  /**
14
  * The current version of the plugin.
15
  */
16
+ define( 'HAPPYFORMS_VERSION', '1.9.29' );
17
 
18
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
19
  /**
languages/happyforms.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the HappyForms package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: HappyForms 1.9.28\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
- "POT-Creation-Date: 2021-01-11 08:55:06+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the same license as the HappyForms package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: HappyForms 1.9.29\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
+ "POT-Creation-Date: 2021-01-29 07:25:46+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
  === Contact Form to Manage and respond to conversations with customers — HappyForms ===
2
 
3
- Contributors: thethemefoundry
4
  Tags: contact form, contact form plugin, forms, form builder, custom form, intake form, registration form, survey form, quiz form, payment form, newsletter form, giveaway form, fundraising form, donation form, nomination form, order form, questionnaire form, onboarding form, contract form, estimate form, research form, qualitative form, quantitative form, membership form, mobile form, feedback form, release form, inquiry form, request form, evaluation form, RSVP form, reservation form, sales lead form, popup form, quote form, event form, booking form, application form, agreement form, safety form, compliance form, assessment form, sponsorship form, report form, file upload form, satisfaction form
5
  Requires at least: 4.8
6
  Tested up to: 5.6
7
  Requires PHP: 5.3
8
- Stable tag: 1.9.28
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -82,21 +82,71 @@ https://www.youtube.com/watch?v=X1snk2vJbXI
82
 
83
  == Frequently Asked Questions ==
84
 
85
- = Installation =
86
 
87
- 1. Upload the happy forms folder to the `wp-content/plugins` directory
88
- 2. Activate the plugin through the ‘Plugins’ menu in WordPress
89
 
90
- = Can I use my own themes? =
91
 
92
- Absolutely! HappyForms gets out of the way and is designed to work with any theme.
93
 
94
- = Is there a paid version? =
95
 
96
- Yep! HappyForms free isn't going anywhere but for those looking for even more you may be interested in our [HappyForms upgrade plan](https://happyforms.me/upgrade).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
 
98
  == Changelog ==
99
 
 
 
 
100
  = 1.9.28 =
101
  * Improvement: Better naming of form class attributes.
102
  * Bugfix: Edit Form screen wouldn't work with custom Site Address settings.
@@ -692,6 +742,9 @@ Yep! HappyForms free isn't going anywhere but for those looking for even more yo
692
 
693
  == Upgrade Notice ==
694
 
 
 
 
695
  = 1.9.28 =
696
  * Minor bugfixes and improvements.
697
 
1
  === Contact Form to Manage and respond to conversations with customers — HappyForms ===
2
 
3
+ Contributors: happyforms
4
  Tags: contact form, contact form plugin, forms, form builder, custom form, intake form, registration form, survey form, quiz form, payment form, newsletter form, giveaway form, fundraising form, donation form, nomination form, order form, questionnaire form, onboarding form, contract form, estimate form, research form, qualitative form, quantitative form, membership form, mobile form, feedback form, release form, inquiry form, request form, evaluation form, RSVP form, reservation form, sales lead form, popup form, quote form, event form, booking form, application form, agreement form, safety form, compliance form, assessment form, sponsorship form, report form, file upload form, satisfaction form
5
  Requires at least: 4.8
6
  Tested up to: 5.6
7
  Requires PHP: 5.3
8
+ Stable tag: 1.9.29
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
82
 
83
  == Frequently Asked Questions ==
84
 
85
+ = Can you read my replies? =
86
 
87
+ Heck nah! No one likes peepers. All replies are saved in your WordPress database or sent to your inbox.
 
88
 
89
+ Note: you'll need to upgrade to our paid contact form builder plugin to get some of the best goodies mentioned here.
90
 
91
+ = Can I translate forms into my language? =
92
 
93
+ Absolutely! Every last word read by your respondent can be translated — just type and replace. No extra plugins. No code changes. No fuss.
94
 
95
+ Note: you'll need to upgrade to our paid contact form builder plugin to get some of the best goodies mentioned here.
96
+
97
+ = Is HappyForms GDPR and CCPA ready? =
98
+
99
+ Yep! We have a special field for collecting respondents’ consent for things just like this.
100
+
101
+ Note: you'll need to upgrade to our paid contact form builder plugin to get some of the best goodies mentioned here.
102
+
103
+ = Is my data safe? Is HappyForms HIPAA compliant? =
104
+
105
+ Our competitors claim to be HIPAA compliant, but that’s misleading. Those dodgy buggers! Why have a compliant form if your site’s server, connected services and chosen inbox aren’t?
106
+
107
+ To keep things simple, we say to disable HappyForms from saving replies and instead point replies to an email address hosted by an end-to-end encrypted email service like ProtonMail.
108
+
109
+ It’s easier than it sounds. Promise. Hit us up if you have questions.
110
+
111
+ = Does it work on a site not using WordPress? =
112
+
113
+ Nope. Sorry! We’re for all things WordPress ‘round here.
114
+
115
+ = Do I need to know how to code? =
116
+
117
+ Nope. HappyForms has a fancy drag-n-drop builder. But if you find yourself needing to code something, email us. We can help you out with the nerdy stuff.
118
+
119
+ = Does HappyForms work on all devices? =
120
+
121
+ Yep! We always recommend building forms on a desktop, but you can fill out a form anywhere — mobile, tablet and desktop.
122
+
123
+ Sadly no longer compatible with your 90s Tamagotchi.
124
+
125
+ = Can I connect HappyForms to my favorite services? =
126
+
127
+ Yep! HappyForms directly connects with reCaptcha, Google Analytics, ActiveCampaign, AWeber, Constant Contact, ConvertKit, Mailchimp, MailerLite, MailPoet, SendFox, SendGrid, Sendinblue, Stripe, PayPal, Zapier and Integromat.
128
+
129
+ Through Zapier and Integromat, you can connect with services like Shopify, Kajabi, QuickBooks, Xero, WooCommerce, FreshBooks, Gumroad, Gmail, Slack, Discord, Twilio, Google Drive, Dropbox, Google Docs, Evernote, OneDrive, Airtable, Teachable, GitHub, ClickFunnels, Facebook Pages, Google Calendar, Trello, Calendly, Klaviyo, Asana, Basecamp, HubSpot, Zoho, Acuity Scheduling, Salesforce, Zendesk, Intercom, Wrike, ClickUp, Freshdesk, LiveChat, Drift, Jira, ScheduleOnce, Pipedrive and thousands more.
130
+
131
+ Note: you'll need to upgrade to our paid contact form builder plugin to get some of the best goodies mentioned here.
132
+
133
+ = What types of forms can I build? =
134
+
135
+ Just about anything. A contact form, intake form, registration form, survey form, quiz form, payment form, newsletter form, giveaway form, fundraising form, donation form, nomination form, order form, questionnaire form, onboarding form, contract form, estimate form, research form, qualitative form, quantitative form, membership form, mobile form, feedback form, release form, inquiry form, request form, evaluation form, RSVP form, reservation form, sales lead form, popup form, quote form, event form, booking form, application form, agreement form, safety form, pdf form, compliance form, assessment form, sponsorship form, report form, file upload form, satisfaction form, volunteer registration form, personality quiz form, calculator form — you name it.
136
+
137
+ Note: you'll need to upgrade to our paid contact form builder plugin to get some of the best goodies mentioned here.
138
+
139
+ = Does it work with my favorite theme and plugins? =
140
+
141
+ Abso-freakin-lutely! We’re always checking to make sure HappyForms plays nicely with popular themes like Divi, Astra, Avana, Genesis, GeneratePress, Enfold, Flatsome and OceanWP, and popular plugins like Yoast SEO, Elementor, WooCommerce, Jetpack, Wordfence, UpdraftPlus, MonsterInsights, WP Super Cache, Smush, W3 Total Cache, Loco Translate, SiteOrigin and Popup Maker.
142
+
143
+ Note: you'll need to upgrade to our paid contact form builder plugin to get some of the best goodies mentioned here.
144
 
145
  == Changelog ==
146
 
147
+ = 1.9.29 =
148
+ * Meta: updated FAQs and contributors.
149
+
150
  = 1.9.28 =
151
  * Improvement: Better naming of form class attributes.
152
  * Bugfix: Edit Form screen wouldn't work with custom Site Address settings.
742
 
743
  == Upgrade Notice ==
744
 
745
+ = 1.9.29 =
746
+ * FAQs and contributors updates.
747
+
748
  = 1.9.28 =
749
  * Minor bugfixes and improvements.
750