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

Version Description

  • New feature: It's now possible to tweak wording for "optional" part label.
  • Improvement: New filter that allows for customization of form submission response json.
  • Improvement: Various labels were missing localization.
  • Bugfix: Responses pagination was misbehaving.
  • Bugfix: Response previous/next links and mark as read were misbehaving.
  • Bugfix: Email part title placement set to "Display as placeholder" was not preserving that setting on input blur event.
Download this release

Release Info

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

Code changes from version 1.6.15 to 1.6.16

Files changed (188) hide show
  1. happyforms.php +38 -27
  2. {assets → inc/core/assets}/css/admin.css +9 -22
  3. {assets → inc/core/assets}/css/customize.css +0 -0
  4. {assets → inc/core/assets}/css/font-awesome.min.css +0 -0
  5. {assets → inc/core/assets}/css/frontend.css +4 -0
  6. {assets → inc/core/assets}/css/preview.css +0 -0
  7. {assets → inc/core/assets}/css/rich-text-editor.css +0 -0
  8. {assets → inc/core/assets}/fonts/FontAwesome.otf +0 -0
  9. {assets → inc/core/assets}/fonts/fontawesome-webfont.eot +0 -0
  10. {assets → inc/core/assets}/fonts/fontawesome-webfont.svg +0 -0
  11. {assets → inc/core/assets}/fonts/fontawesome-webfont.ttf +0 -0
  12. {assets → inc/core/assets}/fonts/fontawesome-webfont.woff +0 -0
  13. {assets → inc/core/assets}/fonts/fontawesome-webfont.woff2 +0 -0
  14. {assets → inc/core/assets}/js/admin/block.js +0 -0
  15. {assets → inc/core/assets}/js/admin/dashboard.js +0 -0
  16. {assets → inc/core/assets}/js/admin/shortcode.js +0 -0
  17. {assets → inc/core/assets}/js/customize.js +26 -13
  18. {assets → inc/core/assets}/js/frontend.js +0 -0
  19. {assets → inc/core/assets}/js/frontend/address.js +0 -0
  20. {assets → inc/core/assets}/js/frontend/date.js +0 -0
  21. {assets → inc/core/assets}/js/frontend/email.js +2 -1
  22. {assets → inc/core/assets}/js/frontend/narrative.js +0 -0
  23. {assets → inc/core/assets}/js/frontend/number.js +0 -0
  24. {assets → inc/core/assets}/js/frontend/phone.js +0 -0
  25. {assets → inc/core/assets}/js/frontend/rating.js +0 -0
  26. {assets → inc/core/assets}/js/frontend/recaptcha.js +0 -0
  27. {assets → inc/core/assets}/js/frontend/rich-text.js +0 -0
  28. {assets → inc/core/assets}/js/frontend/scale.js +0 -0
  29. {assets → inc/core/assets}/js/frontend/select.js +0 -0
  30. {assets → inc/core/assets}/js/frontend/table.js +0 -0
  31. {assets → inc/core/assets}/js/frontend/title.js +0 -0
  32. {assets → inc/core/assets}/js/lib/cleave-phone.i18n.js +0 -0
  33. {assets → inc/core/assets}/js/lib/cleave.min.js +0 -0
  34. {assets → inc/core/assets}/js/lib/happyforms-select.js +0 -0
  35. {assets → inc/core/assets}/js/lib/multirange.js +0 -0
  36. {assets → inc/core/assets}/js/parts/part-address.js +0 -0
  37. {assets → inc/core/assets}/js/parts/part-checkbox.js +0 -0
  38. {assets → inc/core/assets}/js/parts/part-date.js +0 -0
  39. {assets → inc/core/assets}/js/parts/part-email.js +0 -0
  40. {assets → inc/core/assets}/js/parts/part-legal.js +0 -0
  41. {assets → inc/core/assets}/js/parts/part-multi-line-text.js +0 -0
  42. {assets → inc/core/assets}/js/parts/part-narrative.js +0 -0
  43. {assets → inc/core/assets}/js/parts/part-number.js +0 -0
  44. {assets → inc/core/assets}/js/parts/part-phone.js +0 -0
  45. {assets → inc/core/assets}/js/parts/part-placeholder.js +0 -0
  46. {assets → inc/core/assets}/js/parts/part-radio.js +0 -0
  47. {assets → inc/core/assets}/js/parts/part-rating.js +0 -0
  48. {assets → inc/core/assets}/js/parts/part-rich-text.js +0 -0
  49. {assets → inc/core/assets}/js/parts/part-scale.js +0 -0
  50. {assets → inc/core/assets}/js/parts/part-select.js +0 -0
  51. {assets → inc/core/assets}/js/parts/part-single-line-text.js +0 -0
  52. {assets → inc/core/assets}/js/parts/part-table.js +0 -0
  53. {assets → inc/core/assets}/js/parts/part-title.js +0 -0
  54. {assets → inc/core/assets}/js/parts/part-website-url.js +0 -0
  55. {assets → inc/core/assets}/js/preview.js +11 -0
  56. {assets → inc/core/assets}/js/tracking.js +0 -0
  57. {assets → inc/core/assets}/png/draggable-handle-pattern.png +0 -0
  58. {assets → inc/core/assets}/svg/font-awesome/map-marker-alt.svg +0 -0
  59. {assets → inc/core/assets}/svg/icons/country.svg +0 -0
  60. {assets → inc/core/assets}/svg/icons/date.svg +0 -0
  61. {assets → inc/core/assets}/svg/icons/dropdown.svg +0 -0
  62. {assets → inc/core/assets}/svg/icons/email.svg +0 -0
  63. {assets → inc/core/assets}/svg/icons/legal.svg +0 -0
  64. {assets → inc/core/assets}/svg/icons/long-text.svg +0 -0
  65. {assets → inc/core/assets}/svg/icons/multiple-choice.svg +0 -0
  66. {assets → inc/core/assets}/svg/icons/number.svg +0 -0
  67. {assets → inc/core/assets}/svg/icons/phone.svg +0 -0
  68. {assets → inc/core/assets}/svg/icons/placeholder.svg +0 -0
  69. {assets → inc/core/assets}/svg/icons/rating.svg +0 -0
  70. {assets → inc/core/assets}/svg/icons/scale.svg +0 -0
  71. {assets → inc/core/assets}/svg/icons/short-text.svg +0 -0
  72. {assets → inc/core/assets}/svg/icons/single-choice.svg +0 -0
  73. {assets → inc/core/assets}/svg/icons/story.svg +0 -0
  74. {assets → inc/core/assets}/svg/icons/table.svg +0 -0
  75. {assets → inc/core/assets}/svg/icons/text-editor.svg +0 -0
  76. {assets → inc/core/assets}/svg/icons/title.svg +0 -0
  77. {assets → inc/core/assets}/svg/icons/website-link.svg +0 -0
  78. {assets → inc/core/assets}/svg/welcome.svg +0 -0
  79. inc/{classes → core/classes}/class-admin-notices.php +0 -0
  80. inc/{classes → core/classes}/class-block.php +1 -1
  81. inc/{classes → core/classes}/class-email-message.php +0 -0
  82. inc/{classes → core/classes}/class-form-admin.php +0 -0
  83. inc/{classes → core/classes}/class-form-controller.php +5 -5
  84. inc/{classes → core/classes}/class-form-part-library.php +4 -2
  85. inc/{classes → core/classes}/class-form-part.php +0 -0
  86. inc/{classes → core/classes}/class-form-styles.php +10 -0
  87. inc/{classes/class-happyforms-plugin.php → core/classes/class-happyforms-core.php} +30 -50
  88. inc/{classes → core/classes}/class-happyforms-widget.php +0 -0
  89. inc/{classes → core/classes}/class-message-admin.php +46 -24
  90. inc/{classes → core/classes}/class-message-controller.php +11 -5
  91. inc/{classes → core/classes}/class-migrations.php +11 -1
  92. inc/{classes → core/classes}/class-session.php +0 -0
  93. inc/{classes → core/classes}/class-tracking.php +2 -2
  94. inc/{classes → core/classes}/class-wp-customize-form-manager.php +11 -11
  95. inc/{classes → core/classes}/parts/class-part-address.php +4 -4
  96. inc/{classes → core/classes}/parts/class-part-checkbox.php +3 -3
  97. inc/{classes → core/classes}/parts/class-part-date.php +5 -5
  98. inc/{classes → core/classes}/parts/class-part-email.php +5 -5
  99. inc/{classes → core/classes}/parts/class-part-legal.php +3 -3
  100. inc/{classes → core/classes}/parts/class-part-multi-line-text.php +3 -3
  101. inc/{classes → core/classes}/parts/class-part-narrative.php +4 -4
  102. inc/{classes → core/classes}/parts/class-part-number.php +5 -5
  103. inc/{classes → core/classes}/parts/class-part-phone.php +6 -6
  104. inc/{classes → core/classes}/parts/class-part-placeholder.php +3 -3
  105. inc/{classes → core/classes}/parts/class-part-radio.php +3 -3
  106. inc/{classes → core/classes}/parts/class-part-rating.php +4 -4
  107. inc/{classes → core/classes}/parts/class-part-rich-text.php +7 -7
  108. inc/{classes → core/classes}/parts/class-part-scale.php +5 -5
  109. inc/{classes → core/classes}/parts/class-part-select.php +5 -5
  110. inc/{classes → core/classes}/parts/class-part-single-line-text.php +3 -3
  111. inc/{classes → core/classes}/parts/class-part-table.php +4 -4
  112. inc/{classes → core/classes}/parts/class-part-title.php +5 -5
  113. inc/{classes → core/classes}/parts/class-part-website-url.php +3 -3
  114. inc/{helpers → core/helpers}/helper-activation.php +10 -10
  115. inc/{helpers → core/helpers}/helper-customize-templates.php +0 -0
  116. inc/{helpers → core/helpers}/helper-form-templates.php +14 -13
  117. inc/{helpers → core/helpers}/helper-misc.php +1 -26
  118. inc/{helpers → core/helpers}/helper-styles.php +0 -0
  119. inc/{helpers → core/helpers}/helper-validation.php +0 -0
  120. inc/{templates → core/templates}/admin-form-modal.php +0 -0
  121. inc/{templates → core/templates}/admin-message-edit.php +0 -0
  122. inc/{templates → core/templates}/admin-shortcode.php +0 -0
  123. inc/{templates → core/templates}/admin-tracking.php +3 -9
  124. inc/{templates → core/templates}/customize-form-build.php +0 -0
  125. inc/{templates → core/templates}/customize-form-item.php +0 -0
  126. inc/{templates → core/templates}/customize-form-part-footer.php +0 -0
  127. inc/{templates → core/templates}/customize-form-part-header.php +0 -0
  128. inc/{templates → core/templates}/customize-form-parts-drawer.php +0 -0
  129. inc/{templates → core/templates}/customize-form-setup.php +0 -0
  130. inc/{templates → core/templates}/customize-form-steps.php +0 -0
  131. inc/{templates → core/templates}/customize-form-style.php +0 -0
  132. inc/{templates → core/templates}/customize-header-actions.php +0 -0
  133. inc/{templates → core/templates}/customize-sidebar.php +0 -0
  134. inc/{templates → core/templates}/partials/form-confirm-preview.php +0 -0
  135. inc/{templates → core/templates}/partials/form-submit-preview.php +0 -0
  136. inc/{templates → core/templates}/partials/form-submit.php +0 -0
  137. inc/{templates → core/templates}/partials/frontend-rich-text-toolbar-icons.php +0 -0
  138. inc/{templates → core/templates}/partials/happyforms-select.php +0 -0
  139. inc/{templates → core/templates}/partials/part-phone-dropdown.php +0 -0
  140. inc/{templates → core/templates}/partials/part-preview.php +0 -0
  141. inc/{templates → core/templates}/parts/block-rich-text.php +0 -0
  142. inc/{templates → core/templates}/parts/customize-address.php +2 -2
  143. inc/{templates → core/templates}/parts/customize-checkbox.php +2 -2
  144. inc/{templates → core/templates}/parts/customize-date.php +2 -2
  145. inc/{templates → core/templates}/parts/customize-email.php +2 -2
  146. inc/{templates → core/templates}/parts/customize-legal.php +2 -2
  147. inc/{templates → core/templates}/parts/customize-multi-line-text.php +2 -2
  148. inc/{templates → core/templates}/parts/customize-narrative.php +2 -2
  149. inc/{templates → core/templates}/parts/customize-number.php +2 -2
  150. inc/{templates → core/templates}/parts/customize-phone.php +2 -2
  151. inc/{templates → core/templates}/parts/customize-placeholder.php +2 -2
  152. inc/{templates → core/templates}/parts/customize-radio.php +2 -2
  153. inc/{templates → core/templates}/parts/customize-rating.php +2 -2
  154. inc/{templates → core/templates}/parts/customize-rich-text.php +2 -2
  155. inc/{templates → core/templates}/parts/customize-scale.php +2 -2
  156. inc/{templates → core/templates}/parts/customize-select.php +2 -2
  157. inc/{templates → core/templates}/parts/customize-single-line-text.php +2 -2
  158. inc/{templates → core/templates}/parts/customize-table.php +2 -2
  159. inc/{templates → core/templates}/parts/customize-title.php +2 -2
  160. inc/{templates → core/templates}/parts/customize-website-url.php +2 -2
  161. inc/{templates → core/templates}/parts/frontend-address.php +0 -0
  162. inc/{templates → core/templates}/parts/frontend-checkbox.php +0 -0
  163. inc/{templates → core/templates}/parts/frontend-date-day.php +0 -0
  164. inc/{templates → core/templates}/parts/frontend-date-month.php +0 -0
  165. inc/{templates → core/templates}/parts/frontend-date.php +24 -25
  166. inc/{templates → core/templates}/parts/frontend-email.php +0 -0
  167. inc/{templates → core/templates}/parts/frontend-legal.php +0 -0
  168. inc/{templates → core/templates}/parts/frontend-multi-line-text.php +0 -0
  169. inc/{templates → core/templates}/parts/frontend-narrative.php +0 -0
  170. inc/{templates → core/templates}/parts/frontend-number.php +0 -0
  171. inc/{templates → core/templates}/parts/frontend-phone.php +2 -2
  172. inc/{templates → core/templates}/parts/frontend-placeholder.php +0 -0
  173. inc/{templates → core/templates}/parts/frontend-radio.php +0 -0
  174. inc/{templates → core/templates}/parts/frontend-rating-scale.php +0 -0
  175. inc/{templates → core/templates}/parts/frontend-rating-yesno.php +0 -0
  176. inc/{templates → core/templates}/parts/frontend-rating.php +0 -0
  177. inc/{templates → core/templates}/parts/frontend-rich-text.php +0 -0
  178. inc/{templates → core/templates}/parts/frontend-scale.php +0 -0
  179. inc/{templates → core/templates}/parts/frontend-select.php +0 -0
  180. inc/{templates → core/templates}/parts/frontend-single-line-text.php +0 -0
  181. inc/{templates → core/templates}/parts/frontend-table.php +0 -0
  182. inc/{templates → core/templates}/parts/frontend-title.php +0 -0
  183. inc/{templates → core/templates}/parts/frontend-website-url.php +0 -0
  184. inc/{templates → core/templates}/preview-form-edit.php +1 -1
  185. inc/{templates → core/templates}/preview-form-pencil.php +0 -0
  186. inc/{templates → core/templates}/single-form.php +0 -0
  187. languages/happyforms.pot +1511 -1264
  188. readme.txt +12 -1
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: The Theme Foundry
8
- * Version: 1.6.15
9
  * Author URI: https://thethemefoundry.com
10
  * Upgrade URI: https://thethemefoundry.com
11
  */
@@ -13,14 +13,12 @@
13
  /**
14
  * The current version of the plugin.
15
  */
16
- define( 'HAPPYFORMS_VERSION', '1.6.15' );
17
 
18
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
19
  /**
20
  * Get the absolute path to the plugin file.
21
  *
22
- * @since 1.0
23
- *
24
  * @return string Absolute path to the plugin file.
25
  */
26
  function happyforms_plugin_file() {
@@ -33,8 +31,6 @@ if ( ! function_exists( 'happyforms_plugin_name' ) ):
33
  /**
34
  * Get the plugin basename.
35
  *
36
- * @since 1.0
37
- *
38
  * @return string The plugin basename.
39
  */
40
  function happyforms_plugin_name() {
@@ -43,26 +39,10 @@ function happyforms_plugin_name() {
43
 
44
  endif;
45
 
46
- if ( ! function_exists( 'happyforms_get_include_folder' ) ):
47
- /**
48
- * Get the path of the PHP include folder.
49
- *
50
- * @since 1.0
51
- *
52
- * @return string The path of the PHP include folder.
53
- */
54
- function happyforms_get_include_folder() {
55
- return dirname( __FILE__ ) . '/inc';
56
- }
57
-
58
- endif;
59
-
60
  if ( ! function_exists( 'happyforms_get_plugin_url' ) ):
61
  /**
62
  * Get the plugin url.
63
  *
64
- * @since 1.0
65
- *
66
  * @return string The url of the plugin.
67
  */
68
  function happyforms_get_plugin_url() {
@@ -75,8 +55,6 @@ if ( ! function_exists( 'happyforms_get_plugin_path' ) ):
75
  /**
76
  * Get the absolute path of the plugin folder.
77
  *
78
- * @since 1.0
79
- *
80
  * @return string The absolute path of the plugin folder.
81
  */
82
  function happyforms_get_plugin_path() {
@@ -85,15 +63,48 @@ function happyforms_get_plugin_path() {
85
 
86
  endif;
87
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  /**
89
  * Activate
90
  */
91
- require_once( happyforms_get_include_folder() . '/helpers/helper-activation.php' );
 
 
 
 
 
92
 
93
  /**
94
- * Initialize
 
 
 
 
 
 
95
  */
96
- require_once( happyforms_get_include_folder() . '/classes/class-happyforms-plugin.php' );
 
 
 
 
 
 
 
 
 
 
97
 
98
  /**
99
  * Start general admin and frontend hooks.
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: The Theme Foundry
8
+ * Version: 1.6.16
9
  * Author URI: https://thethemefoundry.com
10
  * Upgrade URI: https://thethemefoundry.com
11
  */
13
  /**
14
  * The current version of the plugin.
15
  */
16
+ define( 'HAPPYFORMS_VERSION', '1.6.16' );
17
 
18
  if ( ! function_exists( 'happyforms_plugin_file' ) ):
19
  /**
20
  * Get the absolute path to the plugin file.
21
  *
 
 
22
  * @return string Absolute path to the plugin file.
23
  */
24
  function happyforms_plugin_file() {
31
  /**
32
  * Get the plugin basename.
33
  *
 
 
34
  * @return string The plugin basename.
35
  */
36
  function happyforms_plugin_name() {
39
 
40
  endif;
41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  if ( ! function_exists( 'happyforms_get_plugin_url' ) ):
43
  /**
44
  * Get the plugin url.
45
  *
 
 
46
  * @return string The url of the plugin.
47
  */
48
  function happyforms_get_plugin_url() {
55
  /**
56
  * Get the absolute path of the plugin folder.
57
  *
 
 
58
  * @return string The absolute path of the plugin folder.
59
  */
60
  function happyforms_get_plugin_path() {
63
 
64
  endif;
65
 
66
+ if ( ! function_exists( 'happyforms_get_include_folder' ) ):
67
+ /**
68
+ * Get the path of the PHP include folder.
69
+ *
70
+ * @return string The path of the PHP include folder.
71
+ */
72
+ function happyforms_get_include_folder() {
73
+ return dirname( __FILE__ ) . '/inc';
74
+ }
75
+
76
+ endif;
77
+
78
  /**
79
  * Activate
80
  */
81
+ require_once( happyforms_get_include_folder() . '/core/helpers/helper-activation.php' );
82
+
83
+ /**
84
+ * Core
85
+ */
86
+ require_once( happyforms_get_include_folder() . '/core/classes/class-happyforms-core.php' );
87
 
88
  /**
89
+ * Main handler
90
+ */
91
+ if ( ! function_exists( 'HappyForms' ) ):
92
+ /**
93
+ * Get the global HappyForms class.
94
+ *
95
+ * @return HappyForms_Core
96
  */
97
+ function HappyForms() {
98
+ global $happyforms;
99
+
100
+ if ( is_null( $happyforms ) ) {
101
+ $happyforms = new HappyForms_Core();
102
+ }
103
+
104
+ return $happyforms;
105
+ }
106
+
107
+ endif;
108
 
109
  /**
110
  * Start general admin and frontend hooks.
{assets → inc/core/assets}/css/admin.css RENAMED
@@ -162,15 +162,21 @@ p.happyforms-message-nav span.divider:last-child {
162
  */
163
  .happyforms-welcome-panel {
164
  display: flex;
165
- max-width: 760px;
166
  box-sizing: border-box;
167
  position: relative;
 
 
 
168
  }
169
 
170
  .happyforms-welcome-panel .welcome-panel-content {
 
 
 
 
 
171
  max-width: 460px;
172
- margin-right: 33px;
173
- padding-bottom: 25px;
174
  }
175
 
176
  .happyforms-welcome-panel .welcome-panel-content input[type="email"] {
@@ -183,27 +189,8 @@ p.happyforms-message-nav span.divider:last-child {
183
  text-align: center;
184
  }
185
 
186
- .happyforms-welcome-panel .welcome-panel-theme {
187
- min-width: 250px;
188
- margin-bottom: 20px;
189
- background-image: url(../svg/welcome.svg);
190
- background-position: center center;
191
- background-repeat: no-repeat;
192
- background-size: contain;
193
- }
194
-
195
- @media screen and (max-width: 960px) {
196
- .happyforms-welcome-panel {
197
- flex-direction: column;
198
- }
199
- .happyforms-welcome-panel .welcome-panel-theme {
200
- height: 223px;
201
- }
202
- }
203
-
204
  p.welcome-panel-footer {
205
  max-width: 760px;
206
- text-align: right;
207
  color: #72777c;
208
  }
209
 
162
  */
163
  .happyforms-welcome-panel {
164
  display: flex;
165
+ padding: 0;
166
  box-sizing: border-box;
167
  position: relative;
168
+ border: none;
169
+ box-shadow: none;
170
+ background: transparent;
171
  }
172
 
173
  .happyforms-welcome-panel .welcome-panel-content {
174
+ margin: 0;
175
+ padding-bottom: 5px;
176
+ }
177
+
178
+ .happyforms-welcome-panel .welcome-panel-content form {
179
  max-width: 460px;
 
 
180
  }
181
 
182
  .happyforms-welcome-panel .welcome-panel-content input[type="email"] {
189
  text-align: center;
190
  }
191
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  p.welcome-panel-footer {
193
  max-width: 760px;
 
194
  color: #72777c;
195
  }
196
 
{assets → inc/core/assets}/css/customize.css RENAMED
File without changes
{assets → inc/core/assets}/css/font-awesome.min.css RENAMED
File without changes
{assets → inc/core/assets}/css/frontend.css RENAMED
@@ -248,6 +248,10 @@ h3.happyforms-form__title {
248
  background-color: transparent;
249
  }
250
 
 
 
 
 
251
  .happyforms-part__description {
252
  display: block;
253
  margin: 5px 0 0;
248
  background-color: transparent;
249
  }
250
 
251
+ .happyforms-form__part[data-happyforms-required] .happyforms-part__label .happyforms-optional {
252
+ display: none;
253
+ }
254
+
255
  .happyforms-part__description {
256
  display: block;
257
  margin: 5px 0 0;
{assets → inc/core/assets}/css/preview.css RENAMED
File without changes
{assets → inc/core/assets}/css/rich-text-editor.css RENAMED
File without changes
{assets → inc/core/assets}/fonts/FontAwesome.otf RENAMED
File without changes
{assets → inc/core/assets}/fonts/fontawesome-webfont.eot RENAMED
File without changes
{assets → inc/core/assets}/fonts/fontawesome-webfont.svg RENAMED
File without changes
{assets → inc/core/assets}/fonts/fontawesome-webfont.ttf RENAMED
File without changes
{assets → inc/core/assets}/fonts/fontawesome-webfont.woff RENAMED
File without changes
{assets → inc/core/assets}/fonts/fontawesome-webfont.woff2 RENAMED
File without changes
{assets → inc/core/assets}/js/admin/block.js RENAMED
File without changes
{assets → inc/core/assets}/js/admin/dashboard.js RENAMED
File without changes
{assets → inc/core/assets}/js/admin/shortcode.js RENAMED
File without changes
{assets → inc/core/assets}/js/customize.js RENAMED
@@ -974,14 +974,12 @@
974
  onRequiredCheckboxChange: function() {
975
  var model = this.model;
976
 
977
- model.fetchHtml( function( response ) {
978
- var data = {
979
- id: model.get( 'id' ),
980
- html: response,
981
- };
982
 
983
- happyForms.previewSend( 'happyforms-form-part-refresh', data );
984
- } );
985
  },
986
 
987
  /**
@@ -1414,7 +1412,8 @@
1414
  'change [data-target="form_class"] select': 'onFormClassChange',
1415
  'change [data-target="form_class"] input[type="checkbox"]': 'onFormClassCheckboxChange',
1416
  'change [data-target="css_var"] input[type=radio]': 'onButtonSetCssVarChange',
1417
- 'keyup [data-target="attribute"] input[type=text]': 'onAttributeChange'
 
1418
  } ),
1419
 
1420
  pointers: {},
@@ -1505,6 +1504,14 @@
1505
  happyForms.form.set( attribute, value );
1506
  },
1507
 
 
 
 
 
 
 
 
 
1508
  onGroupClick: function( e ) {
1509
  e.preventDefault();
1510
 
@@ -1748,6 +1755,11 @@
1748
  $( 'input[name="post_title"]' ).focus();
1749
  },
1750
 
 
 
 
 
 
1751
  /**
1752
  *
1753
  * Previewer callbacks for live part DOM updates
@@ -1775,12 +1787,13 @@
1775
  var part = happyForms.form.get( 'parts' ).get( id );
1776
  var $part = this.$( html );
1777
  var required = part.get( 'required' );
1778
- var $optional = this.$( '.happyforms-optional', $part );
1779
 
1780
- if ( 0 === parseInt(required, 10 ) ) {
1781
- $optional.removeClass('preview-hidden');
 
1782
  } else {
1783
- $optional.addClass('preview-hidden');
1784
  }
1785
  },
1786
 
@@ -1793,7 +1806,7 @@
1793
  $part.removeClass( 'happyforms-part--width-full' );
1794
  $part.removeClass( 'happyforms-part--width-third' );
1795
  $part.removeClass( 'happyforms-part--width-auto' );
1796
- $part.addClass( 'happyforms-part--width-' + width);
1797
  },
1798
 
1799
  onPlaceholderChangeCallback: function( id, html ) {
974
  onRequiredCheckboxChange: function() {
975
  var model = this.model;
976
 
977
+ var data = {
978
+ id: this.model.id,
979
+ callback: 'onRequiredCheckboxChangeCallback',
980
+ };
 
981
 
982
+ happyForms.previewSend( 'happyforms-part-dom-update', data );
 
983
  },
984
 
985
  /**
1412
  'change [data-target="form_class"] select': 'onFormClassChange',
1413
  'change [data-target="form_class"] input[type="checkbox"]': 'onFormClassCheckboxChange',
1414
  'change [data-target="css_var"] input[type=radio]': 'onButtonSetCssVarChange',
1415
+ 'keyup [data-target="attribute"] input[type=text]': 'onAttributeChange',
1416
+ 'keyup input[data-attribute="optional_part_label"]': 'onOptionalPartLabelChange',
1417
  } ),
1418
 
1419
  pointers: {},
1504
  happyForms.form.set( attribute, value );
1505
  },
1506
 
1507
+ onOptionalPartLabelChange: function( e ) {
1508
+ var data = {
1509
+ callback: 'onOptionalPartLabelChangeCallback',
1510
+ };
1511
+
1512
+ happyForms.previewSend( 'happyforms-form-dom-update', data );
1513
+ },
1514
+
1515
  onGroupClick: function( e ) {
1516
  e.preventDefault();
1517
 
1755
  $( 'input[name="post_title"]' ).focus();
1756
  },
1757
 
1758
+ onOptionalPartLabelChangeCallback: function( $form ) {
1759
+ var optionalLabel = happyForms.form.get( 'optional_part_label' );
1760
+ $( '.happyforms-optional', $form ).text( optionalLabel );
1761
+ },
1762
+
1763
  /**
1764
  *
1765
  * Previewer callbacks for live part DOM updates
1787
  var part = happyForms.form.get( 'parts' ).get( id );
1788
  var $part = this.$( html );
1789
  var required = part.get( 'required' );
1790
+ var optionalLabel = happyForms.form.get( 'optional_part_label' );
1791
 
1792
+ if ( 0 === parseInt( required, 10 ) ) {
1793
+ $part.removeAttr( 'data-happyforms-required' );
1794
+ $( '.happyforms-optional', $part ).text( optionalLabel );
1795
  } else {
1796
+ $part.attr( 'data-happyforms-required', '' );
1797
  }
1798
  },
1799
 
1806
  $part.removeClass( 'happyforms-part--width-full' );
1807
  $part.removeClass( 'happyforms-part--width-third' );
1808
  $part.removeClass( 'happyforms-part--width-auto' );
1809
+ $part.addClass( 'happyforms-part--width-' + width );
1810
  },
1811
 
1812
  onPlaceholderChangeCallback: function( id, html ) {
{assets → inc/core/assets}/js/frontend.js RENAMED
File without changes
{assets → inc/core/assets}/js/frontend/address.js RENAMED
File without changes
{assets → inc/core/assets}/js/frontend/date.js RENAMED
File without changes
{assets → inc/core/assets}/js/frontend/email.js RENAMED
@@ -6,6 +6,7 @@
6
  init: function() {
7
  this.type = this.$el.data( 'happyforms-type' );
8
  this.$input = $( 'input', this.$el );
 
9
  this.mode = this.$el.attr( 'data-mode' );
10
 
11
  if ( 'autocomplete' === this.mode ) {
@@ -14,7 +15,7 @@
14
 
15
  this.$input.on( 'keyup', this.triggerChange.bind( this ) );
16
  this.$input.on( 'change', this.triggerChange.bind( this ) );
17
- this.$input.on( 'blur', this.onBlur.bind( this ) );
18
  },
19
 
20
  initAutocomplete: function() {
6
  init: function() {
7
  this.type = this.$el.data( 'happyforms-type' );
8
  this.$input = $( 'input', this.$el );
9
+ this.$visualInput = $( 'input[type=email]', this.$el );
10
  this.mode = this.$el.attr( 'data-mode' );
11
 
12
  if ( 'autocomplete' === this.mode ) {
15
 
16
  this.$input.on( 'keyup', this.triggerChange.bind( this ) );
17
  this.$input.on( 'change', this.triggerChange.bind( this ) );
18
+ this.$visualInput.on( 'blur', this.onBlur.bind( this ) );
19
  },
20
 
21
  initAutocomplete: function() {
{assets → inc/core/assets}/js/frontend/narrative.js RENAMED
File without changes
{assets → inc/core/assets}/js/frontend/number.js RENAMED
File without changes
{assets → inc/core/assets}/js/frontend/phone.js RENAMED
File without changes
{assets → inc/core/assets}/js/frontend/rating.js RENAMED
File without changes
{assets → inc/core/assets}/js/frontend/recaptcha.js RENAMED
File without changes
{assets → inc/core/assets}/js/frontend/rich-text.js RENAMED
File without changes
{assets → inc/core/assets}/js/frontend/scale.js RENAMED
File without changes
{assets → inc/core/assets}/js/frontend/select.js RENAMED
File without changes
{assets → inc/core/assets}/js/frontend/table.js RENAMED
File without changes
{assets → inc/core/assets}/js/frontend/title.js RENAMED
File without changes
{assets → inc/core/assets}/js/lib/cleave-phone.i18n.js RENAMED
File without changes
{assets → inc/core/assets}/js/lib/cleave.min.js RENAMED
File without changes
{assets → inc/core/assets}/js/lib/happyforms-select.js RENAMED
File without changes
{assets → inc/core/assets}/js/lib/multirange.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-address.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-checkbox.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-date.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-email.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-legal.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-multi-line-text.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-narrative.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-number.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-phone.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-placeholder.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-radio.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-rating.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-rich-text.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-scale.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-select.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-single-line-text.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-table.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-title.js RENAMED
File without changes
{assets → inc/core/assets}/js/parts/part-website-url.js RENAMED
File without changes
{assets → inc/core/assets}/js/preview.js RENAMED
@@ -15,6 +15,16 @@
15
  $( '.happyforms-form__title' ).text( title );
16
  }
17
 
 
 
 
 
 
 
 
 
 
 
18
  handlers.formPartAdd = function( html ) {
19
  $part = $( html );
20
 
@@ -176,6 +186,7 @@
176
  handlers.bind = function() {
177
  // Bind preview handlers
178
  api.preview.bind( 'happyforms-form-title-update', handlers.formTitleUpdate );
 
179
  api.preview.bind( 'happyforms-form-part-add', handlers.formPartAdd );
180
  api.preview.bind( 'happyforms-form-part-remove', handlers.formPartRemove );
181
  api.preview.bind( 'happyforms-form-parts-sort', handlers.formPartsSort );
15
  $( '.happyforms-form__title' ).text( title );
16
  }
17
 
18
+ handlers.formDomUpdate = function( e ) {
19
+ var context = parent.happyForms.previewer;
20
+ var callback = context[e.callback];
21
+ var options = e.options || {}
22
+
23
+ if ( callback ) {
24
+ callback.call( context, $form, options, $ );
25
+ }
26
+ }
27
+
28
  handlers.formPartAdd = function( html ) {
29
  $part = $( html );
30
 
186
  handlers.bind = function() {
187
  // Bind preview handlers
188
  api.preview.bind( 'happyforms-form-title-update', handlers.formTitleUpdate );
189
+ api.preview.bind( 'happyforms-form-dom-update', handlers.formDomUpdate );
190
  api.preview.bind( 'happyforms-form-part-add', handlers.formPartAdd );
191
  api.preview.bind( 'happyforms-form-part-remove', handlers.formPartRemove );
192
  api.preview.bind( 'happyforms-form-parts-sort', handlers.formPartsSort );
{assets → inc/core/assets}/js/tracking.js RENAMED
File without changes
{assets → inc/core/assets}/png/draggable-handle-pattern.png RENAMED
File without changes
{assets → inc/core/assets}/svg/font-awesome/map-marker-alt.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/country.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/date.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/dropdown.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/email.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/legal.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/long-text.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/multiple-choice.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/number.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/phone.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/placeholder.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/rating.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/scale.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/short-text.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/single-choice.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/story.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/table.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/text-editor.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/title.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/icons/website-link.svg RENAMED
File without changes
{assets → inc/core/assets}/svg/welcome.svg RENAMED
File without changes
inc/{classes → core/classes}/class-admin-notices.php RENAMED
File without changes
inc/{classes → core/classes}/class-block.php RENAMED
@@ -73,7 +73,7 @@ class HappyForms_Block {
73
  public function enqueue_scripts() {
74
  wp_enqueue_script(
75
  'happyforms-block',
76
- happyforms_get_plugin_url() . 'assets/js/admin/block.js',
77
  array( 'wp-blocks', 'wp-element', 'wp-components', 'wp-editor' )
78
  );
79
 
73
  public function enqueue_scripts() {
74
  wp_enqueue_script(
75
  'happyforms-block',
76
+ happyforms_get_plugin_url() . '/inc/core/assets/js/admin/block.js',
77
  array( 'wp-blocks', 'wp-element', 'wp-components', 'wp-editor' )
78
  );
79
 
inc/{classes → core/classes}/class-email-message.php RENAMED
File without changes
inc/{classes → core/classes}/class-form-admin.php RENAMED
File without changes
inc/{classes → core/classes}/class-form-controller.php RENAMED
@@ -182,9 +182,9 @@ class HappyForms_Form_Controller {
182
 
183
  if ( $post->post_type == happyforms_get_form_controller()->post_type ) {
184
  if ( is_customize_preview() ) {
185
- $single_template = happyforms_get_include_folder() . '/templates/preview-form-edit.php';
186
  } else {
187
- $single_template = happyforms_get_include_folder() . '/templates/single-form.php';
188
  }
189
  }
190
 
@@ -862,7 +862,7 @@ class HappyForms_Form_Controller {
862
  happyforms_the_form_styles( $form );
863
  }
864
 
865
- require( happyforms_get_include_folder() . '/templates/single-form.php' );
866
  $form_markup = ob_get_clean();
867
 
868
  return $form_markup;
@@ -962,7 +962,7 @@ class HappyForms_Form_Controller {
962
  if ( happyforms_get_form_property( $form, 'preview_before_submit' )
963
  && ( 'review' === happyforms_get_current_step( $form ) ) ) {
964
 
965
- require( happyforms_get_include_folder() . '/templates/partials/part-preview.php' );
966
  }
967
  }
968
 
@@ -1016,7 +1016,7 @@ class HappyForms_Form_Controller {
1016
 
1017
  wp_register_script(
1018
  'recaptcha',
1019
- happyforms_get_plugin_url() . 'assets/js/frontend/recaptcha.js',
1020
  array( 'google-recaptcha' ), false, true
1021
  );
1022
 
182
 
183
  if ( $post->post_type == happyforms_get_form_controller()->post_type ) {
184
  if ( is_customize_preview() ) {
185
+ $single_template = happyforms_get_include_folder() . '/core/templates/preview-form-edit.php';
186
  } else {
187
+ $single_template = happyforms_get_include_folder() . '/core/templates/single-form.php';
188
  }
189
  }
190
 
862
  happyforms_the_form_styles( $form );
863
  }
864
 
865
+ require( happyforms_get_include_folder() . '/core/templates/single-form.php' );
866
  $form_markup = ob_get_clean();
867
 
868
  return $form_markup;
962
  if ( happyforms_get_form_property( $form, 'preview_before_submit' )
963
  && ( 'review' === happyforms_get_current_step( $form ) ) ) {
964
 
965
+ require( happyforms_get_include_folder() . '/core/templates/partials/part-preview.php' );
966
  }
967
  }
968
 
1016
 
1017
  wp_register_script(
1018
  'recaptcha',
1019
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend/recaptcha.js',
1020
  array( 'google-recaptcha' ), false, true
1021
  );
1022
 
inc/{classes → core/classes}/class-form-part-library.php RENAMED
@@ -3,7 +3,9 @@
3
  class HappyForms_Form_Part_Library {
4
 
5
  private static $instance;
 
6
  private $parts = array();
 
7
  private $standard_parts = array(
8
  'HappyForms_Part_SingleLineText' => 'class-part-single-line-text',
9
  'HappyForms_Part_MultiLineText' => 'class-part-multi-line-text',
@@ -37,10 +39,10 @@ class HappyForms_Form_Part_Library {
37
  }
38
 
39
  public function __construct() {
40
- require_once( happyforms_get_include_folder() . '/classes/class-form-part.php' );
41
 
42
  foreach ( $this->standard_parts as $part_class => $part_file ) {
43
- require_once( happyforms_get_include_folder() . "/classes/parts/{$part_file}.php" );
44
  $this->register_part( $part_class );
45
  }
46
  }
3
  class HappyForms_Form_Part_Library {
4
 
5
  private static $instance;
6
+
7
  private $parts = array();
8
+
9
  private $standard_parts = array(
10
  'HappyForms_Part_SingleLineText' => 'class-part-single-line-text',
11
  'HappyForms_Part_MultiLineText' => 'class-part-multi-line-text',
39
  }
40
 
41
  public function __construct() {
42
+ require_once( happyforms_get_include_folder() . '/core/classes/class-form-part.php' );
43
 
44
  foreach ( $this->standard_parts as $part_class => $part_file ) {
45
+ require_once( happyforms_get_include_folder() . "/core/classes/parts/{$part_file}.php" );
46
  $this->register_part( $part_class );
47
  }
48
  }
inc/{classes → core/classes}/class-form-part.php RENAMED
File without changes
inc/{classes → core/classes}/class-form-styles.php RENAMED
@@ -500,6 +500,11 @@ class HappyForms_Form_Styles {
500
  'target' => 'form_class',
501
  'sanitize' => 'sanitize_text_field'
502
  ),
 
 
 
 
 
503
  );
504
 
505
  return $fields;
@@ -679,6 +684,11 @@ class HappyForms_Form_Styles {
679
  'label' => __( 'Value font size', 'happyforms' ),
680
  'field' => 'part_value_font_size',
681
  ),
 
 
 
 
 
682
  array(
683
  'type' => 'heading',
684
  'label' => __( 'Colors', 'happyforms' )
500
  'target' => 'form_class',
501
  'sanitize' => 'sanitize_text_field'
502
  ),
503
+ 'optional_part_label' => array(
504
+ 'default' => __( '(optional)', 'happyforms' ),
505
+ 'sanitize' => 'sanitize_text_field',
506
+ 'target' => 'attribute',
507
+ ),
508
  );
509
 
510
  return $fields;
684
  'label' => __( 'Value font size', 'happyforms' ),
685
  'field' => 'part_value_font_size',
686
  ),
687
+ array(
688
+ 'type' => 'text',
689
+ 'label' => __( 'Optional part label', 'happyforms' ),
690
+ 'field' => 'optional_part_label',
691
+ ),
692
  array(
693
  'type' => 'heading',
694
  'label' => __( 'Colors', 'happyforms' )
inc/{classes/class-happyforms-plugin.php → core/classes/class-happyforms-core.php} RENAMED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- class HappyForms_Plugin {
4
 
5
  /**
6
  * The parameter key used to connotate
@@ -54,28 +54,28 @@ class HappyForms_Plugin {
54
  * @return void
55
  */
56
  public function initialize_plugin() {
57
- require_once( happyforms_get_include_folder() . '/helpers/helper-misc.php' );
58
- require_once( happyforms_get_include_folder() . '/helpers/helper-styles.php' );
59
 
60
  if ( is_admin() ) {
61
- require_once( happyforms_get_include_folder() . '/classes/class-admin-notices.php' );
62
  }
63
 
64
- require_once( happyforms_get_include_folder() . '/classes/class-tracking.php' );
65
- require_once( happyforms_get_include_folder() . '/classes/class-form-controller.php' );
66
- require_once( happyforms_get_include_folder() . '/classes/class-message-controller.php' );
67
- require_once( happyforms_get_include_folder() . '/classes/class-email-message.php' );
68
- require_once( happyforms_get_include_folder() . '/classes/class-form-part-library.php' );
69
- require_once( happyforms_get_include_folder() . '/classes/class-form-styles.php' );
70
- require_once( happyforms_get_include_folder() . '/classes/class-session.php' );
71
- require_once( happyforms_get_include_folder() . '/classes/class-happyforms-widget.php' );
72
- require_once( happyforms_get_include_folder() . '/helpers/helper-form-templates.php' );
73
- require_once( happyforms_get_include_folder() . '/classes/class-migrations.php' );
74
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
75
 
76
  // Gutenberg block
77
  if ( happyforms_is_gutenberg() ) {
78
- require_once( happyforms_get_include_folder() . '/classes/class-block.php' );
79
  }
80
 
81
  // Admin hooks
@@ -125,9 +125,9 @@ class HappyForms_Plugin {
125
  return $components;
126
  }
127
 
128
- require_once( happyforms_get_include_folder() . '/classes/class-wp-customize-form-manager.php' );
129
- require_once( happyforms_get_include_folder() . '/helpers/helper-validation.php' );
130
- require_once( happyforms_get_include_folder() . '/helpers/helper-customize-templates.php' );
131
 
132
  $this->customize = new HappyForms_WP_Customize_Form_Manager();
133
 
@@ -212,13 +212,13 @@ class HappyForms_Plugin {
212
  public function admin_enqueue_scripts() {
213
  wp_enqueue_style(
214
  'happyforms-admin',
215
- happyforms_get_plugin_url() . 'assets/css/admin.css',
216
  array(), HAPPYFORMS_VERSION
217
  );
218
 
219
  wp_enqueue_script(
220
  'happyforms-admin',
221
- happyforms_get_plugin_url() . 'assets/js/admin/dashboard.js',
222
  array(), HAPPYFORMS_VERSION, true
223
  );
224
  }
@@ -245,10 +245,10 @@ class HappyForms_Plugin {
245
 
246
  switch( $current_post_type ) {
247
  case $form_post_type:
248
- require_once( happyforms_get_include_folder() . '/classes/class-form-admin.php' );
249
  break;
250
  case $message_post_type:
251
- require_once( happyforms_get_include_folder() . '/classes/class-message-admin.php' );
252
  break;
253
  }
254
  }
@@ -430,7 +430,7 @@ class HappyForms_Plugin {
430
  }
431
 
432
  public function mce_external_plugins( $plugins ) {
433
- $plugins['happyforms_shortcode'] = happyforms_get_plugin_url() . 'assets/js/admin/shortcode.js';
434
 
435
  return $plugins;
436
  }
@@ -449,7 +449,7 @@ class HappyForms_Plugin {
449
  wp_enqueue_script( 'jquery-ui-dialog' );
450
  wp_enqueue_style( 'wp-jquery-ui-dialog' );
451
 
452
- require_once( happyforms_get_include_folder() . '/templates/admin-form-modal.php' );
453
  }
454
 
455
  public function print_frontend_styles() {
@@ -459,7 +459,7 @@ class HappyForms_Plugin {
459
  return;
460
  }
461
 
462
- $url = happyforms_get_plugin_url() . 'assets/css/frontend.css?' . HAPPYFORMS_VERSION;
463
  ?>
464
  <link rel="stylesheet" property="stylesheet" href="<?php echo $url; ?>" />
465
  <?php
@@ -499,7 +499,7 @@ class HappyForms_Plugin {
499
 
500
  wp_enqueue_script(
501
  'happyforms-frontend',
502
- happyforms_get_plugin_url() . 'assets/js/frontend.js',
503
  $dependencies, HAPPYFORMS_VERSION, true
504
  );
505
 
@@ -516,7 +516,7 @@ class HappyForms_Plugin {
516
  }
517
 
518
  public function print_shortcode_template() {
519
- require_once( happyforms_get_include_folder() . '/templates/admin-shortcode.php' );
520
  }
521
 
522
  public function enqueue_styles_preview() {
@@ -526,7 +526,7 @@ class HappyForms_Plugin {
526
 
527
  wp_enqueue_style(
528
  'happyforms-preview',
529
- happyforms_get_plugin_url() . 'assets/css/preview.css',
530
  array(), HAPPYFORMS_VERSION
531
  );
532
  }
@@ -553,11 +553,11 @@ class HappyForms_Plugin {
553
 
554
  wp_enqueue_script(
555
  'happyforms-preview',
556
- happyforms_get_plugin_url() . 'assets/js/preview.js',
557
  $preview_deps, HAPPYFORMS_VERSION, true
558
  );
559
 
560
- require_once( happyforms_get_include_folder() . '/templates/preview-form-pencil.php' );
561
  }
562
 
563
  /**
@@ -574,23 +574,3 @@ class HappyForms_Plugin {
574
  }
575
 
576
  }
577
-
578
- if ( ! function_exists( 'HappyForms' ) ):
579
- /**
580
- * Get the global HappyForms class.
581
- *
582
- * @since 1.0
583
- *
584
- * @return HappyForms_Plugin
585
- */
586
- function HappyForms() {
587
- global $happyForms;
588
-
589
- if ( is_null( $happyForms ) ) {
590
- $happyForms = new HappyForms_Plugin();
591
- }
592
-
593
- return $happyForms;
594
- }
595
-
596
- endif;
1
  <?php
2
 
3
+ class HappyForms_Core {
4
 
5
  /**
6
  * The parameter key used to connotate
54
  * @return void
55
  */
56
  public function initialize_plugin() {
57
+ require_once( happyforms_get_include_folder() . '/core/helpers/helper-misc.php' );
58
+ require_once( happyforms_get_include_folder() . '/core/helpers/helper-styles.php' );
59
 
60
  if ( is_admin() ) {
61
+ require_once( happyforms_get_include_folder() . '/core/classes/class-admin-notices.php' );
62
  }
63
 
64
+ require_once( happyforms_get_include_folder() . '/core/classes/class-tracking.php' );
65
+ require_once( happyforms_get_include_folder() . '/core/classes/class-form-controller.php' );
66
+ require_once( happyforms_get_include_folder() . '/core/classes/class-message-controller.php' );
67
+ require_once( happyforms_get_include_folder() . '/core/classes/class-email-message.php' );
68
+ require_once( happyforms_get_include_folder() . '/core/classes/class-form-part-library.php' );
69
+ require_once( happyforms_get_include_folder() . '/core/classes/class-form-styles.php' );
70
+ require_once( happyforms_get_include_folder() . '/core/classes/class-session.php' );
71
+ require_once( happyforms_get_include_folder() . '/core/classes/class-happyforms-widget.php' );
72
+ require_once( happyforms_get_include_folder() . '/core/helpers/helper-form-templates.php' );
73
+ require_once( happyforms_get_include_folder() . '/core/classes/class-migrations.php' );
74
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
75
 
76
  // Gutenberg block
77
  if ( happyforms_is_gutenberg() ) {
78
+ require_once( happyforms_get_include_folder() . '/core/classes/class-block.php' );
79
  }
80
 
81
  // Admin hooks
125
  return $components;
126
  }
127
 
128
+ require_once( happyforms_get_include_folder() . '/core/classes/class-wp-customize-form-manager.php' );
129
+ require_once( happyforms_get_include_folder() . '/core/helpers/helper-validation.php' );
130
+ require_once( happyforms_get_include_folder() . '/core/helpers/helper-customize-templates.php' );
131
 
132
  $this->customize = new HappyForms_WP_Customize_Form_Manager();
133
 
212
  public function admin_enqueue_scripts() {
213
  wp_enqueue_style(
214
  'happyforms-admin',
215
+ happyforms_get_plugin_url() . '/inc/core/assets/css/admin.css',
216
  array(), HAPPYFORMS_VERSION
217
  );
218
 
219
  wp_enqueue_script(
220
  'happyforms-admin',
221
+ happyforms_get_plugin_url() . '/inc/core/assets/js/admin/dashboard.js',
222
  array(), HAPPYFORMS_VERSION, true
223
  );
224
  }
245
 
246
  switch( $current_post_type ) {
247
  case $form_post_type:
248
+ require_once( happyforms_get_include_folder() . '/core/classes/class-form-admin.php' );
249
  break;
250
  case $message_post_type:
251
+ require_once( happyforms_get_include_folder() . '/core/classes/class-message-admin.php' );
252
  break;
253
  }
254
  }
430
  }
431
 
432
  public function mce_external_plugins( $plugins ) {
433
+ $plugins['happyforms_shortcode'] = happyforms_get_plugin_url() . '/inc/core/assets/js/admin/shortcode.js';
434
 
435
  return $plugins;
436
  }
449
  wp_enqueue_script( 'jquery-ui-dialog' );
450
  wp_enqueue_style( 'wp-jquery-ui-dialog' );
451
 
452
+ require_once( happyforms_get_include_folder() . '/core/templates/admin-form-modal.php' );
453
  }
454
 
455
  public function print_frontend_styles() {
459
  return;
460
  }
461
 
462
+ $url = happyforms_get_plugin_url() . '/inc/core/assets/css/frontend.css?' . HAPPYFORMS_VERSION;
463
  ?>
464
  <link rel="stylesheet" property="stylesheet" href="<?php echo $url; ?>" />
465
  <?php
499
 
500
  wp_enqueue_script(
501
  'happyforms-frontend',
502
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend.js',
503
  $dependencies, HAPPYFORMS_VERSION, true
504
  );
505
 
516
  }
517
 
518
  public function print_shortcode_template() {
519
+ require_once( happyforms_get_include_folder() . '/core/templates/admin-shortcode.php' );
520
  }
521
 
522
  public function enqueue_styles_preview() {
526
 
527
  wp_enqueue_style(
528
  'happyforms-preview',
529
+ happyforms_get_plugin_url() . '/inc/core/assets/css/preview.css',
530
  array(), HAPPYFORMS_VERSION
531
  );
532
  }
553
 
554
  wp_enqueue_script(
555
  'happyforms-preview',
556
+ happyforms_get_plugin_url() . '/inc/core/assets/js/preview.js',
557
  $preview_deps, HAPPYFORMS_VERSION, true
558
  );
559
 
560
+ require_once( happyforms_get_include_folder() . '/core/templates/preview-form-pencil.php' );
561
  }
562
 
563
  /**
574
  }
575
 
576
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/{classes → core/classes}/class-happyforms-widget.php RENAMED
File without changes
inc/{classes → core/classes}/class-message-admin.php RENAMED
@@ -40,9 +40,14 @@ class HappyForms_Message_Admin {
40
  private $column_count_option = 'happyforms-message-admin-col-count';
41
 
42
  /**
43
- * The default value of the Column Count option.
44
  *
45
- * @since 1.0
 
 
 
 
 
46
  *
47
  * @var int
48
  */
@@ -189,6 +194,7 @@ class HappyForms_Message_Admin {
189
  if ( 'edit.php' === $pagenow ) : ?>
190
  <style>
191
  fieldset:not(.screen-options),
 
192
  ul.subsubsub {
193
  display: none;
194
  }
@@ -211,7 +217,7 @@ class HappyForms_Message_Admin {
211
  $post_type = happyforms_get_message_controller()->post_type;
212
 
213
  if ( 'post.php' === $pagenow && $post_type === get_post_type() ) {
214
- $title = __( 'View ' ) . $post->post_title;
215
  }
216
  }
217
 
@@ -297,19 +303,23 @@ class HappyForms_Message_Admin {
297
  public function define_screen_settings() {
298
  if ( isset( $_REQUEST[$this->column_count_option] ) ) {
299
  $column_count = max( intval( $_REQUEST[$this->column_count_option] ), 1 );
300
- update_user_meta( get_current_user_id(), $this->column_count_option, $column_count );
301
  }
302
 
303
- $column_count = get_user_meta( get_current_user_id(), $this->column_count_option, true );
304
- $this->column_count = max( intval( $column_count ), 1 );
305
- $screen = get_current_screen();
306
- $args = array(
307
- 'label' => __( 'Number of columns' ),
308
- 'default' => 3,
309
- 'option' => $this->column_count_option,
310
- );
311
 
312
- $screen->add_option( $this->column_count_option, $args );
 
 
 
 
 
 
 
 
 
 
313
  }
314
 
315
  /**
@@ -325,12 +335,24 @@ class HappyForms_Message_Admin {
325
  * @return void
326
  */
327
  public function render_screen_settings( $settings, $screen ) {
328
- ob_start(); ?>
329
- <fieldset class="screen-options">
330
- <legend><?php _e( 'Fields' ); ?></legend>
331
- <label for=""><?php _e( 'Number of response fields to show:' ); ?></label>
332
- <input type="number" min="1" max="99" maxlength="2" name="<?php echo $this->column_count_option; ?>" value="<?php echo esc_attr( $this->column_count ); ?>">
333
- <input type="hidden" name="wp_screen_options[option]" value="<?php echo $this->column_count_option; ?>">
 
 
 
 
 
 
 
 
 
 
 
 
334
  <input type="hidden" name="wp_screen_options[value]" value="1">
335
  </fieldset>
336
  <?php
@@ -784,10 +806,10 @@ class HappyForms_Message_Admin {
784
  }
785
 
786
  private function setup_message_navigation( $post_id, $form_id ) {
787
- $post_type = happyforms_get_message_controller()->post_type;
788
-
789
  global $happyforms_message_nav;
790
 
 
 
791
  $posts = get_posts( array(
792
  'post_type' => $post_type,
793
  'post_status' => 'any',
@@ -798,11 +820,11 @@ class HappyForms_Message_Admin {
798
  'meta_query' => array(
799
  'relation' => 'AND',
800
  array(
801
- 'key' => 'form_id',
802
  'value' => $form_id,
803
  ),
804
  array(
805
- 'key' => 'read',
806
  'value' => '',
807
  ),
808
  )
@@ -858,7 +880,7 @@ class HappyForms_Message_Admin {
858
  $form = happyforms_get_form_controller()->get( $message['form_id'] );
859
  $this->setup_message_navigation( $post->ID, $form['ID'] );
860
 
861
- require_once( happyforms_get_include_folder() . '/templates/admin-message-edit.php' );
862
  }
863
 
864
  public function setup_metaboxes( $post_type ) {
40
  private $column_count_option = 'happyforms-message-admin-col-count';
41
 
42
  /**
43
+ * The default amount of rows to show.
44
  *
45
+ * @var int
46
+ */
47
+ private $row_count = 20;
48
+
49
+ /**
50
+ * The default amount of columns to show.
51
  *
52
  * @var int
53
  */
194
  if ( 'edit.php' === $pagenow ) : ?>
195
  <style>
196
  fieldset:not(.screen-options),
197
+ fieldset.screen-options,
198
  ul.subsubsub {
199
  display: none;
200
  }
217
  $post_type = happyforms_get_message_controller()->post_type;
218
 
219
  if ( 'post.php' === $pagenow && $post_type === get_post_type() ) {
220
+ $title = __( 'View Response #' ) . $post->ID;
221
  }
222
  }
223
 
303
  public function define_screen_settings() {
304
  if ( isset( $_REQUEST[$this->column_count_option] ) ) {
305
  $column_count = max( intval( $_REQUEST[$this->column_count_option] ), 1 );
306
+ update_user_option( get_current_user_id(), $this->column_count_option, $column_count, true );
307
  }
308
 
309
+ $post_type = happyforms_get_message_controller()->post_type;
310
+ $row_count_option = 'edit_' . $post_type . '_per_page';
 
 
 
 
 
 
311
 
312
+ if ( isset( $_REQUEST[$row_count_option] ) ) {
313
+ $row_count = max( intval( $_REQUEST[$row_count_option] ), 1 );
314
+ update_user_option( get_current_user_id(), $row_count_option, $row_count, true );
315
+ }
316
+
317
+ $row_count = get_user_option( $row_count_option, get_current_user_id() );
318
+ $column_count = get_user_option( $this->column_count_option, get_current_user_id() );
319
+ $row_count = ( false !== $row_count ) ? $row_count : $this->row_count;
320
+ $column_count = ( false !== $column_count ) ? $column_count : $this->column_count;
321
+ $this->row_count = max( intval( $row_count ), 1 );
322
+ $this->column_count = max( intval( $column_count ), 1 );
323
  }
324
 
325
  /**
335
  * @return void
336
  */
337
  public function render_screen_settings( $settings, $screen ) {
338
+ $post_type = happyforms_get_message_controller()->post_type;
339
+
340
+ if ( 'edit-' . $post_type !== $screen->id ) {
341
+ return $settings;
342
+ }
343
+
344
+ ob_start();
345
+ ?>
346
+ <fieldset style="display: block;">
347
+ <legend><?php _e( 'Pagination', 'happyforms' ); ?></legend>
348
+ <label for=""><?php _e( 'Number of responses per page:', 'happyforms' ); ?></label>
349
+ <input type="number" min="1" max="99" maxlength="2" name="edit_<?php echo esc_attr( $post_type ); ?>_per_page" value="<?php echo esc_attr( $this->row_count ); ?>">
350
+ </fieldset>
351
+ <fieldset style="display: block;">
352
+ <legend><?php _e( 'Fields', 'happyforms' ); ?></legend>
353
+ <label for=""><?php _e( 'Number of response fields to show:', 'happyforms' ); ?></label>
354
+ <input type="number" min="1" max="99" maxlength="2" name="<?php echo esc_attr( $this->column_count_option ); ?>" value="<?php echo esc_attr( $this->column_count ); ?>">
355
+ <input type="hidden" name="wp_screen_options[option]" value="<?php echo esc_attr( $this->column_count_option ); ?>">
356
  <input type="hidden" name="wp_screen_options[value]" value="1">
357
  </fieldset>
358
  <?php
806
  }
807
 
808
  private function setup_message_navigation( $post_id, $form_id ) {
 
 
809
  global $happyforms_message_nav;
810
 
811
+ $post_type = happyforms_get_message_controller()->post_type;
812
+
813
  $posts = get_posts( array(
814
  'post_type' => $post_type,
815
  'post_status' => 'any',
820
  'meta_query' => array(
821
  'relation' => 'AND',
822
  array(
823
+ 'key' => '_happyforms_form_id',
824
  'value' => $form_id,
825
  ),
826
  array(
827
+ 'key' => '_happyforms_read',
828
  'value' => '',
829
  ),
830
  )
880
  $form = happyforms_get_form_controller()->get( $message['form_id'] );
881
  $this->setup_message_navigation( $post->ID, $form['ID'] );
882
 
883
+ require_once( happyforms_get_include_folder() . '/core/templates/admin-message-edit.php' );
884
  }
885
 
886
  public function setup_metaboxes( $post_type ) {
inc/{classes → core/classes}/class-message-controller.php RENAMED
@@ -387,7 +387,7 @@ class HappyForms_Message_Controller {
387
  $response['html'] = $form_controller->render( $form );
388
 
389
  // Send success response
390
- wp_send_json_success( $response );
391
  }
392
  }
393
  }
@@ -432,7 +432,7 @@ class HappyForms_Message_Controller {
432
  $response['html'] = $form_controller->render( $form );
433
 
434
  // Send success response
435
- wp_send_json_success( $response );
436
  }
437
  }
438
 
@@ -464,6 +464,12 @@ class HappyForms_Message_Controller {
464
  }
465
 
466
  // Send success response
 
 
 
 
 
 
467
  wp_send_json_success( $response );
468
  }
469
 
@@ -700,7 +706,7 @@ class HappyForms_Message_Controller {
700
  'post_status' => 'any',
701
  'posts_per_page' => -1,
702
  'meta_query' => array( array(
703
- 'field' => 'form_id',
704
  'value' => $form_id,
705
  ) )
706
  );
@@ -891,11 +897,11 @@ class HappyForms_Message_Controller {
891
  'posts_per_page' => -1,
892
  'fields' => 'ids',
893
  'meta_query' => array( array(
894
- 'key' => 'read',
895
  'value' => 1,
896
  'compare' => '!=',
897
  ), array(
898
- 'key' => 'form_id',
899
  'value' => $forms,
900
  'compare' => 'IN',
901
  ) )
387
  $response['html'] = $form_controller->render( $form );
388
 
389
  // Send success response
390
+ $this->send_json_success( $response, $submission, $form );
391
  }
392
  }
393
  }
432
  $response['html'] = $form_controller->render( $form );
433
 
434
  // Send success response
435
+ $this->send_json_success( $response, $submission, $form );
436
  }
437
  }
438
 
464
  }
465
 
466
  // Send success response
467
+ $this->send_json_success( $response, $submission, $form );
468
+ }
469
+
470
+ private function send_json_success( $response = array(), $submission = array(), $form = array() ) {
471
+ $response = apply_filters( 'happyforms_json_response', $response, $submission, $form );
472
+
473
  wp_send_json_success( $response );
474
  }
475
 
706
  'post_status' => 'any',
707
  'posts_per_page' => -1,
708
  'meta_query' => array( array(
709
+ 'field' => '_happyforms_form_id',
710
  'value' => $form_id,
711
  ) )
712
  );
897
  'posts_per_page' => -1,
898
  'fields' => 'ids',
899
  'meta_query' => array( array(
900
+ 'key' => '_happyforms_read',
901
  'value' => 1,
902
  'compare' => '!=',
903
  ), array(
904
+ 'key' => '_happyforms_form_id',
905
  'value' => $forms,
906
  'compare' => 'IN',
907
  ) )
inc/{classes → core/classes}/class-migrations.php RENAMED
@@ -89,6 +89,11 @@ class HappyForms_Migrations {
89
  foreach( $forms as $form ) {
90
  $form_id = $form['ID'];
91
  $fields = array_keys( $form_controller->get_meta_fields() );
 
 
 
 
 
92
  $fields = array_merge( $fields, $form['layout'] );
93
  $fields = '(\'' . implode( '\', \'', $fields ) . '\')';
94
 
@@ -96,7 +101,7 @@ class HappyForms_Migrations {
96
  UPDATE $wpdb->postmeta meta JOIN $wpdb->posts posts
97
  ON meta.post_id = posts.ID
98
  SET meta.meta_key = CONCAT('_happyforms_', meta.meta_key)
99
- WHERE posts.ID = '$form_id'
100
  AND meta.meta_key IN $fields
101
  ";
102
 
@@ -107,6 +112,11 @@ class HappyForms_Migrations {
107
  foreach( $forms as $form ) {
108
  $form_id = $form['ID'];
109
  $messages = $message_controller->get_by_form( $form_id );
 
 
 
 
 
110
  $message_ids = wp_list_pluck( $messages, 'ID' );
111
  $message_ids = implode( ', ', $message_ids );
112
  $parts = wp_list_pluck( $form['parts'], 'id' );
89
  foreach( $forms as $form ) {
90
  $form_id = $form['ID'];
91
  $fields = array_keys( $form_controller->get_meta_fields() );
92
+
93
+ if ( 0 === count( $fields ) ) {
94
+ continue;
95
+ }
96
+
97
  $fields = array_merge( $fields, $form['layout'] );
98
  $fields = '(\'' . implode( '\', \'', $fields ) . '\')';
99
 
101
  UPDATE $wpdb->postmeta meta JOIN $wpdb->posts posts
102
  ON meta.post_id = posts.ID
103
  SET meta.meta_key = CONCAT('_happyforms_', meta.meta_key)
104
+ WHERE posts.ID = $form_id
105
  AND meta.meta_key IN $fields
106
  ";
107
 
112
  foreach( $forms as $form ) {
113
  $form_id = $form['ID'];
114
  $messages = $message_controller->get_by_form( $form_id );
115
+
116
+ if ( 0 === count( $messages ) ) {
117
+ continue;
118
+ }
119
+
120
  $message_ids = wp_list_pluck( $messages, 'ID' );
121
  $message_ids = implode( ', ', $message_ids );
122
  $parts = wp_list_pluck( $form['parts'], 'id' );
inc/{classes → core/classes}/class-session.php RENAMED
File without changes
inc/{classes → core/classes}/class-tracking.php RENAMED
@@ -168,7 +168,7 @@ class HappyForms_Tracking {
168
  wp_die( __( 'Sorry, you are not allowed to access this page.', 'happyforms' ) );
169
  }
170
 
171
- require_once( happyforms_get_include_folder() . '/templates/admin-tracking.php' );
172
  }
173
 
174
  /**
@@ -186,7 +186,7 @@ class HappyForms_Tracking {
186
  if ( 'happyforms_page_happyforms-welcome' === $current_screen->id ) {
187
  wp_enqueue_script(
188
  'happyforms-tracking',
189
- happyforms_get_plugin_url() . 'assets/js/tracking.js',
190
  array(), HAPPYFORMS_VERSION, true
191
  );
192
  }
168
  wp_die( __( 'Sorry, you are not allowed to access this page.', 'happyforms' ) );
169
  }
170
 
171
+ require_once( happyforms_get_include_folder() . '/core/templates/admin-tracking.php' );
172
  }
173
 
174
  /**
186
  if ( 'happyforms_page_happyforms-welcome' === $current_screen->id ) {
187
  wp_enqueue_script(
188
  'happyforms-tracking',
189
+ happyforms_get_plugin_url() . '/inc/core/assets/js/tracking.js',
190
  array(), HAPPYFORMS_VERSION, true
191
  );
192
  }
inc/{classes → core/classes}/class-wp-customize-form-manager.php RENAMED
@@ -270,13 +270,13 @@ class HappyForms_WP_Customize_Form_Manager {
270
  public function enqueue_scripts_customizer() {
271
  wp_enqueue_style(
272
  'happyforms-customize',
273
- happyforms_get_plugin_url() . 'assets/css/customize.css',
274
  array( 'wp-color-picker', 'wp-pointer' ), HAPPYFORMS_VERSION
275
  );
276
 
277
  wp_enqueue_style(
278
  'happyforms-font-awesome',
279
- happyforms_get_plugin_url() . 'assets/css/font-awesome.min.css',
280
  array(), HAPPYFORMS_VERSION
281
  );
282
 
@@ -299,7 +299,7 @@ class HappyForms_WP_Customize_Form_Manager {
299
 
300
  wp_register_script(
301
  'happyforms-customize',
302
- happyforms_get_plugin_url() . 'assets/js/customize.js',
303
  $customize_deps, HAPPYFORMS_VERSION, true
304
  );
305
 
@@ -332,14 +332,14 @@ class HappyForms_WP_Customize_Form_Manager {
332
  public function customize_controls_print_footer_scripts() {
333
  global $wp_customize;
334
 
335
- require_once( happyforms_get_include_folder() . '/templates/customize-header-actions.php' );
336
- require_once( happyforms_get_include_folder() . '/templates/customize-sidebar.php' );
337
- require_once( happyforms_get_include_folder() . '/templates/customize-form-steps.php' );
338
- require_once( happyforms_get_include_folder() . '/templates/customize-form-item.php' );
339
- require_once( happyforms_get_include_folder() . '/templates/customize-form-setup.php' );
340
- require_once( happyforms_get_include_folder() . '/templates/customize-form-build.php' );
341
- require_once( happyforms_get_include_folder() . '/templates/customize-form-parts-drawer.php' );
342
- require_once( happyforms_get_include_folder() . '/templates/customize-form-style.php' );
343
 
344
  _WP_Editors::print_default_editor_scripts();
345
  }
270
  public function enqueue_scripts_customizer() {
271
  wp_enqueue_style(
272
  'happyforms-customize',
273
+ happyforms_get_plugin_url() . '/inc/core/assets/css/customize.css',
274
  array( 'wp-color-picker', 'wp-pointer' ), HAPPYFORMS_VERSION
275
  );
276
 
277
  wp_enqueue_style(
278
  'happyforms-font-awesome',
279
+ happyforms_get_plugin_url() . '/inc/core/assets/css/font-awesome.min.css',
280
  array(), HAPPYFORMS_VERSION
281
  );
282
 
299
 
300
  wp_register_script(
301
  'happyforms-customize',
302
+ happyforms_get_plugin_url() . '/inc/core/assets/js/customize.js',
303
  $customize_deps, HAPPYFORMS_VERSION, true
304
  );
305
 
332
  public function customize_controls_print_footer_scripts() {
333
  global $wp_customize;
334
 
335
+ require_once( happyforms_get_include_folder() . '/core/templates/customize-header-actions.php' );
336
+ require_once( happyforms_get_include_folder() . '/core/templates/customize-sidebar.php' );
337
+ require_once( happyforms_get_include_folder() . '/core/templates/customize-form-steps.php' );
338
+ require_once( happyforms_get_include_folder() . '/core/templates/customize-form-item.php' );
339
+ require_once( happyforms_get_include_folder() . '/core/templates/customize-form-setup.php' );
340
+ require_once( happyforms_get_include_folder() . '/core/templates/customize-form-build.php' );
341
+ require_once( happyforms_get_include_folder() . '/core/templates/customize-form-parts-drawer.php' );
342
+ require_once( happyforms_get_include_folder() . '/core/templates/customize-form-style.php' );
343
 
344
  _WP_Editors::print_default_editor_scripts();
345
  }
inc/{classes → core/classes}/parts/class-part-address.php RENAMED
@@ -95,7 +95,7 @@ class HappyForms_Part_Address extends HappyForms_Form_Part {
95
  * @return string
96
  */
97
  public function customize_templates() {
98
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-address.php' );
99
  }
100
 
101
  /**
@@ -112,7 +112,7 @@ class HappyForms_Part_Address extends HappyForms_Form_Part {
112
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
113
  $form = $form_data;
114
 
115
- include( happyforms_get_include_folder() . '/templates/parts/frontend-address.php' );
116
  }
117
 
118
  public function get_default_value( $part_data = array() ) {
@@ -327,7 +327,7 @@ class HappyForms_Part_Address extends HappyForms_Form_Part {
327
  public function customize_enqueue_scripts( $deps = array() ) {
328
  wp_enqueue_script(
329
  'part-address',
330
- happyforms_get_plugin_url() . 'assets/js/parts/part-address.js',
331
  $deps, HAPPYFORMS_VERSION, true
332
  );
333
  }
@@ -360,7 +360,7 @@ class HappyForms_Part_Address extends HappyForms_Form_Part {
360
 
361
  wp_register_script(
362
  'happyforms-part-address',
363
- happyforms_get_plugin_url() . 'assets/js/frontend/address.js',
364
  array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
365
  );
366
 
95
  * @return string
96
  */
97
  public function customize_templates() {
98
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-address.php' );
99
  }
100
 
101
  /**
112
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
113
  $form = $form_data;
114
 
115
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-address.php' );
116
  }
117
 
118
  public function get_default_value( $part_data = array() ) {
327
  public function customize_enqueue_scripts( $deps = array() ) {
328
  wp_enqueue_script(
329
  'part-address',
330
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-address.js',
331
  $deps, HAPPYFORMS_VERSION, true
332
  );
333
  }
360
 
361
  wp_register_script(
362
  'happyforms-part-address',
363
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend/address.js',
364
  array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
365
  );
366
 
inc/{classes → core/classes}/parts/class-part-checkbox.php RENAMED
@@ -81,7 +81,7 @@ class HappyForms_Part_Checkbox extends HappyForms_Form_Part {
81
  * @return string
82
  */
83
  public function customize_templates() {
84
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-checkbox.php' );
85
  }
86
 
87
  /**
@@ -102,7 +102,7 @@ class HappyForms_Part_Checkbox extends HappyForms_Form_Part {
102
  $part['options'][$o] = wp_parse_args( $option, $this->get_option_defaults() );
103
  }
104
 
105
- include( happyforms_get_include_folder() . '/templates/parts/frontend-checkbox.php' );
106
  }
107
 
108
  /**
@@ -117,7 +117,7 @@ class HappyForms_Part_Checkbox extends HappyForms_Form_Part {
117
  public function customize_enqueue_scripts( $deps = array() ) {
118
  wp_enqueue_script(
119
  'part-checkbox',
120
- happyforms_get_plugin_url() . 'assets/js/parts/part-checkbox.js',
121
  $deps, HAPPYFORMS_VERSION, true
122
  );
123
  }
81
  * @return string
82
  */
83
  public function customize_templates() {
84
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-checkbox.php' );
85
  }
86
 
87
  /**
102
  $part['options'][$o] = wp_parse_args( $option, $this->get_option_defaults() );
103
  }
104
 
105
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-checkbox.php' );
106
  }
107
 
108
  /**
117
  public function customize_enqueue_scripts( $deps = array() ) {
118
  wp_enqueue_script(
119
  'part-checkbox',
120
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-checkbox.js',
121
  $deps, HAPPYFORMS_VERSION, true
122
  );
123
  }
inc/{classes → core/classes}/parts/class-part-date.php RENAMED
@@ -105,7 +105,7 @@ class HappyForms_Part_Date extends HappyForms_Form_Part {
105
  * @return string
106
  */
107
  public function customize_templates() {
108
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-date.php' );
109
  }
110
 
111
  /**
@@ -122,7 +122,7 @@ class HappyForms_Part_Date extends HappyForms_Form_Part {
122
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
123
  $form = $form_data;
124
 
125
- include( happyforms_get_include_folder() . '/templates/parts/frontend-date.php' );
126
  }
127
 
128
  public function get_default_value( $part_data = array() ) {
@@ -386,7 +386,7 @@ class HappyForms_Part_Date extends HappyForms_Form_Part {
386
  public function customize_enqueue_scripts( $deps = array() ) {
387
  wp_enqueue_script(
388
  'part-date',
389
- happyforms_get_plugin_url() . 'assets/js/parts/part-date.js',
390
  $deps, HAPPYFORMS_VERSION, true
391
  );
392
  }
@@ -408,7 +408,7 @@ class HappyForms_Part_Date extends HappyForms_Form_Part {
408
 
409
  wp_register_script(
410
  'happyforms-part-date',
411
- happyforms_get_plugin_url() . 'assets/js/frontend/date.js',
412
  array(), HAPPYFORMS_VERSION, true
413
  );
414
 
@@ -416,7 +416,7 @@ class HappyForms_Part_Date extends HappyForms_Form_Part {
416
 
417
  wp_register_script(
418
  'happyforms-select',
419
- happyforms_get_plugin_url() . 'assets/js/lib/happyforms-select.js',
420
  array( 'jquery' ), HAPPYFORMS_VERSION, true
421
  );
422
 
105
  * @return string
106
  */
107
  public function customize_templates() {
108
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-date.php' );
109
  }
110
 
111
  /**
122
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
123
  $form = $form_data;
124
 
125
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-date.php' );
126
  }
127
 
128
  public function get_default_value( $part_data = array() ) {
386
  public function customize_enqueue_scripts( $deps = array() ) {
387
  wp_enqueue_script(
388
  'part-date',
389
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-date.js',
390
  $deps, HAPPYFORMS_VERSION, true
391
  );
392
  }
408
 
409
  wp_register_script(
410
  'happyforms-part-date',
411
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend/date.js',
412
  array(), HAPPYFORMS_VERSION, true
413
  );
414
 
416
 
417
  wp_register_script(
418
  'happyforms-select',
419
+ happyforms_get_plugin_url() . '/inc/core/assets/js/lib/happyforms-select.js',
420
  array( 'jquery' ), HAPPYFORMS_VERSION, true
421
  );
422
 
inc/{classes → core/classes}/parts/class-part-email.php RENAMED
@@ -81,7 +81,7 @@ class HappyForms_Part_Email extends HappyForms_Form_Part {
81
  * @return string
82
  */
83
  public function customize_templates() {
84
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-email.php' );
85
  }
86
 
87
  /**
@@ -98,7 +98,7 @@ class HappyForms_Part_Email extends HappyForms_Form_Part {
98
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
99
  $form = $form_data;
100
 
101
- include( happyforms_get_include_folder() . '/templates/parts/frontend-email.php' );
102
  }
103
 
104
  public function get_default_value( $part_data = array() ) {
@@ -216,7 +216,7 @@ class HappyForms_Part_Email extends HappyForms_Form_Part {
216
  public function customize_enqueue_scripts( $deps = array() ) {
217
  wp_enqueue_script(
218
  'part-email',
219
- happyforms_get_plugin_url() . 'assets/js/parts/part-email.js',
220
  $deps, HAPPYFORMS_VERSION, true
221
  );
222
  }
@@ -238,7 +238,7 @@ class HappyForms_Part_Email extends HappyForms_Form_Part {
238
 
239
  wp_register_script(
240
  'happyforms-select',
241
- happyforms_get_plugin_url() . 'assets/js/lib/happyforms-select.js',
242
  array( 'jquery' ), HAPPYFORMS_VERSION, true
243
  );
244
 
@@ -246,7 +246,7 @@ class HappyForms_Part_Email extends HappyForms_Form_Part {
246
 
247
  wp_register_script(
248
  'happyforms-email',
249
- happyforms_get_plugin_url() . 'assets/js/frontend/email.js',
250
  array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
251
  );
252
 
81
  * @return string
82
  */
83
  public function customize_templates() {
84
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-email.php' );
85
  }
86
 
87
  /**
98
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
99
  $form = $form_data;
100
 
101
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-email.php' );
102
  }
103
 
104
  public function get_default_value( $part_data = array() ) {
216
  public function customize_enqueue_scripts( $deps = array() ) {
217
  wp_enqueue_script(
218
  'part-email',
219
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-email.js',
220
  $deps, HAPPYFORMS_VERSION, true
221
  );
222
  }
238
 
239
  wp_register_script(
240
  'happyforms-select',
241
+ happyforms_get_plugin_url() . '/inc/core/assets/js/lib/happyforms-select.js',
242
  array( 'jquery' ), HAPPYFORMS_VERSION, true
243
  );
244
 
246
 
247
  wp_register_script(
248
  'happyforms-email',
249
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend/email.js',
250
  array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
251
  );
252
 
inc/{classes → core/classes}/parts/class-part-legal.php RENAMED
@@ -58,7 +58,7 @@ class HappyForms_Part_Legal extends HappyForms_Form_Part {
58
  * @return string
59
  */
60
  public function customize_templates() {
61
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-legal.php' );
62
  }
63
 
64
  /**
@@ -75,7 +75,7 @@ class HappyForms_Part_Legal extends HappyForms_Form_Part {
75
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
76
  $form = $form_data;
77
 
78
- include( happyforms_get_include_folder() . '/templates/parts/frontend-legal.php' );
79
  }
80
 
81
  /**
@@ -182,7 +182,7 @@ class HappyForms_Part_Legal extends HappyForms_Form_Part {
182
  public function customize_enqueue_scripts( $deps = array() ) {
183
  wp_enqueue_script(
184
  'part-legal',
185
- happyforms_get_plugin_url() . 'assets/js/parts/part-legal.js',
186
  $deps, HAPPYFORMS_VERSION, true
187
  );
188
  }
58
  * @return string
59
  */
60
  public function customize_templates() {
61
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-legal.php' );
62
  }
63
 
64
  /**
75
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
76
  $form = $form_data;
77
 
78
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-legal.php' );
79
  }
80
 
81
  /**
182
  public function customize_enqueue_scripts( $deps = array() ) {
183
  wp_enqueue_script(
184
  'part-legal',
185
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-legal.js',
186
  $deps, HAPPYFORMS_VERSION, true
187
  );
188
  }
inc/{classes → core/classes}/parts/class-part-multi-line-text.php RENAMED
@@ -68,7 +68,7 @@ class HappyForms_Part_MultiLineText extends HappyForms_Form_Part {
68
  * @return string
69
  */
70
  public function customize_templates() {
71
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-multi-line-text.php' );
72
  }
73
 
74
  /**
@@ -85,7 +85,7 @@ class HappyForms_Part_MultiLineText extends HappyForms_Form_Part {
85
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
86
  $form = $form_data;
87
 
88
- include( happyforms_get_include_folder() . '/templates/parts/frontend-multi-line-text.php' );
89
  }
90
 
91
  /**
@@ -100,7 +100,7 @@ class HappyForms_Part_MultiLineText extends HappyForms_Form_Part {
100
  public function customize_enqueue_scripts( $deps = array() ) {
101
  wp_enqueue_script(
102
  'part-multi-line-text',
103
- happyforms_get_plugin_url() . 'assets/js/parts/part-multi-line-text.js',
104
  $deps, HAPPYFORMS_VERSION, true
105
  );
106
  }
68
  * @return string
69
  */
70
  public function customize_templates() {
71
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-multi-line-text.php' );
72
  }
73
 
74
  /**
85
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
86
  $form = $form_data;
87
 
88
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-multi-line-text.php' );
89
  }
90
 
91
  /**
100
  public function customize_enqueue_scripts( $deps = array() ) {
101
  wp_enqueue_script(
102
  'part-multi-line-text',
103
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-multi-line-text.js',
104
  $deps, HAPPYFORMS_VERSION, true
105
  );
106
  }
inc/{classes → core/classes}/parts/class-part-narrative.php RENAMED
@@ -60,7 +60,7 @@ class HappyForms_Part_Narrative extends HappyForms_Form_Part {
60
  * @return string
61
  */
62
  public function customize_templates() {
63
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-narrative.php' );
64
  }
65
 
66
  /**
@@ -77,7 +77,7 @@ class HappyForms_Part_Narrative extends HappyForms_Form_Part {
77
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
78
  $form = $form_data;
79
 
80
- include( happyforms_get_include_folder() . '/templates/parts/frontend-narrative.php' );
81
  }
82
 
83
  public function get_default_value( $part_data = array() ) {
@@ -158,7 +158,7 @@ class HappyForms_Part_Narrative extends HappyForms_Form_Part {
158
  public function customize_enqueue_scripts( $deps = array() ) {
159
  wp_enqueue_script(
160
  'part-narrative',
161
- happyforms_get_plugin_url() . 'assets/js/parts/part-narrative.js',
162
  $deps, HAPPYFORMS_VERSION, true
163
  );
164
  }
@@ -180,7 +180,7 @@ class HappyForms_Part_Narrative extends HappyForms_Form_Part {
180
 
181
  wp_register_script(
182
  'happyforms-part-narrative',
183
- happyforms_get_plugin_url() . 'assets/js/frontend/narrative.js',
184
  array(), HAPPYFORMS_VERSION, true
185
  );
186
 
60
  * @return string
61
  */
62
  public function customize_templates() {
63
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-narrative.php' );
64
  }
65
 
66
  /**
77
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
78
  $form = $form_data;
79
 
80
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-narrative.php' );
81
  }
82
 
83
  public function get_default_value( $part_data = array() ) {
158
  public function customize_enqueue_scripts( $deps = array() ) {
159
  wp_enqueue_script(
160
  'part-narrative',
161
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-narrative.js',
162
  $deps, HAPPYFORMS_VERSION, true
163
  );
164
  }
180
 
181
  wp_register_script(
182
  'happyforms-part-narrative',
183
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend/narrative.js',
184
  array(), HAPPYFORMS_VERSION, true
185
  );
186
 
inc/{classes → core/classes}/parts/class-part-number.php RENAMED
@@ -101,7 +101,7 @@ class HappyForms_Part_Number extends HappyForms_Form_Part {
101
  * @return string
102
  */
103
  public function customize_templates() {
104
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-number.php' );
105
  }
106
 
107
  /**
@@ -118,7 +118,7 @@ class HappyForms_Part_Number extends HappyForms_Form_Part {
118
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
119
  $form = $form_data;
120
 
121
- include( happyforms_get_include_folder() . '/templates/parts/frontend-number.php' );
122
  }
123
 
124
  public function get_default_value( $part_data = array() ) {
@@ -212,7 +212,7 @@ class HappyForms_Part_Number extends HappyForms_Form_Part {
212
  public function customize_enqueue_scripts( $deps = array() ) {
213
  wp_enqueue_script(
214
  'part-number',
215
- happyforms_get_plugin_url() . 'assets/js/parts/part-number.js',
216
  $deps, HAPPYFORMS_VERSION, true
217
  );
218
  }
@@ -279,13 +279,13 @@ class HappyForms_Part_Number extends HappyForms_Form_Part {
279
 
280
  wp_register_script(
281
  'cleave',
282
- happyforms_get_plugin_url() . 'assets/js/lib/cleave.min.js',
283
  array(), HAPPYFORMS_VERSION
284
  );
285
 
286
  wp_register_script(
287
  'happyforms-part-number',
288
- happyforms_get_plugin_url() . 'assets/js/frontend/number.js',
289
  array( 'cleave' ), HAPPYFORMS_VERSION, true
290
  );
291
 
101
  * @return string
102
  */
103
  public function customize_templates() {
104
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-number.php' );
105
  }
106
 
107
  /**
118
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
119
  $form = $form_data;
120
 
121
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-number.php' );
122
  }
123
 
124
  public function get_default_value( $part_data = array() ) {
212
  public function customize_enqueue_scripts( $deps = array() ) {
213
  wp_enqueue_script(
214
  'part-number',
215
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-number.js',
216
  $deps, HAPPYFORMS_VERSION, true
217
  );
218
  }
279
 
280
  wp_register_script(
281
  'cleave',
282
+ happyforms_get_plugin_url() . '/inc/core/assets/js/lib/cleave.min.js',
283
  array(), HAPPYFORMS_VERSION
284
  );
285
 
286
  wp_register_script(
287
  'happyforms-part-number',
288
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend/number.js',
289
  array( 'cleave' ), HAPPYFORMS_VERSION, true
290
  );
291
 
inc/{classes → core/classes}/parts/class-part-phone.php RENAMED
@@ -89,7 +89,7 @@ class HappyForms_Part_Phone extends HappyForms_Form_Part {
89
  * @return string
90
  */
91
  public function customize_templates() {
92
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-phone.php' );
93
  }
94
 
95
  /**
@@ -106,7 +106,7 @@ class HappyForms_Part_Phone extends HappyForms_Form_Part {
106
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
107
  $form = $form_data;
108
 
109
- include( happyforms_get_include_folder() . '/templates/parts/frontend-phone.php' );
110
  }
111
 
112
  public function get_default_value( $part_data = array() ) {
@@ -244,7 +244,7 @@ class HappyForms_Part_Phone extends HappyForms_Form_Part {
244
  public function customize_enqueue_scripts( $deps = array() ) {
245
  wp_enqueue_script(
246
  'part-phone',
247
- happyforms_get_plugin_url() . 'assets/js/parts/part-phone.js',
248
  $deps, HAPPYFORMS_VERSION, true
249
  );
250
  }
@@ -277,19 +277,19 @@ class HappyForms_Part_Phone extends HappyForms_Form_Part {
277
 
278
  wp_register_script(
279
  'cleave',
280
- happyforms_get_plugin_url() . 'assets/js/lib/cleave.min.js',
281
  array(), HAPPYFORMS_VERSION
282
  );
283
 
284
  wp_register_script(
285
  'cleave-phone',
286
- happyforms_get_plugin_url() . 'assets/js/lib/cleave-phone.i18n.js',
287
  array( 'cleave' ), HAPPYFORMS_VERSION, true
288
  );
289
 
290
  wp_register_script(
291
  'happyforms-part-phone',
292
- happyforms_get_plugin_url() . 'assets/js/frontend/phone.js',
293
  array( 'cleave-phone' ), HAPPYFORMS_VERSION, true
294
  );
295
 
89
  * @return string
90
  */
91
  public function customize_templates() {
92
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-phone.php' );
93
  }
94
 
95
  /**
106
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
107
  $form = $form_data;
108
 
109
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-phone.php' );
110
  }
111
 
112
  public function get_default_value( $part_data = array() ) {
244
  public function customize_enqueue_scripts( $deps = array() ) {
245
  wp_enqueue_script(
246
  'part-phone',
247
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-phone.js',
248
  $deps, HAPPYFORMS_VERSION, true
249
  );
250
  }
277
 
278
  wp_register_script(
279
  'cleave',
280
+ happyforms_get_plugin_url() . '/inc/core/assets/js/lib/cleave.min.js',
281
  array(), HAPPYFORMS_VERSION
282
  );
283
 
284
  wp_register_script(
285
  'cleave-phone',
286
+ happyforms_get_plugin_url() . '/inc/core/assets/js/lib/cleave-phone.i18n.js',
287
  array( 'cleave' ), HAPPYFORMS_VERSION, true
288
  );
289
 
290
  wp_register_script(
291
  'happyforms-part-phone',
292
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend/phone.js',
293
  array( 'cleave-phone' ), HAPPYFORMS_VERSION, true
294
  );
295
 
inc/{classes → core/classes}/parts/class-part-placeholder.php RENAMED
@@ -55,7 +55,7 @@ class HappyForms_Part_Placeholder extends HappyForms_Form_Part {
55
  * @return string
56
  */
57
  public function customize_templates() {
58
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-placeholder.php' );
59
  }
60
 
61
  /**
@@ -72,7 +72,7 @@ class HappyForms_Part_Placeholder extends HappyForms_Form_Part {
72
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
73
  $form = $form_data;
74
 
75
- include( happyforms_get_include_folder() . '/templates/parts/frontend-placeholder.php' );
76
  }
77
 
78
  /**
@@ -142,7 +142,7 @@ class HappyForms_Part_Placeholder extends HappyForms_Form_Part {
142
  public function customize_enqueue_scripts( $deps = array() ) {
143
  wp_enqueue_script(
144
  'part-placeholder',
145
- happyforms_get_plugin_url() . 'assets/js/parts/part-placeholder.js',
146
  $deps, HAPPYFORMS_VERSION, true
147
  );
148
  }
55
  * @return string
56
  */
57
  public function customize_templates() {
58
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-placeholder.php' );
59
  }
60
 
61
  /**
72
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
73
  $form = $form_data;
74
 
75
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-placeholder.php' );
76
  }
77
 
78
  /**
142
  public function customize_enqueue_scripts( $deps = array() ) {
143
  wp_enqueue_script(
144
  'part-placeholder',
145
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-placeholder.js',
146
  $deps, HAPPYFORMS_VERSION, true
147
  );
148
  }
inc/{classes → core/classes}/parts/class-part-radio.php RENAMED
@@ -89,7 +89,7 @@ class HappyForms_Part_Radio extends HappyForms_Form_Part {
89
  * @return string
90
  */
91
  public function customize_templates() {
92
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-radio.php' );
93
  }
94
 
95
  /**
@@ -110,7 +110,7 @@ class HappyForms_Part_Radio extends HappyForms_Form_Part {
110
  $part['options'][$o] = wp_parse_args( $option, $this->get_option_defaults() );
111
  }
112
 
113
- include( happyforms_get_include_folder() . '/templates/parts/frontend-radio.php' );
114
  }
115
 
116
  /**
@@ -125,7 +125,7 @@ class HappyForms_Part_Radio extends HappyForms_Form_Part {
125
  public function customize_enqueue_scripts( $deps = array() ) {
126
  wp_enqueue_script(
127
  'part-radio',
128
- happyforms_get_plugin_url() . 'assets/js/parts/part-radio.js',
129
  $deps, HAPPYFORMS_VERSION, true
130
  );
131
  }
89
  * @return string
90
  */
91
  public function customize_templates() {
92
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-radio.php' );
93
  }
94
 
95
  /**
110
  $part['options'][$o] = wp_parse_args( $option, $this->get_option_defaults() );
111
  }
112
 
113
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-radio.php' );
114
  }
115
 
116
  /**
125
  public function customize_enqueue_scripts( $deps = array() ) {
126
  wp_enqueue_script(
127
  'part-radio',
128
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-radio.js',
129
  $deps, HAPPYFORMS_VERSION, true
130
  );
131
  }
inc/{classes → core/classes}/parts/class-part-rating.php RENAMED
@@ -95,7 +95,7 @@ class HappyForms_Part_Rating extends HappyForms_Form_Part {
95
  * @return string
96
  */
97
  public function customize_templates() {
98
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-rating.php' );
99
  }
100
 
101
  /**
@@ -112,7 +112,7 @@ class HappyForms_Part_Rating extends HappyForms_Form_Part {
112
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
113
  $form = $form_data;
114
 
115
- include( happyforms_get_include_folder() . '/templates/parts/frontend-rating.php' );
116
  }
117
 
118
  /**
@@ -215,7 +215,7 @@ class HappyForms_Part_Rating extends HappyForms_Form_Part {
215
  public function customize_enqueue_scripts( $deps = array() ) {
216
  wp_enqueue_script(
217
  'part-rating',
218
- happyforms_get_plugin_url() . 'assets/js/parts/part-rating.js',
219
  $deps, HAPPYFORMS_VERSION, true
220
  );
221
  }
@@ -237,7 +237,7 @@ class HappyForms_Part_Rating extends HappyForms_Form_Part {
237
 
238
  wp_register_script(
239
  'happyforms-part-rating',
240
- happyforms_get_plugin_url() . 'assets/js/frontend/rating.js',
241
  array(), HAPPYFORMS_VERSION, true
242
  );
243
 
95
  * @return string
96
  */
97
  public function customize_templates() {
98
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-rating.php' );
99
  }
100
 
101
  /**
112
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
113
  $form = $form_data;
114
 
115
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-rating.php' );
116
  }
117
 
118
  /**
215
  public function customize_enqueue_scripts( $deps = array() ) {
216
  wp_enqueue_script(
217
  'part-rating',
218
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-rating.js',
219
  $deps, HAPPYFORMS_VERSION, true
220
  );
221
  }
237
 
238
  wp_register_script(
239
  'happyforms-part-rating',
240
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend/rating.js',
241
  array(), HAPPYFORMS_VERSION, true
242
  );
243
 
inc/{classes → core/classes}/parts/class-part-rich-text.php RENAMED
@@ -66,7 +66,7 @@ class HappyForms_Part_RichText extends HappyForms_Form_Part {
66
  * @return string
67
  */
68
  public function customize_templates() {
69
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-rich-text.php' );
70
  }
71
 
72
  /**
@@ -84,9 +84,9 @@ class HappyForms_Part_RichText extends HappyForms_Form_Part {
84
  $form = $form_data;
85
 
86
  if ( ! happyforms_is_block_context() ) {
87
- include( happyforms_get_include_folder() . '/templates/parts/frontend-rich-text.php' );
88
  } else {
89
- include( happyforms_get_include_folder() . '/templates/parts/block-rich-text.php' );
90
  }
91
  }
92
 
@@ -102,7 +102,7 @@ class HappyForms_Part_RichText extends HappyForms_Form_Part {
102
  public function customize_enqueue_scripts( $deps = array() ) {
103
  wp_enqueue_script(
104
  'part-rich-text',
105
- happyforms_get_plugin_url() . 'assets/js/parts/part-rich-text.js',
106
  $deps, HAPPYFORMS_VERSION, true
107
  );
108
  }
@@ -225,11 +225,11 @@ class HappyForms_Part_RichText extends HappyForms_Form_Part {
225
 
226
  wp_register_script(
227
  'happyforms-part-rich-text',
228
- happyforms_get_plugin_url() . 'assets/js/frontend/rich-text.js',
229
  array( 'editor' ), HAPPYFORMS_VERSION, true
230
  );
231
 
232
- $content_css = array( happyforms_get_plugin_url() . 'assets/css/rich-text-editor.css' );
233
  /**
234
  * Filters the list of CSS files to load
235
  * in the editor document.
@@ -273,7 +273,7 @@ class HappyForms_Part_RichText extends HappyForms_Form_Part {
273
  return;
274
  }
275
 
276
- require_once( happyforms_get_include_folder() . '/templates/partials/frontend-rich-text-toolbar-icons.php' );
277
  }
278
 
279
  }
66
  * @return string
67
  */
68
  public function customize_templates() {
69
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-rich-text.php' );
70
  }
71
 
72
  /**
84
  $form = $form_data;
85
 
86
  if ( ! happyforms_is_block_context() ) {
87
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-rich-text.php' );
88
  } else {
89
+ include( happyforms_get_include_folder() . '/core/templates/parts/block-rich-text.php' );
90
  }
91
  }
92
 
102
  public function customize_enqueue_scripts( $deps = array() ) {
103
  wp_enqueue_script(
104
  'part-rich-text',
105
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-rich-text.js',
106
  $deps, HAPPYFORMS_VERSION, true
107
  );
108
  }
225
 
226
  wp_register_script(
227
  'happyforms-part-rich-text',
228
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend/rich-text.js',
229
  array( 'editor' ), HAPPYFORMS_VERSION, true
230
  );
231
 
232
+ $content_css = array( happyforms_get_plugin_url() . '/inc/core/assets/css/rich-text-editor.css' );
233
  /**
234
  * Filters the list of CSS files to load
235
  * in the editor document.
273
  return;
274
  }
275
 
276
+ require_once( happyforms_get_include_folder() . '/core/templates/partials/frontend-rich-text-toolbar-icons.php' );
277
  }
278
 
279
  }
inc/{classes → core/classes}/parts/class-part-scale.php RENAMED
@@ -101,7 +101,7 @@ class HappyForms_Part_Scale extends HappyForms_Form_Part {
101
  * @return string
102
  */
103
  public function customize_templates() {
104
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-scale.php' );
105
  }
106
 
107
  /**
@@ -118,7 +118,7 @@ class HappyForms_Part_Scale extends HappyForms_Form_Part {
118
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
119
  $form = $form_data;
120
 
121
- include( happyforms_get_include_folder() . '/templates/parts/frontend-scale.php' );
122
  }
123
 
124
  /**
@@ -215,7 +215,7 @@ class HappyForms_Part_Scale extends HappyForms_Form_Part {
215
  public function customize_enqueue_scripts( $deps = array() ) {
216
  wp_enqueue_script(
217
  'part-scale',
218
- happyforms_get_plugin_url() . 'assets/js/parts/part-scale.js',
219
  $deps, HAPPYFORMS_VERSION, true
220
  );
221
  }
@@ -237,7 +237,7 @@ class HappyForms_Part_Scale extends HappyForms_Form_Part {
237
 
238
  wp_register_script(
239
  'multirange-polyfill',
240
- happyforms_get_plugin_url() . 'assets/js/lib/multirange.js',
241
  '',
242
  false,
243
  true
@@ -245,7 +245,7 @@ class HappyForms_Part_Scale extends HappyForms_Form_Part {
245
 
246
  wp_register_script(
247
  'happyforms-part-scale',
248
- happyforms_get_plugin_url() . 'assets/js/frontend/scale.js',
249
  array( 'multirange-polyfill' ), HAPPYFORMS_VERSION, true
250
  );
251
 
101
  * @return string
102
  */
103
  public function customize_templates() {
104
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-scale.php' );
105
  }
106
 
107
  /**
118
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
119
  $form = $form_data;
120
 
121
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-scale.php' );
122
  }
123
 
124
  /**
215
  public function customize_enqueue_scripts( $deps = array() ) {
216
  wp_enqueue_script(
217
  'part-scale',
218
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-scale.js',
219
  $deps, HAPPYFORMS_VERSION, true
220
  );
221
  }
237
 
238
  wp_register_script(
239
  'multirange-polyfill',
240
+ happyforms_get_plugin_url() . '/inc/core/assets/js/lib/multirange.js',
241
  '',
242
  false,
243
  true
245
 
246
  wp_register_script(
247
  'happyforms-part-scale',
248
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend/scale.js',
249
  array( 'multirange-polyfill' ), HAPPYFORMS_VERSION, true
250
  );
251
 
inc/{classes → core/classes}/parts/class-part-select.php RENAMED
@@ -92,7 +92,7 @@ class HappyForms_Part_Select extends HappyForms_Form_Part {
92
  * @return string
93
  */
94
  public function customize_templates() {
95
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-select.php' );
96
  }
97
 
98
  /**
@@ -113,7 +113,7 @@ class HappyForms_Part_Select extends HappyForms_Form_Part {
113
  $part['options'][$o] = wp_parse_args( $option, $this->get_option_defaults() );
114
  }
115
 
116
- include( happyforms_get_include_folder() . '/templates/parts/frontend-select.php' );
117
  }
118
 
119
  /**
@@ -128,7 +128,7 @@ class HappyForms_Part_Select extends HappyForms_Form_Part {
128
  public function customize_enqueue_scripts( $deps = array() ) {
129
  wp_enqueue_script(
130
  'part-select',
131
- happyforms_get_plugin_url() . 'assets/js/parts/part-select.js',
132
  $deps, HAPPYFORMS_VERSION, true
133
  );
134
  }
@@ -241,7 +241,7 @@ class HappyForms_Part_Select extends HappyForms_Form_Part {
241
 
242
  wp_register_script(
243
  'happyforms-select',
244
- happyforms_get_plugin_url() . 'assets/js/lib/happyforms-select.js',
245
  array( 'jquery' ), HAPPYFORMS_VERSION, true
246
  );
247
 
@@ -249,7 +249,7 @@ class HappyForms_Part_Select extends HappyForms_Form_Part {
249
 
250
  wp_register_script(
251
  'happyforms-dropdown',
252
- happyforms_get_plugin_url() . 'assets/js/frontend/select.js',
253
  array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
254
  );
255
 
92
  * @return string
93
  */
94
  public function customize_templates() {
95
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-select.php' );
96
  }
97
 
98
  /**
113
  $part['options'][$o] = wp_parse_args( $option, $this->get_option_defaults() );
114
  }
115
 
116
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-select.php' );
117
  }
118
 
119
  /**
128
  public function customize_enqueue_scripts( $deps = array() ) {
129
  wp_enqueue_script(
130
  'part-select',
131
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-select.js',
132
  $deps, HAPPYFORMS_VERSION, true
133
  );
134
  }
241
 
242
  wp_register_script(
243
  'happyforms-select',
244
+ happyforms_get_plugin_url() . '/inc/core/assets/js/lib/happyforms-select.js',
245
  array( 'jquery' ), HAPPYFORMS_VERSION, true
246
  );
247
 
249
 
250
  wp_register_script(
251
  'happyforms-dropdown',
252
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend/select.js',
253
  array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
254
  );
255
 
inc/{classes → core/classes}/parts/class-part-single-line-text.php RENAMED
@@ -72,7 +72,7 @@ class HappyForms_Part_SingleLineText extends HappyForms_Form_Part {
72
  * @return string
73
  */
74
  public function customize_templates() {
75
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-single-line-text.php' );
76
  }
77
 
78
  /**
@@ -89,7 +89,7 @@ class HappyForms_Part_SingleLineText extends HappyForms_Form_Part {
89
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
90
  $form = $form_data;
91
 
92
- include( happyforms_get_include_folder() . '/templates/parts/frontend-single-line-text.php' );
93
  }
94
 
95
  /**
@@ -166,7 +166,7 @@ class HappyForms_Part_SingleLineText extends HappyForms_Form_Part {
166
  public function customize_enqueue_scripts( $deps = array() ) {
167
  wp_enqueue_script(
168
  'part-single-line-text',
169
- happyforms_get_plugin_url() . 'assets/js/parts/part-single-line-text.js',
170
  $deps, HAPPYFORMS_VERSION, true
171
  );
172
  }
72
  * @return string
73
  */
74
  public function customize_templates() {
75
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-single-line-text.php' );
76
  }
77
 
78
  /**
89
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
90
  $form = $form_data;
91
 
92
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-single-line-text.php' );
93
  }
94
 
95
  /**
166
  public function customize_enqueue_scripts( $deps = array() ) {
167
  wp_enqueue_script(
168
  'part-single-line-text',
169
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-single-line-text.js',
170
  $deps, HAPPYFORMS_VERSION, true
171
  );
172
  }
inc/{classes → core/classes}/parts/class-part-table.php RENAMED
@@ -92,7 +92,7 @@ class HappyForms_Part_Table extends HappyForms_Form_Part {
92
  * @return string
93
  */
94
  public function customize_templates() {
95
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-table.php' );
96
  }
97
 
98
  /**
@@ -117,7 +117,7 @@ class HappyForms_Part_Table extends HappyForms_Form_Part {
117
  $part['rows'][$r] = wp_parse_args( $row, $this->get_row_defaults() );
118
  }
119
 
120
- include( happyforms_get_include_folder() . '/templates/parts/frontend-table.php' );
121
  }
122
 
123
  /**
@@ -132,7 +132,7 @@ class HappyForms_Part_Table extends HappyForms_Form_Part {
132
  public function customize_enqueue_scripts( $deps = array() ) {
133
  wp_register_script(
134
  'part-table',
135
- happyforms_get_plugin_url() . 'assets/js/parts/part-table.js',
136
  $deps, HAPPYFORMS_VERSION, true
137
  );
138
 
@@ -329,7 +329,7 @@ class HappyForms_Part_Table extends HappyForms_Form_Part {
329
 
330
  wp_register_script(
331
  'happyforms-part-table',
332
- happyforms_get_plugin_url() . 'assets/js/frontend/table.js',
333
  array(), HAPPYFORMS_VERSION, true
334
  );
335
 
92
  * @return string
93
  */
94
  public function customize_templates() {
95
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-table.php' );
96
  }
97
 
98
  /**
117
  $part['rows'][$r] = wp_parse_args( $row, $this->get_row_defaults() );
118
  }
119
 
120
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-table.php' );
121
  }
122
 
123
  /**
132
  public function customize_enqueue_scripts( $deps = array() ) {
133
  wp_register_script(
134
  'part-table',
135
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-table.js',
136
  $deps, HAPPYFORMS_VERSION, true
137
  );
138
 
329
 
330
  wp_register_script(
331
  'happyforms-part-table',
332
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend/table.js',
333
  array(), HAPPYFORMS_VERSION, true
334
  );
335
 
inc/{classes → core/classes}/parts/class-part-title.php RENAMED
@@ -69,7 +69,7 @@ class HappyForms_Part_Title extends HappyForms_Form_Part {
69
  * @return string
70
  */
71
  public function customize_templates() {
72
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-title.php' );
73
  }
74
 
75
  /**
@@ -87,7 +87,7 @@ class HappyForms_Part_Title extends HappyForms_Form_Part {
87
  $part['options'] = $this->get_honorifics();
88
  $form = $form_data;
89
 
90
- include( happyforms_get_include_folder() . '/templates/parts/frontend-title.php' );
91
  }
92
 
93
  /**
@@ -120,7 +120,7 @@ class HappyForms_Part_Title extends HappyForms_Form_Part {
120
  public function customize_enqueue_scripts( $deps = array() ) {
121
  wp_enqueue_script(
122
  'part-title',
123
- happyforms_get_plugin_url() . 'assets/js/parts/part-title.js',
124
  $deps, HAPPYFORMS_VERSION, true
125
  );
126
  }
@@ -221,7 +221,7 @@ class HappyForms_Part_Title extends HappyForms_Form_Part {
221
 
222
  wp_register_script(
223
  'happyforms-select',
224
- happyforms_get_plugin_url() . 'assets/js/lib/happyforms-select.js',
225
  array( 'jquery' ), HAPPYFORMS_VERSION, true
226
  );
227
 
@@ -229,7 +229,7 @@ class HappyForms_Part_Title extends HappyForms_Form_Part {
229
 
230
  wp_register_script(
231
  'happyforms-title',
232
- happyforms_get_plugin_url() . 'assets/js/frontend/title.js',
233
  array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
234
  );
235
 
69
  * @return string
70
  */
71
  public function customize_templates() {
72
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-title.php' );
73
  }
74
 
75
  /**
87
  $part['options'] = $this->get_honorifics();
88
  $form = $form_data;
89
 
90
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-title.php' );
91
  }
92
 
93
  /**
120
  public function customize_enqueue_scripts( $deps = array() ) {
121
  wp_enqueue_script(
122
  'part-title',
123
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-title.js',
124
  $deps, HAPPYFORMS_VERSION, true
125
  );
126
  }
221
 
222
  wp_register_script(
223
  'happyforms-select',
224
+ happyforms_get_plugin_url() . '/inc/core/assets/js/lib/happyforms-select.js',
225
  array( 'jquery' ), HAPPYFORMS_VERSION, true
226
  );
227
 
229
 
230
  wp_register_script(
231
  'happyforms-title',
232
+ happyforms_get_plugin_url() . '/inc/core/assets/js/frontend/title.js',
233
  array( 'happyforms-select' ), HAPPYFORMS_VERSION, true
234
  );
235
 
inc/{classes → core/classes}/parts/class-part-website-url.php RENAMED
@@ -67,7 +67,7 @@ class HappyForms_Part_WebsiteUrl extends HappyForms_Form_Part {
67
  * @return string
68
  */
69
  public function customize_templates() {
70
- require_once( happyforms_get_include_folder() . '/templates/parts/customize-website-url.php' );
71
  }
72
 
73
  /**
@@ -84,7 +84,7 @@ class HappyForms_Part_WebsiteUrl extends HappyForms_Form_Part {
84
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
85
  $form = $form_data;
86
 
87
- include( happyforms_get_include_folder() . '/templates/parts/frontend-website-url.php' );
88
  }
89
 
90
  /**
@@ -161,7 +161,7 @@ class HappyForms_Part_WebsiteUrl extends HappyForms_Form_Part {
161
  public function customize_enqueue_scripts( $deps = array() ) {
162
  wp_enqueue_script(
163
  'part-website-url',
164
- happyforms_get_plugin_url() . 'assets/js/parts/part-website-url.js',
165
  $deps, HAPPYFORMS_VERSION, true
166
  );
167
  }
67
  * @return string
68
  */
69
  public function customize_templates() {
70
+ require_once( happyforms_get_include_folder() . '/core/templates/parts/customize-website-url.php' );
71
  }
72
 
73
  /**
84
  $part = wp_parse_args( $part_data, $this->get_customize_defaults() );
85
  $form = $form_data;
86
 
87
+ include( happyforms_get_include_folder() . '/core/templates/parts/frontend-website-url.php' );
88
  }
89
 
90
  /**
161
  public function customize_enqueue_scripts( $deps = array() ) {
162
  wp_enqueue_script(
163
  'part-website-url',
164
+ happyforms_get_plugin_url() . '/inc/core/assets/js/parts/part-website-url.js',
165
  $deps, HAPPYFORMS_VERSION, true
166
  );
167
  }
inc/{helpers → core/helpers}/helper-activation.php RENAMED
@@ -14,9 +14,9 @@ if ( ! function_exists( 'happyforms_first_run' ) ):
14
  * @return void
15
  */
16
  function happyforms_first_run() {
17
- require_once( happyforms_get_include_folder() . '/classes/class-tracking.php' );
18
- require_once( happyforms_get_include_folder() . '/helpers/helper-misc.php' );
19
- require_once( happyforms_get_include_folder() . '/classes/class-form-controller.php' );
20
 
21
  $tracking = happyforms_get_tracking();
22
  $status = $tracking->get_status();
@@ -25,12 +25,12 @@ function happyforms_first_run() {
25
  return;
26
  }
27
 
28
- require_once( happyforms_get_include_folder() . '/classes/class-form-part-library.php' );
29
- require_once( happyforms_get_include_folder() . '/classes/class-form-styles.php' );
30
- require_once( happyforms_get_include_folder() . '/classes/class-session.php' );
31
- require_once( happyforms_get_include_folder() . '/classes/class-message-controller.php' );
32
- require_once( happyforms_get_include_folder() . '/helpers/helper-form-templates.php' );
33
- require_once( happyforms_get_include_folder() . '/helpers/helper-validation.php' );
34
 
35
  $part_library = happyforms_get_part_library();
36
  $form_controller = happyforms_get_form_controller();
@@ -179,7 +179,7 @@ if ( ! function_exists( 'happyforms_deactivate' ) ):
179
  * @return void
180
  */
181
  function happyforms_deactivate() {
182
- require_once( happyforms_get_include_folder() . '/classes/class-tracking.php' );
183
 
184
  $tracking = happyforms_get_tracking();
185
  $status = $tracking->get_status();
14
  * @return void
15
  */
16
  function happyforms_first_run() {
17
+ require_once( happyforms_get_include_folder() . '/core/classes/class-tracking.php' );
18
+ require_once( happyforms_get_include_folder() . '/core/helpers/helper-misc.php' );
19
+ require_once( happyforms_get_include_folder() . '/core/classes/class-form-controller.php' );
20
 
21
  $tracking = happyforms_get_tracking();
22
  $status = $tracking->get_status();
25
  return;
26
  }
27
 
28
+ require_once( happyforms_get_include_folder() . '/core/classes/class-form-part-library.php' );
29
+ require_once( happyforms_get_include_folder() . '/core/classes/class-form-styles.php' );
30
+ require_once( happyforms_get_include_folder() . '/core/classes/class-session.php' );
31
+ require_once( happyforms_get_include_folder() . '/core/classes/class-message-controller.php' );
32
+ require_once( happyforms_get_include_folder() . '/core/helpers/helper-form-templates.php' );
33
+ require_once( happyforms_get_include_folder() . '/core/helpers/helper-validation.php' );
34
 
35
  $part_library = happyforms_get_part_library();
36
  $form_controller = happyforms_get_form_controller();
179
  * @return void
180
  */
181
  function happyforms_deactivate() {
182
+ require_once( happyforms_get_include_folder() . '/core/classes/class-tracking.php' );
183
 
184
  $tracking = happyforms_get_tracking();
185
  $status = $tracking->get_status();
inc/{helpers → core/helpers}/helper-customize-templates.php RENAMED
File without changes
inc/{helpers → core/helpers}/helper-form-templates.php RENAMED
@@ -793,8 +793,9 @@ function happyforms_the_part_label( $part, $form ) {
793
  ?>
794
  <label for="<?php happyforms_the_part_id( $part, $form ); ?>" class="happyforms-part__label">
795
  <span class="label"><?php echo esc_html( $part['label'] ); ?></span>
796
- <?php if ( isset( $part['required'] ) && 0 === intval( $part['required'] ) ) : ?>
797
- <span class="happyforms-optional"><?php _e( '(optional)', 'happyforms' ); ?></span>
 
798
  <?php endif; ?>
799
  </label>
800
  <?php
@@ -855,7 +856,7 @@ if ( ! function_exists( 'happyforms_geolocation_link' ) ) :
855
 
856
  function happyforms_geolocation_link( $part ) {
857
  if ( 1 === intval( $part['has_geolocation'] ) ) : ?>
858
- <a class="address-geolocate" href="#" data-idle="<?php _e( 'Get my location', 'happyforms' ); ?>" data-fetching="<?php _e( 'Fetching location…', 'happyforms' ); ?>"><?php require( happyforms_get_plugin_path() . 'assets/svg/font-awesome/map-marker-alt.svg' ) ; ?><span></span></a>
859
  <?php endif;
860
  }
861
 
@@ -1136,19 +1137,19 @@ endif;
1136
 
1137
  if ( ! function_exists( 'happyforms_select' ) ) :
1138
 
1139
- function happyforms_select( $options, $part, $form, $placeholder = '' ) {
1140
- $value = happyforms_get_part_value( $part, $form );
1141
- $placeholder_value = ( isset( $part['placeholder'] ) ) ? $part['placeholder'] : $placeholder;
1142
 
1143
- foreach( $options as $option_value => $option ) {
1144
- if ( isset( $option['is_default'] ) && 1 == $option['is_default'] ) {
1145
- $value = $option_value;
1146
- }
1147
  }
1148
-
1149
- include( happyforms_get_include_folder() . '/templates/partials/happyforms-select.php' );
1150
  }
1151
 
 
 
 
1152
  endif;
1153
 
1154
  if ( ! function_exists( 'happyforms_get_steps' ) ) :
@@ -1234,7 +1235,7 @@ if ( ! function_exists( 'happyforms_template_path' ) ) :
1234
 
1235
  function happyforms_template_path( $path, $form = array(), $part = array() ) {
1236
  $path = apply_filters( 'happyforms_get_template_path', $path, $form, $part );
1237
- $path = "/templates/{$path}.php";
1238
  $path = happyforms_get_include_folder() . $path;
1239
 
1240
  return $path;
793
  ?>
794
  <label for="<?php happyforms_the_part_id( $part, $form ); ?>" class="happyforms-part__label">
795
  <span class="label"><?php echo esc_html( $part['label'] ); ?></span>
796
+ <?php $is_required = isset( $part['required'] ) && 1 === intval( $part['required'] ); ?>
797
+ <?php if ( ! $is_required || happyforms_is_preview_context() ): ?>
798
+ <span class="happyforms-optional"><?php echo happyforms_get_form_property( $form, 'optional_part_label' ); ?></span>
799
  <?php endif; ?>
800
  </label>
801
  <?php
856
 
857
  function happyforms_geolocation_link( $part ) {
858
  if ( 1 === intval( $part['has_geolocation'] ) ) : ?>
859
+ <a class="address-geolocate" href="#" data-idle="<?php _e( 'Get my location', 'happyforms' ); ?>" data-fetching="<?php _e( 'Fetching location…', 'happyforms' ); ?>"><?php require( happyforms_get_include_folder() . '/core/assets/svg/font-awesome/map-marker-alt.svg' ) ; ?><span></span></a>
860
  <?php endif;
861
  }
862
 
1137
 
1138
  if ( ! function_exists( 'happyforms_select' ) ) :
1139
 
1140
+ function happyforms_select( $options, $part, $form, $placeholder = '' ) {
1141
+ $value = happyforms_get_part_value( $part, $form );
1142
+ $placeholder_value = ( isset( $part['placeholder'] ) ) ? $part['placeholder'] : $placeholder;
1143
 
1144
+ foreach( $options as $option_value => $option ) {
1145
+ if ( isset( $option['is_default'] ) && 1 == $option['is_default'] ) {
1146
+ $value = $option_value;
 
1147
  }
 
 
1148
  }
1149
 
1150
+ include( happyforms_get_include_folder() . '/core/templates/partials/happyforms-select.php' );
1151
+ }
1152
+
1153
  endif;
1154
 
1155
  if ( ! function_exists( 'happyforms_get_steps' ) ) :
1235
 
1236
  function happyforms_template_path( $path, $form = array(), $part = array() ) {
1237
  $path = apply_filters( 'happyforms_get_template_path', $path, $form, $part );
1238
+ $path = "/core/templates/{$path}.php";
1239
  $path = happyforms_get_include_folder() . $path;
1240
 
1241
  return $path;
inc/{helpers → core/helpers}/helper-misc.php RENAMED
@@ -1,30 +1,5 @@
1
  <?php
2
 
3
- if ( ! function_exists( 'happyforms_smiley' ) ):
4
- /**
5
- * Get the HappyForms smile icon in SVG format.
6
- *
7
- * @since 1.0
8
- *
9
- * @param boolean $encode Wether the icon should be encoded or not.
10
- *
11
- * @return string
12
- */
13
- function happyforms_smiley( $encode = false ) {
14
- ob_start();
15
- require( happyforms_get_plugin_path() . 'assets/svg/happyforms-logo.svg' );
16
- $smiley = ob_get_clean();
17
-
18
- if ( $encode ) {
19
- $smiley = base64_encode( $smiley );
20
- $smiley = "data:image/svg+xml;base64,{$smiley}";
21
- }
22
-
23
- return $smiley;
24
- }
25
-
26
- endif;
27
-
28
  if ( ! function_exists( 'happyforms_get_part_label' ) ):
29
  /**
30
  * Get a non-empty label for the part.
@@ -710,7 +685,7 @@ endif;
710
  if ( ! function_exists( 'happyforms_get_message_title' ) ):
711
 
712
  function happyforms_get_message_title( $message_id ) {
713
- $title = sprintf( __( 'Message #%s', 'happyforms' ), $message_id );
714
 
715
  return $title;
716
  }
1
  <?php
2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  if ( ! function_exists( 'happyforms_get_part_label' ) ):
4
  /**
5
  * Get a non-empty label for the part.
685
  if ( ! function_exists( 'happyforms_get_message_title' ) ):
686
 
687
  function happyforms_get_message_title( $message_id ) {
688
+ $title = sprintf( __( 'Response #%s', 'happyforms' ), $message_id );
689
 
690
  return $title;
691
  }
inc/{helpers → core/helpers}/helper-styles.php RENAMED
File without changes
inc/{helpers → core/helpers}/helper-validation.php RENAMED
File without changes
inc/{templates → core/templates}/admin-form-modal.php RENAMED
File without changes
inc/{templates → core/templates}/admin-message-edit.php RENAMED
File without changes
inc/{templates → core/templates}/admin-shortcode.php RENAMED
File without changes
inc/{templates → core/templates}/admin-tracking.php RENAMED
@@ -4,29 +4,23 @@ $status = $tracking->get_status();
4
  ?>
5
 
6
  <div class="wrap">
7
- <h1><?php _e( 'Welcome to HappyForms!', 'happyforms' ); ?></h1>
8
-
9
  <div id="welcome-panel" class="welcome-panel happyforms-welcome-panel">
10
  <div class="welcome-panel-content">
11
  <?php if ( 3 === intval( $status['status'] ) ) {
12
  $tracking->print_template( 'success' );
13
  } else { ?>
14
- <h2><?php _e( 'Setup communication', 'happyforms' ); ?></h2>
 
15
  <form action="<?php echo esc_attr( $tracking->monitor_action ); ?>" method="post" id="happyforms-tracking">
16
- <p class="about-description"><?php _e( 'Just one more step before you get started:', 'happyforms' ); ?></p>
17
- <p><?php _e( 'Let\'s set up HappyForms! Enter your email below to agree to notification and to share some data about your usage with', 'happyforms' ); ?> <a href="https://thethemefoundry.com" target="_blank">thethemefoundry.com</a></p>
18
  <input name="<?php echo esc_attr( $tracking->monitor_email_field ); ?>" type="email" placeholder="<?php _e( 'Email address', 'happyforms' ); ?>" required >
19
  <input name="<?php echo esc_attr( $tracking->monitor_status_field ); ?>" type="hidden" value="active" />
20
  <button type="submit" class="button button-primary button-hero"><?php _e( 'Allow and set up HappyForms', 'happyforms' ); ?></button>
21
  </form>
22
  <?php } ?>
23
  </div>
24
- <div class="welcome-panel-theme"></div>
25
  </div>
26
 
27
  <?php if ( 2 === $status['status'] ) : ?>
28
- <p class="welcome-panel-footer">
29
- <?php _e( 'Or, skip this step and ', 'happyforms' ); ?> <a href="<?php echo happyforms_get_all_form_link(); ?>" id="happyforms-tracking-skip"><?php _e( 'continue', 'happyforms' ); ?></a>
30
- </p>
31
  <?php endif; ?>
32
  </div>
4
  ?>
5
 
6
  <div class="wrap">
 
 
7
  <div id="welcome-panel" class="welcome-panel happyforms-welcome-panel">
8
  <div class="welcome-panel-content">
9
  <?php if ( 3 === intval( $status['status'] ) ) {
10
  $tracking->print_template( 'success' );
11
  } else { ?>
12
+ <h2><?php _e( 'Add your email to complete setup', 'happyforms' ); ?>&hellip;</h2>
13
+ <p><?php _e( 'Let\'s set up HappyForms! Enter your email below to agree to notification and to share some data about your usage with', 'happyforms' ); ?> <a href="https://thethemefoundry.com" target="_blank">thethemefoundry.com</a></p>
14
  <form action="<?php echo esc_attr( $tracking->monitor_action ); ?>" method="post" id="happyforms-tracking">
 
 
15
  <input name="<?php echo esc_attr( $tracking->monitor_email_field ); ?>" type="email" placeholder="<?php _e( 'Email address', 'happyforms' ); ?>" required >
16
  <input name="<?php echo esc_attr( $tracking->monitor_status_field ); ?>" type="hidden" value="active" />
17
  <button type="submit" class="button button-primary button-hero"><?php _e( 'Allow and set up HappyForms', 'happyforms' ); ?></button>
18
  </form>
19
  <?php } ?>
20
  </div>
 
21
  </div>
22
 
23
  <?php if ( 2 === $status['status'] ) : ?>
24
+ <p class="welcome-panel-footer"><?php _e( 'Or, skip this step and ', 'happyforms' ); ?> <a href="<?php echo happyforms_get_all_form_link(); ?>" id="happyforms-tracking-skip"><?php _e( 'continue', 'happyforms' ); ?></a></p>
 
 
25
  <?php endif; ?>
26
  </div>
inc/{templates → core/templates}/customize-form-build.php RENAMED
File without changes
inc/{templates → core/templates}/customize-form-item.php RENAMED
File without changes
inc/{templates → core/templates}/customize-form-part-footer.php RENAMED
File without changes
inc/{templates → core/templates}/customize-form-part-header.php RENAMED
File without changes
inc/{templates → core/templates}/customize-form-parts-drawer.php RENAMED
File without changes
inc/{templates → core/templates}/customize-form-setup.php RENAMED
File without changes
inc/{templates → core/templates}/customize-form-steps.php RENAMED
File without changes
inc/{templates → core/templates}/customize-form-style.php RENAMED
File without changes
inc/{templates → core/templates}/customize-header-actions.php RENAMED
File without changes
inc/{templates → core/templates}/customize-sidebar.php RENAMED
File without changes
inc/{templates → core/templates}/partials/form-confirm-preview.php RENAMED
File without changes
inc/{templates → core/templates}/partials/form-submit-preview.php RENAMED
File without changes
inc/{templates → core/templates}/partials/form-submit.php RENAMED
File without changes
inc/{templates → core/templates}/partials/frontend-rich-text-toolbar-icons.php RENAMED
File without changes
inc/{templates → core/templates}/partials/happyforms-select.php RENAMED
File without changes
inc/{templates → core/templates}/partials/part-phone-dropdown.php RENAMED
File without changes
inc/{templates → core/templates}/partials/part-preview.php RENAMED
File without changes
inc/{templates → core/templates}/parts/block-rich-text.php RENAMED
File without changes
inc/{templates → core/templates}/parts/customize-address.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="happyforms-customize-address-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -88,5 +88,5 @@
88
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
89
  </p>
90
  </div>
91
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
92
  </script>
1
  <script type="text/template" id="happyforms-customize-address-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
88
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
89
  </p>
90
  </div>
91
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
92
  </script>
inc/{templates → core/templates}/parts/customize-checkbox.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-checkbox-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -82,7 +82,7 @@
82
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
83
  </p>
84
  </div>
85
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
86
  </script>
87
  <script type="text/template" id="customize-happyforms-checkbox-item-template">
88
  <li data-option-id="<%= id %>">
1
  <script type="text/template" id="customize-happyforms-checkbox-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
82
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
83
  </p>
84
  </div>
85
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
86
  </script>
87
  <script type="text/template" id="customize-happyforms-checkbox-item-template">
88
  <li data-option-id="<%= id %>">
inc/{templates → core/templates}/parts/customize-date.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="happyforms-customize-date-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -118,5 +118,5 @@
118
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
119
  </p>
120
  </div>
121
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
122
  </script>
1
  <script type="text/template" id="happyforms-customize-date-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
118
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
119
  </p>
120
  </div>
121
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
122
  </script>
inc/{templates → core/templates}/parts/customize-email.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-email-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -75,5 +75,5 @@
75
  <input type="text" id="<%= instance.id %>_confirmation_field_label" class="widefat title" value="<%= instance.confirmation_field_label %>" data-bind="confirmation_field_label" />
76
  </p>
77
  </div>
78
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
79
  </script>
1
  <script type="text/template" id="customize-happyforms-email-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
75
  <input type="text" id="<%= instance.id %>_confirmation_field_label" class="widefat title" value="<%= instance.confirmation_field_label %>" data-bind="confirmation_field_label" />
76
  </p>
77
  </div>
78
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
79
  </script>
inc/{templates → core/templates}/parts/customize-legal.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="happyforms-customize-legal-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_width"><?php _e( 'Width', 'happyforms' ); ?></label>
5
  <select id="<%= instance.id %>_width" name="width" data-bind="width" class="widefat">
@@ -19,5 +19,5 @@
19
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
20
  </p>
21
  </div>
22
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
23
  </script>
1
  <script type="text/template" id="happyforms-customize-legal-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_width"><?php _e( 'Width', 'happyforms' ); ?></label>
5
  <select id="<%= instance.id %>_width" name="width" data-bind="width" class="widefat">
19
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
20
  </p>
21
  </div>
22
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
23
  </script>
inc/{templates → core/templates}/parts/customize-multi-line-text.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-multi-line-text-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -61,5 +61,5 @@
61
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
62
  </p>
63
  </div>
64
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
65
  </script>
1
  <script type="text/template" id="customize-happyforms-multi-line-text-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
61
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
62
  </p>
63
  </div>
64
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
65
  </script>
inc/{templates → core/templates}/parts/customize-narrative.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-narrative-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -47,5 +47,5 @@
47
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
48
  </p>
49
  </div>
50
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
51
  </script>
1
  <script type="text/template" id="customize-happyforms-narrative-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
47
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
48
  </p>
49
  </div>
50
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
51
  </script>
inc/{templates → core/templates}/parts/customize-number.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="happyforms-customize-number-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -101,5 +101,5 @@
101
  <input type="text" id="<%= instance.id %>_confirmation_field_label" class="widefat title" value="<%= instance.confirmation_field_label %>" data-bind="confirmation_field_label" />
102
  </p>
103
  </div>
104
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
105
  </script>
1
  <script type="text/template" id="happyforms-customize-number-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
101
  <input type="text" id="<%= instance.id %>_confirmation_field_label" class="widefat title" value="<%= instance.confirmation_field_label %>" data-bind="confirmation_field_label" />
102
  </p>
103
  </div>
104
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
105
  </script>
inc/{templates → core/templates}/parts/customize-phone.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="happyforms-customize-phone-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -93,5 +93,5 @@
93
  <input type="text" id="<%= instance.id %>_confirmation_field_label" class="widefat title" value="<%= instance.confirmation_field_label %>" data-bind="confirmation_field_label" />
94
  </p>
95
  </div>
96
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
97
  </script>
1
  <script type="text/template" id="happyforms-customize-phone-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
93
  <input type="text" id="<%= instance.id %>_confirmation_field_label" class="widefat title" value="<%= instance.confirmation_field_label %>" data-bind="confirmation_field_label" />
94
  </p>
95
  </div>
96
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
97
  </script>
inc/{templates → core/templates}/parts/customize-placeholder.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="happyforms-customize-placeholder-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -42,5 +42,5 @@
42
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
43
  </p>
44
  </div>
45
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
46
  </script>
1
  <script type="text/template" id="happyforms-customize-placeholder-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
42
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
43
  </p>
44
  </div>
45
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
46
  </script>
inc/{templates → core/templates}/parts/customize-radio.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-radio-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -82,7 +82,7 @@
82
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
83
  </p>
84
  </div>
85
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
86
  </script>
87
  <script type="text/template" id="customize-happyforms-radio-item-template">
88
  <li data-option-id="<%= id %>">
1
  <script type="text/template" id="customize-happyforms-radio-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
82
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
83
  </p>
84
  </div>
85
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
86
  </script>
87
  <script type="text/template" id="customize-happyforms-radio-item-template">
88
  <li data-option-id="<%= id %>">
inc/{templates → core/templates}/parts/customize-rating.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="happyforms-customize-rating-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -89,5 +89,5 @@
89
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
90
  </p>
91
  </div>
92
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
93
  </script>
1
  <script type="text/template" id="happyforms-customize-rating-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
89
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
90
  </p>
91
  </div>
92
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
93
  </script>
inc/{templates → core/templates}/parts/customize-rich-text.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-rich-text-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -54,5 +54,5 @@
54
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
55
  </p>
56
  </div>
57
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
58
  </script>
1
  <script type="text/template" id="customize-happyforms-rich-text-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
54
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
55
  </p>
56
  </div>
57
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
58
  </script>
inc/{templates → core/templates}/parts/customize-scale.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="happyforms-customize-scale-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -101,5 +101,5 @@
101
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
102
  </p>
103
  </div>
104
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
105
  </script>
1
  <script type="text/template" id="happyforms-customize-scale-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
101
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
102
  </p>
103
  </div>
104
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
105
  </script>
inc/{templates → core/templates}/parts/customize-select.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-select-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -85,7 +85,7 @@
85
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
86
  </p>
87
  </div>
88
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
89
  </script>
90
  <script type="text/template" id="customize-happyforms-select-item-template">
91
  <li data-option-id="<%= id %>">
1
  <script type="text/template" id="customize-happyforms-select-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
85
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
86
  </p>
87
  </div>
88
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
89
  </script>
90
  <script type="text/template" id="customize-happyforms-select-item-template">
91
  <li data-option-id="<%= id %>">
inc/{templates → core/templates}/parts/customize-single-line-text.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-single-line-text-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -66,5 +66,5 @@
66
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
67
  </p>
68
  </div>
69
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
70
  </script>
1
  <script type="text/template" id="customize-happyforms-single-line-text-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
66
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
67
  </p>
68
  </div>
69
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
70
  </script>
inc/{templates → core/templates}/parts/customize-table.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-table-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -98,7 +98,7 @@
98
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
99
  </p>
100
  </div>
101
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
102
  </script>
103
  <script type="text/template" id="customize-happyforms-table-column-template">
104
  <li data-column-id="<%= id %>">
1
  <script type="text/template" id="customize-happyforms-table-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
98
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
99
  </p>
100
  </div>
101
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
102
  </script>
103
  <script type="text/template" id="customize-happyforms-table-column-template">
104
  <li data-column-id="<%= id %>">
inc/{templates → core/templates}/parts/customize-title.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="happyforms-customize-title-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -59,5 +59,5 @@
59
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
60
  </p>
61
  </div>
62
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
63
  </script>
1
  <script type="text/template" id="happyforms-customize-title-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
59
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
60
  </p>
61
  </div>
62
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
63
  </script>
inc/{templates → core/templates}/parts/customize-website-url.php RENAMED
@@ -1,5 +1,5 @@
1
  <script type="text/template" id="customize-happyforms-website-url-template">
2
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
@@ -61,5 +61,5 @@
61
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
62
  </p>
63
  </div>
64
- <?php include( happyforms_get_include_folder() . '/templates/customize-form-part-footer.php' ); ?>
65
  </script>
1
  <script type="text/template" id="customize-happyforms-website-url-template">
2
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-header.php' ); ?>
3
  <p>
4
  <label for="<%= instance.id %>_title"><?php _e( 'Title', 'happyforms' ); ?></label>
5
  <input type="text" id="<%= instance.id %>_title" class="widefat title" value="<%= instance.label %>" data-bind="label" />
61
  <input type="text" id="<%= instance.id %>_css_class" class="widefat title" value="<%= instance.css_class %>" data-bind="css_class" />
62
  </p>
63
  </div>
64
+ <?php include( happyforms_get_include_folder() . '/core/templates/customize-form-part-footer.php' ); ?>
65
  </script>
inc/{templates → core/templates}/parts/frontend-address.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-checkbox.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-date-day.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-date-month.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-date.php RENAMED
@@ -79,9 +79,7 @@
79
  }
80
 
81
  $default_hour = sprintf( '%02d', intval( $part['min_hour'] ) );
82
-
83
  $happyforms_hour_value = ( happyforms_get_part_value( $part, $form, 'hour' ) ) ? happyforms_get_part_value( $part, $form, 'hour' ) : '';
84
-
85
  $hour_value = ( '' === $happyforms_hour_value && 'current' === $part['default_datetime'] ) ? date( $hour_date_string, $current_timestamp ) : $happyforms_hour_value;
86
 
87
  if ( '' === $hour_value ) {
@@ -113,32 +111,33 @@
113
  <?php if ( 12 == intval( $part['time_format'] ) ) : ?>
114
  <?php
115
  $happyforms_period_value = ( happyforms_get_part_value( $part, $form, 'period' ) ) ? happyforms_get_part_value( $part, $form, 'period' ) : '';
116
- $period_value = ( 'current' === $part['default_datetime'] && '' === $happyforms_period_value ) ? date( 'A', $current_timestamp ) : 'AM'; ?>
 
117
  <div class="happyforms-part--date__input-wrap happyforms-part-date__time-input happyforms-part-date__time-input--period">
118
  <div class="happyforms-custom-select" data-searchable="false">
119
  <div class="happyforms-part__select-wrap">
120
- <?php $placeholder_text = __( 'Period', 'happyforms' ); ?>
121
-
122
- <input type="hidden" name="<?php happyforms_the_part_name( $part, $form ); ?>[period]" value="<?php echo $period_value; ?>" data-serialize />
123
-
124
- <input type="text" value="<?php echo $period_value; ?>" placeholder="<?php echo $placeholder_text; ?>" data-default-label="<?php echo $period_value; ?>" data-default-value="<?php echo $period_value; ?>"<?php if ( 1 === $part['required'] ) : ?> required aria-required="true"<?php endif; ?> <?php happyforms_the_part_attributes( $part, $form ); ?> />
125
-
126
- <?php
127
- $options = array(
128
- array(
129
- 'label' => 'AM',
130
- 'value' => 'AM',
131
- 'is_default' => ( 'AM' === $period_value )
132
- ),
133
- array(
134
- 'label' => 'PM',
135
- 'value' => 'PM',
136
- 'is_default' => ( 'PM' === $period_value )
137
- )
138
- );
139
-
140
- happyforms_select( $options, $part, $form, $placeholder_text );
141
- ?>
142
  </div>
143
  </div>
144
  </div>
79
  }
80
 
81
  $default_hour = sprintf( '%02d', intval( $part['min_hour'] ) );
 
82
  $happyforms_hour_value = ( happyforms_get_part_value( $part, $form, 'hour' ) ) ? happyforms_get_part_value( $part, $form, 'hour' ) : '';
 
83
  $hour_value = ( '' === $happyforms_hour_value && 'current' === $part['default_datetime'] ) ? date( $hour_date_string, $current_timestamp ) : $happyforms_hour_value;
84
 
85
  if ( '' === $hour_value ) {
111
  <?php if ( 12 == intval( $part['time_format'] ) ) : ?>
112
  <?php
113
  $happyforms_period_value = ( happyforms_get_part_value( $part, $form, 'period' ) ) ? happyforms_get_part_value( $part, $form, 'period' ) : '';
114
+ $period_value = ( 'current' === $part['default_datetime'] && '' === $happyforms_period_value ) ? date( 'A', $current_timestamp ) : 'AM';
115
+ $period_value_label = ( 'AM' === $period_value ) ? __( 'AM', 'happyforms' ) : __( 'PM', 'happyforms' ); ?>
116
  <div class="happyforms-part--date__input-wrap happyforms-part-date__time-input happyforms-part-date__time-input--period">
117
  <div class="happyforms-custom-select" data-searchable="false">
118
  <div class="happyforms-part__select-wrap">
119
+ <?php $placeholder_text = __( 'Period', 'happyforms' ); ?>
120
+
121
+ <input type="hidden" name="<?php happyforms_the_part_name( $part, $form ); ?>[period]" value="<?php echo $period_value; ?>" data-serialize />
122
+
123
+ <input type="text" value="<?php echo $period_value_label; ?>" placeholder="<?php echo $placeholder_text; ?>" data-default-label="<?php echo $period_value_label; ?>" data-default-value="<?php echo $period_value_label; ?>"<?php if ( 1 === $part['required'] ) : ?> required aria-required="true"<?php endif; ?> <?php happyforms_the_part_attributes( $part, $form ); ?> />
124
+
125
+ <?php
126
+ $options = array(
127
+ array(
128
+ 'label' => __( 'AM', 'happyforms' ),
129
+ 'value' => 'AM',
130
+ 'is_default' => ( 'AM' === $period_value )
131
+ ),
132
+ array(
133
+ 'label' => __( 'PM', 'happyforms' ),
134
+ 'value' => 'PM',
135
+ 'is_default' => ( 'PM' === $period_value )
136
+ )
137
+ );
138
+
139
+ happyforms_select( $options, $part, $form, $placeholder_text );
140
+ ?>
141
  </div>
142
  </div>
143
  </div>
inc/{templates → core/templates}/parts/frontend-email.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-legal.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-multi-line-text.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-narrative.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-number.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-phone.php RENAMED
@@ -32,7 +32,7 @@
32
  <input type="hidden" name="<?php happyforms_the_part_name( $part, $form ); ?>[code]" class="happyforms-phone-code" value="<?php echo $code_value; ?>" <?php happyforms_the_part_attributes( $part, $form, 'code' ); ?> />
33
  <input type="hidden" name="<?php happyforms_the_part_name( $part, $form ); ?>[country]" class="happyforms-phone-country" value="<?php echo $country_value; ?>" <?php happyforms_the_part_attributes( $part, $form, 'country' ); ?> />
34
  <?php endif; ?>
35
- <?php include( happyforms_get_include_folder() . '/templates/partials/part-phone-dropdown.php' ); ?>
36
  <input id="<?php happyforms_the_part_id( $part, $form ); ?>" type="text" value="<?php happyforms_the_part_value( $part, $form, 'number' ); ?>" name="<?php happyforms_the_part_name( $part, $form ); ?>[number]" placeholder="<?php echo esc_attr( $part['placeholder'] ); ?>" <?php if ( 1 === $part['required'] ) : ?>required aria-required="true"<?php endif; ?> <?php happyforms_the_part_attributes( $part, $form, 'number' ); ?> />
37
  <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
38
  <?php happyforms_the_part_label( $part, $form ); ?>
@@ -54,7 +54,7 @@
54
 
55
  <div class="happyforms-part__el">
56
  <div class="happyforms-part-phone-wrap">
57
- <?php include( happyforms_get_include_folder() . '/templates/partials/part-phone-dropdown.php' ); ?>
58
  <input id="<?php happyforms_the_part_id( $part, $form ); ?>_confirmation" type="text" name="<?php happyforms_the_part_name( $part, $form ); ?>[confirmation]" value="<?php happyforms_the_part_value( $part, $form, 'confirmation' ); ?>" class="happyforms-confirmation-input" <?php if ( 1 === $part['required'] ) : ?>required aria-required="true"<?php endif; ?> <?php happyforms_the_part_attributes( $part, $form, 1 ); ?> />
59
  <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
60
  <?php happyforms_the_part_confirmation_label( $part, $form ); ?>
32
  <input type="hidden" name="<?php happyforms_the_part_name( $part, $form ); ?>[code]" class="happyforms-phone-code" value="<?php echo $code_value; ?>" <?php happyforms_the_part_attributes( $part, $form, 'code' ); ?> />
33
  <input type="hidden" name="<?php happyforms_the_part_name( $part, $form ); ?>[country]" class="happyforms-phone-country" value="<?php echo $country_value; ?>" <?php happyforms_the_part_attributes( $part, $form, 'country' ); ?> />
34
  <?php endif; ?>
35
+ <?php include( happyforms_get_include_folder() . '/core/templates/partials/part-phone-dropdown.php' ); ?>
36
  <input id="<?php happyforms_the_part_id( $part, $form ); ?>" type="text" value="<?php happyforms_the_part_value( $part, $form, 'number' ); ?>" name="<?php happyforms_the_part_name( $part, $form ); ?>[number]" placeholder="<?php echo esc_attr( $part['placeholder'] ); ?>" <?php if ( 1 === $part['required'] ) : ?>required aria-required="true"<?php endif; ?> <?php happyforms_the_part_attributes( $part, $form, 'number' ); ?> />
37
  <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
38
  <?php happyforms_the_part_label( $part, $form ); ?>
54
 
55
  <div class="happyforms-part__el">
56
  <div class="happyforms-part-phone-wrap">
57
+ <?php include( happyforms_get_include_folder() . '/core/templates/partials/part-phone-dropdown.php' ); ?>
58
  <input id="<?php happyforms_the_part_id( $part, $form ); ?>_confirmation" type="text" name="<?php happyforms_the_part_name( $part, $form ); ?>[confirmation]" value="<?php happyforms_the_part_value( $part, $form, 'confirmation' ); ?>" class="happyforms-confirmation-input" <?php if ( 1 === $part['required'] ) : ?>required aria-required="true"<?php endif; ?> <?php happyforms_the_part_attributes( $part, $form, 1 ); ?> />
59
  <?php if ( 'as_placeholder' === $part['label_placement'] ) : ?>
60
  <?php happyforms_the_part_confirmation_label( $part, $form ); ?>
inc/{templates → core/templates}/parts/frontend-placeholder.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-radio.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-rating-scale.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-rating-yesno.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-rating.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-rich-text.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-scale.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-select.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-single-line-text.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-table.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-title.php RENAMED
File without changes
inc/{templates → core/templates}/parts/frontend-website-url.php RENAMED
File without changes
inc/{templates → core/templates}/preview-form-edit.php RENAMED
@@ -12,7 +12,7 @@
12
 
13
  <?php global $post; $form = happyforms_get_form_controller()->get( $post->ID ); ?>
14
  <?php happyforms_the_form_styles( $form ); ?>
15
- <?php include( happyforms_get_include_folder() . '/templates/single-form.php' ); ?>
16
 
17
  <?php wp_footer(); ?>
18
  </body>
12
 
13
  <?php global $post; $form = happyforms_get_form_controller()->get( $post->ID ); ?>
14
  <?php happyforms_the_form_styles( $form ); ?>
15
+ <?php include( happyforms_get_include_folder() . '/core/templates/single-form.php' ); ?>
16
 
17
  <?php wp_footer(); ?>
18
  </body>
inc/{templates → core/templates}/preview-form-pencil.php RENAMED
File without changes
inc/{templates → core/templates}/single-form.php RENAMED
File without changes
languages/happyforms.pot CHANGED
@@ -1,14 +1,14 @@
1
- # Copyright (C) 2018 The Theme Foundry
2
  # This file is distributed under the same license as the HappyForms package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: HappyForms 1.6.15\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
- "POT-Creation-Date: 2018-12-18 13:07:48+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: The Theme Foundry\n"
13
  "Language-Team: The Theme Foundry\n"
14
  "X-Generator: grunt-wp-i18n 0.4.9\n"
@@ -17,3514 +17,3761 @@ msgstr ""
17
  msgid "HappyForms"
18
  msgstr ""
19
 
20
- #: inc/classes/class-block.php:50
21
  msgid "Contact form to manage and respond to conversations with customers."
22
  msgstr ""
23
 
24
- #: inc/classes/class-block.php:89
25
  msgid "Select"
26
  msgstr ""
27
 
28
- #: inc/classes/class-block.php:90
29
  msgid "Which form would you like to add here?"
30
  msgstr ""
31
 
32
- #: inc/classes/class-block.php:91
33
  msgid "HappyForms Settings"
34
  msgstr ""
35
 
36
- #: inc/classes/class-block.php:92
37
  msgid "Edit Form"
38
  msgstr ""
39
 
40
- #: inc/classes/class-form-admin.php:155
41
- #: inc/classes/class-form-controller.php:96
42
  msgid "View form"
43
  msgstr ""
44
 
45
- #: inc/classes/class-form-admin.php:160
46
  msgid "Preview form"
47
  msgstr ""
48
 
49
- #: inc/classes/class-form-admin.php:165 inc/classes/class-form-admin.php:168
 
50
  msgid "Form updated."
51
  msgstr ""
52
 
53
- #: inc/classes/class-form-admin.php:166 inc/classes/class-message-admin.php:247
 
54
  msgid "Custom field updated."
55
  msgstr ""
56
 
57
- #: inc/classes/class-form-admin.php:167 inc/classes/class-message-admin.php:248
 
58
  msgid "Custom field deleted."
59
  msgstr ""
60
 
61
- #: inc/classes/class-form-admin.php:169
62
  msgid "Form restored to revision from %s."
63
  msgstr ""
64
 
65
- #: inc/classes/class-form-admin.php:170
66
  msgid "Form published."
67
  msgstr ""
68
 
69
- #: inc/classes/class-form-admin.php:171
70
- #: inc/classes/class-wp-customize-form-manager.php:164
71
  msgid "Form saved."
72
  msgstr ""
73
 
74
- #: inc/classes/class-form-admin.php:172
75
  msgid "Form submitted."
76
  msgstr ""
77
 
78
- #: inc/classes/class-form-admin.php:173
79
  msgid "Form scheduled."
80
  msgstr ""
81
 
82
- #: inc/classes/class-form-admin.php:174
83
  msgid "Form draft updated."
84
  msgstr ""
85
 
86
- #: inc/classes/class-form-admin.php:197
87
  msgid "%s form updated."
88
  msgid_plural "%s forms updated."
89
  msgstr[0] ""
90
  msgstr[1] ""
91
 
92
- #: inc/classes/class-form-admin.php:198
93
  msgid "%s form not updated, somebody is editing it."
94
  msgid_plural "%s forms not updated, somebody is editing them."
95
  msgstr[0] ""
96
  msgstr[1] ""
97
 
98
- #: inc/classes/class-form-admin.php:199
99
  msgid "%s form permanently deleted."
100
  msgid_plural "%s forms permanently deleted."
101
  msgstr[0] ""
102
  msgstr[1] ""
103
 
104
- #: inc/classes/class-form-admin.php:200
105
  msgid "%s form moved to the Trash."
106
  msgid_plural "%s forms moved to the Trash."
107
  msgstr[0] ""
108
  msgstr[1] ""
109
 
110
- #: inc/classes/class-form-admin.php:201
111
  msgid "%s form restored from the Trash."
112
  msgid_plural "%s forms restored from the Trash."
113
  msgstr[0] ""
114
  msgstr[1] ""
115
 
116
- #: inc/classes/class-form-admin.php:254
117
  msgid "Shortcode"
118
  msgstr ""
119
 
120
- #: inc/classes/class-form-admin.php:255
121
  msgid "Author"
122
  msgstr ""
123
 
124
- #: inc/classes/class-form-admin.php:304
125
  msgid "Copy to clipboard"
126
  msgstr ""
127
 
128
- #: inc/classes/class-form-admin.php:358
129
- #: inc/templates/customize-form-steps.php:5
130
  msgid "Build"
131
  msgstr ""
132
 
133
- #: inc/classes/class-form-admin.php:362
134
- #: inc/templates/customize-form-item.php:21
135
- #: inc/templates/customize-form-steps.php:8
136
- #: inc/templates/customize-form-steps.php:15
137
  msgid "Setup"
138
  msgstr ""
139
 
140
- #: inc/classes/class-form-admin.php:366
141
- #: inc/templates/customize-form-item.php:24
142
- #: inc/templates/customize-form-steps.php:18
143
  msgid "Style"
144
  msgstr ""
145
 
146
- #: inc/classes/class-form-admin.php:370
147
- #: inc/templates/customize-form-item.php:27
148
- #: inc/templates/customize-form-part-footer.php:4
149
  msgid "Duplicate"
150
  msgstr ""
151
 
152
- #: inc/classes/class-form-admin.php:374 inc/classes/class-message-admin.php:614
153
- #: inc/classes/class-message-admin.php:902
 
154
  msgid "Trash"
155
  msgstr ""
156
 
157
- #: inc/classes/class-form-admin.php:419
158
  msgid "Form duplicated succesfully."
159
  msgstr ""
160
 
161
- #: inc/classes/class-form-controller.php:91
162
  msgid "Forms"
163
  msgstr ""
164
 
165
- #: inc/classes/class-form-controller.php:92
166
- #: inc/classes/class-message-admin.php:375
167
- #: inc/classes/class-message-admin.php:887
168
  msgid "Form"
169
  msgstr ""
170
 
171
- #: inc/classes/class-form-controller.php:93
172
- #: inc/classes/class-form-controller.php:95
173
  msgid "Build form"
174
  msgstr ""
175
 
176
- #: inc/classes/class-form-controller.php:94
177
  msgid "Edit form"
178
  msgstr ""
179
 
180
- #: inc/classes/class-form-controller.php:97
181
  msgid "View forms"
182
  msgstr ""
183
 
184
- #: inc/classes/class-form-controller.php:98
185
  msgid "Search Forms"
186
  msgstr ""
187
 
188
- #: inc/classes/class-form-controller.php:99
189
  msgid "No form found"
190
  msgstr ""
191
 
192
- #: inc/classes/class-form-controller.php:100
193
  msgid "No forms found in Trash"
194
  msgstr ""
195
 
196
- #: inc/classes/class-form-controller.php:101
197
- #: inc/classes/class-form-controller.php:102
198
- #: inc/classes/class-happyforms-plugin.php:163
199
- #: inc/classes/class-happyforms-plugin.php:164
200
  msgid "All Forms"
201
  msgstr ""
202
 
203
- #: inc/classes/class-form-controller.php:201
204
  msgid "Untitled form"
205
  msgstr ""
206
 
207
- #: inc/classes/class-form-controller.php:228
208
- #: inc/classes/class-form-controller.php:256
209
  msgid ""
210
  "Your message has been successfully sent. We appreciate you contacting us "
211
  "and we’ll be in touch soon."
212
  msgstr ""
213
 
214
- #: inc/classes/class-form-controller.php:240
215
  msgid "You received a new message"
216
  msgstr ""
217
 
218
- #: inc/classes/class-form-controller.php:252
219
  msgid "We received your message"
220
  msgstr ""
221
 
222
- #: inc/classes/class-form-controller.php:268
223
  msgid "Submit Form"
224
  msgstr ""
225
 
226
- #: inc/classes/class-form-controller.php:296
227
  msgid "Review submission"
228
  msgstr ""
229
 
230
- #: inc/classes/class-form-controller.php:666
231
  msgid " Copy"
232
  msgstr ""
233
 
234
- #: inc/classes/class-form-controller.php:834
235
- #: inc/classes/class-message-controller.php:317
236
- #: inc/classes/class-message-controller.php:417
237
- #: inc/classes/class-message-controller.php:452
238
  msgid "Your submission contains errors."
239
  msgstr ""
240
 
241
- #: inc/classes/class-form-controller.php:992
242
  msgid "Please review your submission..."
243
  msgstr ""
244
 
245
- #: inc/classes/class-form-part-library.php:180
246
  msgid "Invalid data"
247
  msgstr ""
248
 
249
- #: inc/classes/class-form-part-library.php:187
250
  msgid "Part definition not found"
251
  msgstr ""
252
 
253
- #: inc/classes/class-form-part-library.php:218
254
  msgid "Missing validation callback for field %s"
255
  msgstr ""
256
 
257
- #: inc/classes/class-form-styles.php:49
258
  msgid "Left-to-right"
259
  msgstr ""
260
 
261
- #: inc/classes/class-form-styles.php:50
262
  msgid "Right-to-left"
263
  msgstr ""
264
 
265
- #: inc/classes/class-form-styles.php:77 inc/classes/class-form-styles.php:145
266
- #: inc/classes/class-form-styles.php:155 inc/classes/class-form-styles.php:258
267
- #: inc/classes/class-form-styles.php:268
 
 
268
  msgid "Default"
269
  msgstr ""
270
 
271
- #: inc/classes/class-form-styles.php:78 inc/classes/class-form-styles.php:144
272
- #: inc/classes/class-form-styles.php:154 inc/classes/class-form-styles.php:267
 
 
273
  msgid "Narrow"
274
  msgstr ""
275
 
276
- #: inc/classes/class-form-styles.php:79 inc/classes/class-form-styles.php:146
277
- #: inc/classes/class-form-styles.php:156 inc/classes/class-form-styles.php:269
 
 
278
  msgid "Wide"
279
  msgstr ""
280
 
281
- #: inc/classes/class-form-styles.php:87 inc/classes/class-form-styles.php:116
282
- #: inc/classes/class-form-styles.php:239
283
- #: inc/templates/parts/customize-date.php:33
284
- #: inc/templates/parts/customize-date.php:57
 
285
  msgid "Show"
286
  msgstr ""
287
 
288
- #: inc/classes/class-form-styles.php:88 inc/classes/class-form-styles.php:117
289
- #: inc/classes/class-form-styles.php:240
 
290
  msgid "Hide"
291
  msgstr ""
292
 
293
- #: inc/classes/class-form-styles.php:96 inc/classes/class-form-styles.php:170
294
- #: inc/classes/class-form-styles.php:199 inc/classes/class-form-styles.php:219
295
- #: inc/classes/class-form-styles.php:296
296
- #: inc/templates/parts/customize-address.php:11
297
- #: inc/templates/parts/customize-checkbox.php:11
298
- #: inc/templates/parts/customize-date.php:11
299
- #: inc/templates/parts/customize-email.php:11
300
- #: inc/templates/parts/customize-multi-line-text.php:11
301
- #: inc/templates/parts/customize-narrative.php:11
302
- #: inc/templates/parts/customize-number.php:11
303
- #: inc/templates/parts/customize-phone.php:11
304
- #: inc/templates/parts/customize-placeholder.php:11
305
- #: inc/templates/parts/customize-radio.php:11
306
- #: inc/templates/parts/customize-rating.php:11
307
- #: inc/templates/parts/customize-rich-text.php:11
308
- #: inc/templates/parts/customize-scale.php:11
309
- #: inc/templates/parts/customize-select.php:11
310
- #: inc/templates/parts/customize-single-line-text.php:11
311
- #: inc/templates/parts/customize-table.php:11
312
- #: inc/templates/parts/customize-title.php:11
313
- #: inc/templates/parts/customize-website-url.php:11
 
 
314
  msgid "Left"
315
  msgstr ""
316
 
317
- #: inc/classes/class-form-styles.php:97 inc/classes/class-form-styles.php:171
318
- #: inc/classes/class-form-styles.php:200 inc/classes/class-form-styles.php:220
319
- #: inc/classes/class-form-styles.php:297
 
 
320
  msgid "Center"
321
  msgstr ""
322
 
323
- #: inc/classes/class-form-styles.php:98 inc/classes/class-form-styles.php:172
324
- #: inc/classes/class-form-styles.php:201 inc/classes/class-form-styles.php:221
325
- #: inc/classes/class-form-styles.php:298
 
 
326
  msgid "Right"
327
  msgstr ""
328
 
329
- #: inc/classes/class-form-styles.php:125
330
  msgid "All sides"
331
  msgstr ""
332
 
333
- #: inc/classes/class-form-styles.php:126
334
  msgid "Bottom only"
335
  msgstr ""
336
 
337
- #: inc/classes/class-form-styles.php:134 inc/classes/class-form-styles.php:248
 
338
  msgid "Square"
339
  msgstr ""
340
 
341
- #: inc/classes/class-form-styles.php:135 inc/classes/class-form-styles.php:249
 
342
  msgid "Round"
343
  msgstr ""
344
 
345
- #: inc/classes/class-form-styles.php:136 inc/classes/class-form-styles.php:250
 
346
  msgid "Pill"
347
  msgstr ""
348
 
349
- #: inc/classes/class-form-styles.php:190 inc/classes/class-form-styles.php:287
 
350
  msgid "Normal"
351
  msgstr ""
352
 
353
- #: inc/classes/class-form-styles.php:191 inc/classes/class-form-styles.php:288
 
354
  msgid "Bold"
355
  msgstr ""
356
 
357
- #: inc/classes/class-form-styles.php:259
358
  msgid "Full width"
359
  msgstr ""
360
 
361
- #: inc/classes/class-form-styles.php:497
362
  msgid "Above form"
363
  msgstr ""
364
 
365
- #: inc/classes/class-form-styles.php:498
366
  msgid "Below form"
367
  msgstr ""
368
 
369
- #: inc/classes/class-form-styles.php:512
 
 
 
 
370
  msgid "General"
371
  msgstr ""
372
 
373
- #: inc/classes/class-form-styles.php:516 inc/classes/class-form-styles.php:816
374
- #: inc/templates/parts/customize-address.php:78
375
- #: inc/templates/parts/customize-checkbox.php:67
376
- #: inc/templates/parts/customize-date.php:103
377
- #: inc/templates/parts/customize-email.php:46
378
- #: inc/templates/parts/customize-legal.php:4
379
- #: inc/templates/parts/customize-multi-line-text.php:46
380
- #: inc/templates/parts/customize-narrative.php:32
381
- #: inc/templates/parts/customize-number.php:77
382
- #: inc/templates/parts/customize-phone.php:69
383
- #: inc/templates/parts/customize-placeholder.php:27
384
- #: inc/templates/parts/customize-radio.php:67
385
- #: inc/templates/parts/customize-rating.php:74
386
- #: inc/templates/parts/customize-rich-text.php:40
387
- #: inc/templates/parts/customize-scale.php:86
388
- #: inc/templates/parts/customize-select.php:70
389
- #: inc/templates/parts/customize-single-line-text.php:51
390
- #: inc/templates/parts/customize-table.php:83
391
- #: inc/templates/parts/customize-title.php:44
392
- #: inc/templates/parts/customize-website-url.php:46
 
393
  msgid "Width"
394
  msgstr ""
395
 
396
- #: inc/classes/class-form-styles.php:521 inc/classes/class-form-styles.php:821
 
397
  msgid "Padding"
398
  msgstr ""
399
 
400
- #: inc/classes/class-form-styles.php:526
401
  msgid "Direction"
402
  msgstr ""
403
 
404
- #: inc/classes/class-form-styles.php:531
405
  msgid "Display notices"
406
  msgstr ""
407
 
408
- #: inc/classes/class-form-styles.php:536
409
  msgid "Disable submit button until form is valid"
410
  msgstr ""
411
 
412
- #: inc/classes/class-form-styles.php:541
413
  msgid "Form HTML ID"
414
  msgstr ""
415
 
416
- #: inc/classes/class-form-styles.php:548 inc/classes/class-form-styles.php:615
417
- #: inc/classes/class-form-styles.php:684 inc/classes/class-form-styles.php:847
 
 
418
  msgid "Colors"
419
  msgstr ""
420
 
421
- #: inc/classes/class-form-styles.php:552
422
  msgid "Primary"
423
  msgstr ""
424
 
425
- #: inc/classes/class-form-styles.php:557
426
  msgid "Success"
427
  msgstr ""
428
 
429
- #: inc/classes/class-form-styles.php:562
430
  msgid "Error"
431
  msgstr ""
432
 
433
- #: inc/classes/class-form-styles.php:567
434
  msgid "Form title"
435
  msgstr ""
436
 
437
- #: inc/classes/class-form-styles.php:571
438
  msgid "Display"
439
  msgstr ""
440
 
441
- #: inc/classes/class-form-styles.php:576 inc/classes/class-form-styles.php:836
 
442
  msgid "Alignment"
443
  msgstr ""
444
 
445
- #: inc/classes/class-form-styles.php:581
446
  msgid "Font size"
447
  msgstr ""
448
 
449
- #: inc/classes/class-form-styles.php:586
450
  msgid "Part borders & spacing"
451
  msgstr ""
452
 
453
- #: inc/classes/class-form-styles.php:590 inc/classes/class-form-styles.php:619
454
- #: inc/classes/class-form-styles.php:806 inc/classes/class-form-styles.php:861
 
 
455
  msgid "Border"
456
  msgstr ""
457
 
458
- #: inc/classes/class-form-styles.php:595
459
  msgid "Border location"
460
  msgstr ""
461
 
462
- #: inc/classes/class-form-styles.php:600 inc/classes/class-form-styles.php:811
 
463
  msgid "Border radius"
464
  msgstr ""
465
 
466
- #: inc/classes/class-form-styles.php:605
467
  msgid "Outer padding"
468
  msgstr ""
469
 
470
- #: inc/classes/class-form-styles.php:610
471
  msgid "Inner padding"
472
  msgstr ""
473
 
474
- #: inc/classes/class-form-styles.php:624
475
  msgid "Border on focus"
476
  msgstr ""
477
 
478
- #: inc/classes/class-form-styles.php:629 inc/classes/class-form-styles.php:712
479
- #: inc/classes/class-form-styles.php:851
 
480
  msgid "Background"
481
  msgstr ""
482
 
483
- #: inc/classes/class-form-styles.php:634
484
  msgid "Background on focus"
485
  msgstr ""
486
 
487
- #: inc/classes/class-form-styles.php:639
488
  msgid "Part labels & text"
489
  msgstr ""
490
 
491
- #: inc/classes/class-form-styles.php:643
492
  msgid "Toggle placeholder on part focus"
493
  msgstr ""
494
 
495
- #: inc/classes/class-form-styles.php:649
496
  msgid "Title alignment"
497
  msgstr ""
498
 
499
- #: inc/classes/class-form-styles.php:654
500
  msgid "Title font size"
501
  msgstr ""
502
 
503
- #: inc/classes/class-form-styles.php:659
504
  msgid "Title font weight"
505
  msgstr ""
506
 
507
- #: inc/classes/class-form-styles.php:664
508
  msgid "Description alignment"
509
  msgstr ""
510
 
511
- #: inc/classes/class-form-styles.php:669
512
  msgid "Description font size"
513
  msgstr ""
514
 
515
- #: inc/classes/class-form-styles.php:674
516
  msgid "Placeholder &amp; Value alignment"
517
  msgstr ""
518
 
519
- #: inc/classes/class-form-styles.php:679
520
  msgid "Value font size"
521
  msgstr ""
522
 
523
- #: inc/classes/class-form-styles.php:688
524
- #: inc/classes/parts/class-part-title.php:8
525
- #: inc/classes/parts/class-part-title.php:30
526
- #: inc/templates/parts/customize-address.php:4
527
- #: inc/templates/parts/customize-checkbox.php:4
528
- #: inc/templates/parts/customize-date.php:4
529
- #: inc/templates/parts/customize-email.php:4
530
- #: inc/templates/parts/customize-multi-line-text.php:4
531
- #: inc/templates/parts/customize-narrative.php:4
532
- #: inc/templates/parts/customize-number.php:4
533
- #: inc/templates/parts/customize-phone.php:4
534
- #: inc/templates/parts/customize-placeholder.php:4
535
- #: inc/templates/parts/customize-radio.php:4
536
- #: inc/templates/parts/customize-rating.php:4
537
- #: inc/templates/parts/customize-rich-text.php:4
538
- #: inc/templates/parts/customize-scale.php:4
539
- #: inc/templates/parts/customize-select.php:4
540
- #: inc/templates/parts/customize-single-line-text.php:4
541
- #: inc/templates/parts/customize-table.php:4
542
- #: inc/templates/parts/customize-title.php:4
543
- #: inc/templates/parts/customize-website-url.php:4
 
 
 
 
544
  msgid "Title"
545
  msgstr ""
546
 
547
- #: inc/classes/class-form-styles.php:693
548
  msgid "Value"
549
  msgstr ""
550
 
551
- #: inc/classes/class-form-styles.php:698
552
- #: inc/classes/parts/class-part-placeholder.php:8
553
- #: inc/templates/parts/customize-address.php:36
554
- #: inc/templates/parts/customize-email.php:36
555
- #: inc/templates/parts/customize-multi-line-text.php:36
556
- #: inc/templates/parts/customize-number.php:36
557
- #: inc/templates/parts/customize-phone.php:36
558
- #: inc/templates/parts/customize-select.php:34
559
- #: inc/templates/parts/customize-single-line-text.php:36
560
- #: inc/templates/parts/customize-title.php:34
561
- #: inc/templates/parts/customize-website-url.php:36
562
  msgid "Placeholder"
563
  msgstr ""
564
 
565
- #: inc/classes/class-form-styles.php:703
566
  msgid "Dropdowns"
567
  msgstr ""
568
 
569
- #: inc/classes/class-form-styles.php:708
570
  msgid "Items"
571
  msgstr ""
572
 
573
- #: inc/classes/class-form-styles.php:717 inc/classes/class-form-styles.php:866
574
- #: inc/classes/parts/class-part-multi-line-text.php:29
575
- #: inc/classes/parts/class-part-rich-text.php:31
576
- #: inc/classes/parts/class-part-single-line-text.php:29
577
- #: inc/templates/parts/customize-placeholder.php:22
 
578
  msgid "Text"
579
  msgstr ""
580
 
581
- #: inc/classes/class-form-styles.php:722 inc/classes/class-form-styles.php:856
 
582
  msgid "Background focused"
583
  msgstr ""
584
 
585
- #: inc/classes/class-form-styles.php:727 inc/classes/class-form-styles.php:871
 
586
  msgid "Text focused"
587
  msgstr ""
588
 
589
- #: inc/classes/class-form-styles.php:732
590
  msgid "Checkboxes & Radios"
591
  msgstr ""
592
 
593
- #: inc/classes/class-form-styles.php:737
594
  msgid "Checkbox & Radio background"
595
  msgstr ""
596
 
597
- #: inc/classes/class-form-styles.php:742
598
  msgid "Checkbox & Radio background focused"
599
  msgstr ""
600
 
601
- #: inc/classes/class-form-styles.php:747
602
  msgid "Checkbox & Radio checkmark"
603
  msgstr ""
604
 
605
- #: inc/classes/class-form-styles.php:752
606
- #: inc/classes/parts/class-part-rating.php:9
607
- #: inc/classes/parts/class-part-rating.php:31
608
  msgid "Rating"
609
  msgstr ""
610
 
611
- #: inc/classes/class-form-styles.php:757
612
  msgid "Rating star color"
613
  msgstr ""
614
 
615
- #: inc/classes/class-form-styles.php:762
616
  msgid "Rating star color on hover"
617
  msgstr ""
618
 
619
- #: inc/classes/class-form-styles.php:767
620
  msgid "Item background"
621
  msgstr ""
622
 
623
- #: inc/classes/class-form-styles.php:772
624
  msgid "Item background on hover"
625
  msgstr ""
626
 
627
- #: inc/classes/class-form-styles.php:777
628
  msgid "Tables"
629
  msgstr ""
630
 
631
- #: inc/classes/class-form-styles.php:782
632
  msgid "Odd row primary"
633
  msgstr ""
634
 
635
- #: inc/classes/class-form-styles.php:787
636
  msgid "Odd row secondary"
637
  msgstr ""
638
 
639
- #: inc/classes/class-form-styles.php:792
640
  msgid "Even row primary"
641
  msgstr ""
642
 
643
- #: inc/classes/class-form-styles.php:797
644
  msgid "Even row secondary"
645
  msgstr ""
646
 
647
- #: inc/classes/class-form-styles.php:802
648
  msgid "Submit button"
649
  msgstr ""
650
 
651
- #: inc/classes/class-form-styles.php:826
652
  msgid "Font Size"
653
  msgstr ""
654
 
655
- #: inc/classes/class-form-styles.php:831
656
  msgid "Font Weight"
657
  msgstr ""
658
 
659
- #: inc/classes/class-form-styles.php:842
660
  msgid "Make button a part of last input"
661
  msgstr ""
662
 
663
- #: inc/classes/class-happyforms-plugin.php:152
664
  msgid "HappyForms Index"
665
  msgstr ""
666
 
667
- #: inc/classes/class-happyforms-plugin.php:171
668
- #: inc/classes/class-happyforms-plugin.php:172
669
  msgid "Add New"
670
  msgstr ""
671
 
672
- #: inc/classes/class-happyforms-plugin.php:179
673
- #: inc/classes/class-happyforms-plugin.php:180
674
- #: inc/classes/class-message-controller.php:208
675
  msgid "Responses"
676
  msgstr ""
677
 
678
- #: inc/classes/class-happyforms-plugin.php:191
679
- #: inc/classes/class-happyforms-plugin.php:192
680
  msgid "Welcome"
681
  msgstr ""
682
 
683
- #: inc/classes/class-happyforms-plugin.php:288
684
  msgid "HappyForm"
685
  msgstr ""
686
 
687
- #: inc/classes/class-happyforms-plugin.php:292
688
  msgid "New HappyForm"
689
  msgstr ""
690
 
691
- #: inc/classes/class-happyforms-plugin.php:425
692
  msgid "Insert HappyForm"
693
  msgstr ""
694
 
695
- #: inc/classes/class-happyforms-plugin.php:425
696
  msgid "Add HappyForms"
697
  msgstr ""
698
 
699
- #: inc/classes/class-happyforms-widget.php:15
700
  msgid "Easily add your HappyForms to widget areas."
701
  msgstr ""
702
 
703
- #: inc/classes/class-happyforms-widget.php:71
704
  msgid "Title:"
705
  msgstr ""
706
 
707
- #: inc/classes/class-happyforms-widget.php:75
708
  msgid "Form:"
709
  msgstr ""
710
 
711
- #: inc/classes/class-message-admin.php:144 inc/classes/class-tracking.php:168
 
712
  msgid "Sorry, you are not allowed to access this page."
713
  msgstr ""
714
 
715
- #: inc/classes/class-message-admin.php:214
716
- msgid "View "
717
  msgstr ""
718
 
719
- #: inc/classes/class-message-admin.php:236
720
- #: inc/classes/class-message-controller.php:211
721
  msgid "View response"
722
  msgstr ""
723
 
724
- #: inc/classes/class-message-admin.php:241
725
  msgid "Preview response"
726
  msgstr ""
727
 
728
- #: inc/classes/class-message-admin.php:246
729
- #: inc/classes/class-message-admin.php:249
730
  msgid "Response updated."
731
  msgstr ""
732
 
733
- #: inc/classes/class-message-admin.php:250
734
  msgid "Response restored to revision from %s."
735
  msgstr ""
736
 
737
- #: inc/classes/class-message-admin.php:251
738
  msgid "Response published."
739
  msgstr ""
740
 
741
- #: inc/classes/class-message-admin.php:252
742
  msgid "Response saved."
743
  msgstr ""
744
 
745
- #: inc/classes/class-message-admin.php:253
746
  msgid "Response submitted."
747
  msgstr ""
748
 
749
- #: inc/classes/class-message-admin.php:254
750
  msgid "Response scheduled."
751
  msgstr ""
752
 
753
- #: inc/classes/class-message-admin.php:255
754
  msgid "Response draft updated."
755
  msgstr ""
756
 
757
- #: inc/classes/class-message-admin.php:278
758
  msgid "%s response updated."
759
  msgid_plural "%s responses updated."
760
  msgstr[0] ""
761
  msgstr[1] ""
762
 
763
- #: inc/classes/class-message-admin.php:279
764
  msgid "%s response not updated, somebody is editing it."
765
  msgid_plural "%s responses not updated, somebody is editing them."
766
  msgstr[0] ""
767
  msgstr[1] ""
768
 
769
- #: inc/classes/class-message-admin.php:280
770
  msgid "%s response permanently deleted."
771
  msgid_plural "%s responses permanently deleted."
772
  msgstr[0] ""
773
  msgstr[1] ""
774
 
775
- #: inc/classes/class-message-admin.php:281
776
  msgid "%s response moved to the Trash."
777
  msgid_plural "%s responses moved to the Trash."
778
  msgstr[0] ""
779
  msgstr[1] ""
780
 
781
- #: inc/classes/class-message-admin.php:282
782
  msgid "%s response restored from the Trash."
783
  msgid_plural "%s responses restored from the Trash."
784
  msgstr[0] ""
785
  msgstr[1] ""
786
 
787
- #: inc/classes/class-message-admin.php:307
788
- msgid "Number of columns"
 
 
 
 
789
  msgstr ""
790
 
791
- #: inc/classes/class-message-admin.php:330
792
  msgid "Fields"
793
  msgstr ""
794
 
795
- #: inc/classes/class-message-admin.php:331
796
  msgid "Number of response fields to show:"
797
  msgstr ""
798
 
799
- #: inc/classes/class-message-admin.php:372
800
- #: inc/classes/class-message-admin.php:751
801
- #: inc/classes/class-message-controller.php:646
802
- #: inc/classes/class-message-controller.php:800
803
- #: inc/classes/class-message-controller.php:867
804
- #: inc/templates/admin-message-edit.php:24
805
  msgid "Tracking number"
806
  msgstr ""
807
 
808
- #: inc/classes/class-message-admin.php:540
809
  msgid "All forms"
810
  msgstr ""
811
 
812
- #: inc/classes/class-message-admin.php:612
813
- #: inc/classes/class-message-admin.php:897
814
  msgid "Mark read"
815
  msgstr ""
816
 
817
- #: inc/classes/class-message-admin.php:613
818
- #: inc/classes/class-message-admin.php:897
819
  msgid "Mark unread"
820
  msgstr ""
821
 
822
- #: inc/classes/class-message-admin.php:618
823
  msgid "Export to CSV"
824
  msgstr ""
825
 
826
- #: inc/classes/class-message-admin.php:686
827
  msgid "View"
828
  msgstr ""
829
 
830
- #: inc/classes/class-message-admin.php:690
831
  msgid "Delete Permanently"
832
  msgstr ""
833
 
834
- #: inc/classes/class-message-admin.php:872
835
  msgid "Details"
836
  msgstr ""
837
 
838
- #: inc/classes/class-message-admin.php:892
839
  msgid "Submitted on"
840
  msgstr ""
841
 
842
- #: inc/classes/class-message-admin.php:892
843
  msgid "M j, Y @ H:i"
844
  msgstr ""
845
 
846
- #: inc/classes/class-message-admin.php:897
847
  msgid "Status"
848
  msgstr ""
849
 
850
- #: inc/classes/class-message-admin.php:897
851
  msgid "Read"
852
  msgstr ""
853
 
854
- #: inc/classes/class-message-admin.php:897
855
  msgid "Unread"
856
  msgstr ""
857
 
858
- #: inc/classes/class-message-controller.php:209
859
  msgid "Response"
860
  msgstr ""
861
 
862
- #: inc/classes/class-message-controller.php:210
863
  msgid "Edit response"
864
  msgstr ""
865
 
866
- #: inc/classes/class-message-controller.php:212
867
  msgid "View Responses"
868
  msgstr ""
869
 
870
- #: inc/classes/class-message-controller.php:213
871
  msgid "Search Responses"
872
  msgstr ""
873
 
874
- #: inc/classes/class-message-controller.php:214
875
  msgid "No response found"
876
  msgstr ""
877
 
878
- #: inc/classes/class-message-controller.php:215
879
  msgid "No response found in Trash"
880
  msgstr ""
881
 
882
- #: inc/classes/class-message-controller.php:216
883
- #: inc/classes/class-message-controller.php:217
884
  msgid "All Responses"
885
  msgstr ""
886
 
887
- #: inc/classes/class-message-controller.php:818
888
  msgid "Reply to this message and mark it as read"
889
  msgstr ""
890
 
891
- #: inc/classes/class-tracking.php:204
892
  msgid "Thank you!"
893
  msgstr ""
894
 
895
- #: inc/classes/class-tracking.php:205
896
  msgid "Now let's go enjoy HappyForms."
897
  msgstr ""
898
 
899
- #: inc/classes/class-tracking.php:206
900
  msgid ""
901
  "You've set up notifications and helped us to improve HappyForms. You're "
902
  "ready to get started with your first form."
903
  msgstr ""
904
 
905
- #: inc/classes/class-tracking.php:207
906
  msgid "Create your first form"
907
  msgstr ""
908
 
909
- #: inc/classes/class-tracking.php:209
910
  msgid "Aw snap! Something went wrong."
911
  msgstr ""
912
 
913
- #: inc/classes/class-tracking.php:210
914
  msgid "Error description"
915
  msgstr ""
916
 
917
- #: inc/classes/class-wp-customize-form-manager.php:165
918
  msgid "Now, there are couple of ways to embed it to your content. Here goes..."
919
  msgstr ""
920
 
921
- #: inc/classes/class-wp-customize-form-manager.php:166
922
  msgid "Add to your page / post content"
923
  msgstr ""
924
 
925
- #: inc/classes/class-wp-customize-form-manager.php:167
926
  msgid ""
927
  "In your Edit Post / Edit Page screen, click the <b>Add HappyForms</b> "
928
  "button right above your toolbar. A modal window will appear."
929
  msgstr ""
930
 
931
- #: inc/classes/class-wp-customize-form-manager.php:167
932
  msgid "Select a form in the dropdown, then click <b>Insert</b>."
933
  msgstr ""
934
 
935
- #: inc/classes/class-wp-customize-form-manager.php:167
936
  msgid ""
937
  "That's it! You'll notice the shortcode was added to your content. Your form "
938
  "will show up there."
939
  msgstr ""
940
 
941
- #: inc/classes/class-wp-customize-form-manager.php:168
942
  msgid "Use the HappyForms widget"
943
  msgstr ""
944
 
945
- #: inc/classes/class-wp-customize-form-manager.php:170
946
  msgid ""
947
  "Head over to <b>Appearance</b> &rarr; <b><a href=\"%s\">Widgets</a></b> "
948
  "screen."
949
  msgstr ""
950
 
951
- #: inc/classes/class-wp-customize-form-manager.php:171
952
  msgid "Drag the HappyForms widget to your sidebar."
953
  msgstr ""
954
 
955
- #: inc/classes/class-wp-customize-form-manager.php:172
956
  msgid "Select a form in the Form dropdown."
957
  msgstr ""
958
 
959
- #: inc/classes/class-wp-customize-form-manager.php:173
960
  msgid "All done!"
961
  msgstr ""
962
 
963
- #: inc/classes/class-wp-customize-form-manager.php:175
964
  msgid ""
965
  "Looking for a full documentation? Head over to our <a href=\"%s\" "
966
  "target=\"_blank\">Help Guide</a>."
967
  msgstr ""
968
 
969
- #: inc/classes/class-wp-customize-form-manager.php:182
970
  msgid ""
971
  "Form saved. You can add this form to any Page, Post and Widget area. Have "
972
  "questions? <a href=\"%s\" target=\"_blank\">Ask for help in our support "
973
  "forums</a>."
974
  msgstr ""
975
 
976
- #: inc/classes/parts/class-part-address.php:13
977
- #: inc/classes/parts/class-part-address.php:41
978
  msgid "Address"
979
  msgstr ""
980
 
981
- #: inc/classes/parts/class-part-address.php:14
982
  msgid "For geographical locations. Includes Google Maps intergration."
983
  msgstr ""
984
 
985
- #: inc/classes/parts/class-part-address.php:191
986
- #: inc/classes/parts/class-part-checkbox.php:167
987
- #: inc/classes/parts/class-part-date.php:206
988
- #: inc/classes/parts/class-part-email.php:146
989
- #: inc/classes/parts/class-part-email.php:150
990
- #: inc/classes/parts/class-part-legal.php:115
991
- #: inc/classes/parts/class-part-multi-line-text.php:142
992
- #: inc/classes/parts/class-part-narrative.php:125
993
- #: inc/classes/parts/class-part-narrative.php:130
994
- #: inc/classes/parts/class-part-number.php:169
995
- #: inc/classes/parts/class-part-phone.php:161
996
- #: inc/classes/parts/class-part-phone.php:165
997
- #: inc/classes/parts/class-part-radio.php:167
998
- #: inc/classes/parts/class-part-rating.php:152
999
- #: inc/classes/parts/class-part-rich-text.php:185
1000
- #: inc/classes/parts/class-part-scale.php:163
1001
- #: inc/classes/parts/class-part-select.php:170
1002
- #: inc/classes/parts/class-part-single-line-text.php:129
1003
- #: inc/classes/parts/class-part-table.php:213
1004
- #: inc/classes/parts/class-part-table.php:220
1005
- #: inc/classes/parts/class-part-title.php:162
1006
- #: inc/classes/parts/class-part-website-url.php:124
1007
  msgid "This field is required."
1008
  msgstr ""
1009
 
1010
- #: inc/classes/parts/class-part-checkbox.php:8
1011
  msgid "Multiple Choice"
1012
  msgstr ""
1013
 
1014
- #: inc/classes/parts/class-part-checkbox.php:9
1015
  msgid "For checkboxes allowing multiple selections."
1016
  msgstr ""
1017
 
1018
- #: inc/classes/parts/class-part-checkbox.php:30
1019
- #: inc/classes/parts/class-part-radio.php:31
1020
- #: inc/classes/parts/class-part-table.php:32
1021
- #: inc/templates/parts/customize-checkbox.php:34
1022
- #: inc/templates/parts/customize-checkbox.php:38
1023
- #: inc/templates/parts/customize-radio.php:34
1024
- #: inc/templates/parts/customize-radio.php:38
1025
- #: inc/templates/parts/customize-select.php:39
1026
- #: inc/templates/parts/customize-select.php:43
1027
- #: inc/templates/parts/customize-table.php:59
1028
  msgid "Options"
1029
  msgstr ""
1030
 
1031
- #: inc/classes/parts/class-part-checkbox.php:175
1032
- #: inc/classes/parts/class-part-table.php:233
1033
  msgid "Checkbox values are not valid."
1034
  msgstr ""
1035
 
1036
- #: inc/classes/parts/class-part-date.php:8
1037
  msgid "Date & Time"
1038
  msgstr ""
1039
 
1040
- #: inc/classes/parts/class-part-date.php:9
1041
  msgid "For formatted day, month, year and or time fields."
1042
  msgstr ""
1043
 
1044
- #: inc/classes/parts/class-part-date.php:30
1045
- #: inc/templates/parts/customize-date.php:35
1046
  msgid "Date"
1047
  msgstr ""
1048
 
1049
- #: inc/classes/parts/class-part-date.php:229
1050
  msgid "Year input does not match minimum and maximum value allowed."
1051
  msgstr ""
1052
 
1053
- #: inc/classes/parts/class-part-date.php:244
1054
  msgid "Hour input does not match minimum and maximum value allowed."
1055
  msgstr ""
1056
 
1057
- #: inc/classes/parts/class-part-date.php:299
1058
  msgid "Not a valid date."
1059
  msgstr ""
1060
 
1061
- #: inc/classes/parts/class-part-email.php:8
1062
- #: inc/classes/parts/class-part-email.php:30
1063
  msgid "Email"
1064
  msgstr ""
1065
 
1066
- #: inc/classes/parts/class-part-email.php:9
1067
  msgid "For formatted email addresses. The '@' symbol is required."
1068
  msgstr ""
1069
 
1070
- #: inc/classes/parts/class-part-email.php:54
1071
  msgid "Confirm Email"
1072
  msgstr ""
1073
 
1074
- #: inc/classes/parts/class-part-email.php:154
1075
  msgid "Not a valid e-mail address."
1076
  msgstr ""
1077
 
1078
- #: inc/classes/parts/class-part-email.php:158
1079
  msgid "Email and confirmation email are not matching."
1080
  msgstr ""
1081
 
1082
- #: inc/classes/parts/class-part-legal.php:9
1083
- #: inc/classes/parts/class-part-legal.php:47
1084
  msgid "Legal"
1085
  msgstr ""
1086
 
1087
- #: inc/classes/parts/class-part-legal.php:10
1088
  msgid "For requiring fine print before accepting submission."
1089
  msgstr ""
1090
 
1091
- #: inc/classes/parts/class-part-legal.php:31
1092
  msgid "I accept terms and conditions."
1093
  msgstr ""
1094
 
1095
- #: inc/classes/parts/class-part-legal.php:120
1096
  msgid "Please accept terms before proceeding."
1097
  msgstr ""
1098
 
1099
- #: inc/classes/parts/class-part-multi-line-text.php:8
1100
  msgid "Long Text"
1101
  msgstr ""
1102
 
1103
- #: inc/classes/parts/class-part-multi-line-text.php:9
1104
  msgid "For paragraph text fields."
1105
  msgstr ""
1106
 
1107
- #: inc/classes/parts/class-part-narrative.php:8
1108
- #: inc/classes/parts/class-part-narrative.php:29
1109
  msgid "Story"
1110
  msgstr ""
1111
 
1112
- #: inc/classes/parts/class-part-narrative.php:9
1113
  msgid "For adding fill-in-the-blank style inputs to a paragraph of text."
1114
  msgstr ""
1115
 
1116
- #: inc/classes/parts/class-part-number.php:8
1117
- #: inc/classes/parts/class-part-number.php:30
1118
  msgid "Number"
1119
  msgstr ""
1120
 
1121
- #: inc/classes/parts/class-part-number.php:9
1122
  msgid "For numeric fields."
1123
  msgstr ""
1124
 
1125
- #: inc/classes/parts/class-part-number.php:86
1126
  msgid "Confirm Number"
1127
  msgstr ""
1128
 
1129
- #: inc/classes/parts/class-part-number.php:188
1130
  msgid "This field does not match minimum and maximum allowed value."
1131
  msgstr ""
1132
 
1133
- #: inc/classes/parts/class-part-number.php:196
1134
- #: inc/classes/parts/class-part-phone.php:169
1135
  msgid "Number and confirmation number are not matching."
1136
  msgstr ""
1137
 
1138
- #: inc/classes/parts/class-part-phone.php:8
1139
- #: inc/classes/parts/class-part-phone.php:30
1140
  msgid "Phone"
1141
  msgstr ""
1142
 
1143
- #: inc/classes/parts/class-part-phone.php:9
1144
  msgid "For phone numbers. Includes country specific formatting."
1145
  msgstr ""
1146
 
1147
- #: inc/classes/parts/class-part-phone.php:74
1148
  msgid "Confirm Phone"
1149
  msgstr ""
1150
 
1151
- #: inc/classes/parts/class-part-placeholder.php:9
1152
  msgid "For adding helper text, horizontal rules and extra space."
1153
  msgstr ""
1154
 
1155
- #: inc/classes/parts/class-part-radio.php:9
1156
  msgid "Single Choice"
1157
  msgstr ""
1158
 
1159
- #: inc/classes/parts/class-part-radio.php:10
1160
  msgid "For radio buttons allowing one selection."
1161
  msgstr ""
1162
 
1163
- #: inc/classes/parts/class-part-radio.php:172
1164
- #: inc/classes/parts/class-part-radio.php:178
1165
  msgid "Radio value is not valid."
1166
  msgstr ""
1167
 
1168
- #: inc/classes/parts/class-part-rating.php:10
1169
  msgid "For collecting opinions using stars and emoji scales."
1170
  msgstr ""
1171
 
1172
- #: inc/classes/parts/class-part-rating.php:56
1173
- #: inc/classes/parts/class-part-rating.php:64
1174
  msgid "Disappointed"
1175
  msgstr ""
1176
 
1177
- #: inc/classes/parts/class-part-rating.php:57
1178
- #: inc/classes/parts/class-part-rating.php:66
1179
  msgid "Happy"
1180
  msgstr ""
1181
 
1182
- #: inc/classes/parts/class-part-rating.php:63
1183
  msgid "Disliked"
1184
  msgstr ""
1185
 
1186
- #: inc/classes/parts/class-part-rating.php:65
1187
  msgid "Okay"
1188
  msgstr ""
1189
 
1190
- #: inc/classes/parts/class-part-rating.php:67
1191
  msgid "Loved it"
1192
  msgstr ""
1193
 
1194
- #: inc/classes/parts/class-part-rating.php:158
1195
  msgid "Value should be between 1 and 5."
1196
  msgstr ""
1197
 
1198
- #: inc/classes/parts/class-part-rating.php:182
1199
- #: inc/templates/parts/frontend-rating-yesno.php:9
1200
  msgid "No"
1201
  msgstr ""
1202
 
1203
- #: inc/classes/parts/class-part-rating.php:184
1204
- #: inc/templates/parts/frontend-rating-yesno.php:17
1205
  msgid "Yes"
1206
  msgstr ""
1207
 
1208
- #: inc/classes/parts/class-part-rich-text.php:8
1209
  msgid "Text Editor"
1210
  msgstr ""
1211
 
1212
- #: inc/classes/parts/class-part-rich-text.php:9
1213
  msgid "For formatting text, code blocks, lists and more."
1214
  msgstr ""
1215
 
1216
- #: inc/classes/parts/class-part-scale.php:8
1217
- #: inc/classes/parts/class-part-scale.php:30
1218
  msgid "Scale"
1219
  msgstr ""
1220
 
1221
- #: inc/classes/parts/class-part-scale.php:9
1222
  msgid "For collecting opinions using a horizontal slider."
1223
  msgstr ""
1224
 
1225
- #: inc/classes/parts/class-part-select.php:8
1226
- #: inc/classes/parts/class-part-select.php:31
1227
  msgid "Dropdown"
1228
  msgstr ""
1229
 
1230
- #: inc/classes/parts/class-part-select.php:9
1231
  msgid "For selecting one option from a long list. Default value adjustable."
1232
  msgstr ""
1233
 
1234
- #: inc/classes/parts/class-part-select.php:175
1235
- #: inc/classes/parts/class-part-select.php:181
1236
- #: inc/classes/parts/class-part-title.php:167
1237
- #: inc/classes/parts/class-part-title.php:173
1238
  msgid "Selected value is not valid."
1239
  msgstr ""
1240
 
1241
- #: inc/classes/parts/class-part-single-line-text.php:8
1242
  msgid "Short Text"
1243
  msgstr ""
1244
 
1245
- #: inc/classes/parts/class-part-single-line-text.php:9
1246
  msgid "For single line text fields."
1247
  msgstr ""
1248
 
1249
- #: inc/classes/parts/class-part-table.php:8
1250
  msgid "Table"
1251
  msgstr ""
1252
 
1253
- #: inc/classes/parts/class-part-table.php:9
1254
  msgid "For radios and checkboxes displaying in a grid of rows and columns."
1255
  msgstr ""
1256
 
1257
- #: inc/classes/parts/class-part-table.php:240
1258
  msgid "Radio values are not valid."
1259
  msgstr ""
1260
 
1261
- #: inc/classes/parts/class-part-title.php:9
1262
  msgid "For displaying personal honorifics."
1263
  msgstr ""
1264
 
1265
- #: inc/classes/parts/class-part-title.php:102
1266
  msgid "Mr."
1267
  msgstr ""
1268
 
1269
- #: inc/classes/parts/class-part-title.php:103
1270
  msgid "Mrs."
1271
  msgstr ""
1272
 
1273
- #: inc/classes/parts/class-part-title.php:104
1274
  msgid "Ms."
1275
  msgstr ""
1276
 
1277
- #: inc/classes/parts/class-part-title.php:105
1278
  msgid "Miss"
1279
  msgstr ""
1280
 
1281
- #: inc/classes/parts/class-part-title.php:106
1282
  msgid "Prof."
1283
  msgstr ""
1284
 
1285
- #: inc/classes/parts/class-part-title.php:107
1286
  msgid "Dr."
1287
  msgstr ""
1288
 
1289
- #: inc/classes/parts/class-part-website-url.php:8
1290
- #: inc/classes/parts/class-part-website-url.php:28
1291
  msgid "Website Link"
1292
  msgstr ""
1293
 
1294
- #: inc/classes/parts/class-part-website-url.php:9
1295
  msgid "For formatted website URLs."
1296
  msgstr ""
1297
 
1298
- #: inc/classes/parts/class-part-website-url.php:130
1299
  msgid "Not a valid URL."
1300
  msgstr ""
1301
 
1302
- #: inc/helpers/helper-activation.php:45
1303
  msgid "Sample Contact Form"
1304
  msgstr ""
1305
 
1306
- #: inc/helpers/helper-activation.php:56
1307
  msgid "First name"
1308
  msgstr ""
1309
 
1310
- #: inc/helpers/helper-activation.php:61
1311
  msgid "Last name"
1312
  msgstr ""
1313
 
1314
- #: inc/helpers/helper-activation.php:66
1315
  msgid "What's your reason for contacting us?"
1316
  msgstr ""
1317
 
1318
- #: inc/helpers/helper-activation.php:69
1319
  msgid "Need technical help"
1320
  msgstr ""
1321
 
1322
- #: inc/helpers/helper-activation.php:72
1323
  msgid "Want to suggest a feature"
1324
  msgstr ""
1325
 
1326
- #: inc/helpers/helper-activation.php:75
1327
  msgid "Asking about my account"
1328
  msgstr ""
1329
 
1330
- #: inc/helpers/helper-activation.php:81
1331
  msgid "Age"
1332
  msgstr ""
1333
 
1334
- #: inc/helpers/helper-activation.php:86
1335
  msgid "Your message"
1336
  msgstr ""
1337
 
1338
- #: inc/helpers/helper-activation.php:118
1339
  msgid "It would be great if I could use Google ReCaptcha instead of Honeypot."
1340
  msgstr ""
1341
 
1342
- #: inc/helpers/helper-activation.php:125
1343
  msgid "How do I embed a HappyForm in my sidebar?"
1344
  msgstr ""
1345
 
1346
- #: inc/helpers/helper-activation.php:132
1347
  msgid "How can I access my premium upgrade credentials?"
1348
  msgstr ""
1349
 
1350
- #: inc/helpers/helper-form-templates.php:797
1351
- msgid "(optional)"
1352
- msgstr ""
1353
-
1354
- #: inc/helpers/helper-form-templates.php:858
1355
  msgid "Get my location"
1356
  msgstr ""
1357
 
1358
- #: inc/helpers/helper-form-templates.php:858
1359
  msgid "Fetching location…"
1360
  msgstr ""
1361
 
1362
- #: inc/helpers/helper-form-templates.php:869
1363
  msgid "January"
1364
  msgstr ""
1365
 
1366
- #: inc/helpers/helper-form-templates.php:870
1367
  msgid "February"
1368
  msgstr ""
1369
 
1370
- #: inc/helpers/helper-form-templates.php:871
1371
  msgid "March"
1372
  msgstr ""
1373
 
1374
- #: inc/helpers/helper-form-templates.php:872
1375
  msgid "April"
1376
  msgstr ""
1377
 
1378
- #: inc/helpers/helper-form-templates.php:873
1379
  msgid "May"
1380
  msgstr ""
1381
 
1382
- #: inc/helpers/helper-form-templates.php:874
1383
  msgid "June"
1384
  msgstr ""
1385
 
1386
- #: inc/helpers/helper-form-templates.php:875
1387
  msgid "July"
1388
  msgstr ""
1389
 
1390
- #: inc/helpers/helper-form-templates.php:876
1391
  msgid "August"
1392
  msgstr ""
1393
 
1394
- #: inc/helpers/helper-form-templates.php:877
1395
  msgid "September"
1396
  msgstr ""
1397
 
1398
- #: inc/helpers/helper-form-templates.php:878
1399
  msgid "October"
1400
  msgstr ""
1401
 
1402
- #: inc/helpers/helper-form-templates.php:879
1403
  msgid "November"
1404
  msgstr ""
1405
 
1406
- #: inc/helpers/helper-form-templates.php:880
1407
  msgid "December"
1408
  msgstr ""
1409
 
1410
- #: inc/helpers/helper-form-templates.php:911 inc/helpers/helper-misc.php:285
 
1411
  msgid "Andorra"
1412
  msgstr ""
1413
 
1414
- #: inc/helpers/helper-form-templates.php:912 inc/helpers/helper-misc.php:503
 
1415
  msgid "United Arab Emirates"
1416
  msgstr ""
1417
 
1418
- #: inc/helpers/helper-form-templates.php:913 inc/helpers/helper-misc.php:281
 
1419
  msgid "Afghanistan"
1420
  msgstr ""
1421
 
1422
- #: inc/helpers/helper-form-templates.php:914 inc/helpers/helper-misc.php:289
 
1423
  msgid "Antigua and Barbuda"
1424
  msgstr ""
1425
 
1426
- #: inc/helpers/helper-form-templates.php:915 inc/helpers/helper-misc.php:287
 
1427
  msgid "Anguilla"
1428
  msgstr ""
1429
 
1430
- #: inc/helpers/helper-form-templates.php:916 inc/helpers/helper-misc.php:282
 
1431
  msgid "Albania"
1432
  msgstr ""
1433
 
1434
- #: inc/helpers/helper-form-templates.php:917 inc/helpers/helper-misc.php:291
 
1435
  msgid "Armenia"
1436
  msgstr ""
1437
 
1438
- #: inc/helpers/helper-form-templates.php:918 inc/helpers/helper-misc.php:286
 
1439
  msgid "Angola"
1440
  msgstr ""
1441
 
1442
- #: inc/helpers/helper-form-templates.php:919 inc/helpers/helper-misc.php:288
 
1443
  msgid "Antarctica"
1444
  msgstr ""
1445
 
1446
- #: inc/helpers/helper-form-templates.php:920 inc/helpers/helper-misc.php:290
 
1447
  msgid "Argentina"
1448
  msgstr ""
1449
 
1450
- #: inc/helpers/helper-form-templates.php:921 inc/helpers/helper-misc.php:284
 
1451
  msgid "American Samoa"
1452
  msgstr ""
1453
 
1454
- #: inc/helpers/helper-form-templates.php:922 inc/helpers/helper-misc.php:294
 
1455
  msgid "Austria"
1456
  msgstr ""
1457
 
1458
- #: inc/helpers/helper-form-templates.php:923 inc/helpers/helper-misc.php:293
 
1459
  msgid "Australia"
1460
  msgstr ""
1461
 
1462
- #: inc/helpers/helper-form-templates.php:924 inc/helpers/helper-misc.php:292
 
1463
  msgid "Aruba"
1464
  msgstr ""
1465
 
1466
- #: inc/helpers/helper-form-templates.php:925 inc/helpers/helper-misc.php:295
 
1467
  msgid "Azerbaijan"
1468
  msgstr ""
1469
 
1470
- #: inc/helpers/helper-form-templates.php:926
1471
  msgid "Bosnia and Herzegovina"
1472
  msgstr ""
1473
 
1474
- #: inc/helpers/helper-form-templates.php:927 inc/helpers/helper-misc.php:299
 
1475
  msgid "Barbados"
1476
  msgstr ""
1477
 
1478
- #: inc/helpers/helper-form-templates.php:928 inc/helpers/helper-misc.php:298
 
1479
  msgid "Bangladesh"
1480
  msgstr ""
1481
 
1482
- #: inc/helpers/helper-form-templates.php:929 inc/helpers/helper-misc.php:301
 
1483
  msgid "Belgium"
1484
  msgstr ""
1485
 
1486
- #: inc/helpers/helper-form-templates.php:930 inc/helpers/helper-misc.php:314
 
1487
  msgid "Burkina Faso"
1488
  msgstr ""
1489
 
1490
- #: inc/helpers/helper-form-templates.php:931 inc/helpers/helper-misc.php:313
 
1491
  msgid "Bulgaria"
1492
  msgstr ""
1493
 
1494
- #: inc/helpers/helper-form-templates.php:932 inc/helpers/helper-misc.php:297
 
1495
  msgid "Bahrain"
1496
  msgstr ""
1497
 
1498
- #: inc/helpers/helper-form-templates.php:933 inc/helpers/helper-misc.php:315
 
1499
  msgid "Burundi"
1500
  msgstr ""
1501
 
1502
- #: inc/helpers/helper-form-templates.php:934 inc/helpers/helper-misc.php:303
 
1503
  msgid "Benin"
1504
  msgstr ""
1505
 
1506
- #: inc/helpers/helper-form-templates.php:935
1507
  msgid "Saint Barthelemy"
1508
  msgstr ""
1509
 
1510
- #: inc/helpers/helper-form-templates.php:936 inc/helpers/helper-misc.php:304
 
1511
  msgid "Bermuda"
1512
  msgstr ""
1513
 
1514
- #: inc/helpers/helper-form-templates.php:937 inc/helpers/helper-misc.php:312
 
1515
  msgid "Brunei Darussalam"
1516
  msgstr ""
1517
 
1518
- #: inc/helpers/helper-form-templates.php:938 inc/helpers/helper-misc.php:306
 
1519
  msgid "Bolivia"
1520
  msgstr ""
1521
 
1522
- #: inc/helpers/helper-form-templates.php:939 inc/helpers/helper-misc.php:310
 
1523
  msgid "Brazil"
1524
  msgstr ""
1525
 
1526
- #: inc/helpers/helper-form-templates.php:940 inc/helpers/helper-misc.php:296
 
1527
  msgid "Bahamas"
1528
  msgstr ""
1529
 
1530
- #: inc/helpers/helper-form-templates.php:941 inc/helpers/helper-misc.php:305
 
1531
  msgid "Bhutan"
1532
  msgstr ""
1533
 
1534
- #: inc/helpers/helper-form-templates.php:942 inc/helpers/helper-misc.php:308
 
1535
  msgid "Botswana"
1536
  msgstr ""
1537
 
1538
- #: inc/helpers/helper-form-templates.php:943 inc/helpers/helper-misc.php:300
 
1539
  msgid "Belarus"
1540
  msgstr ""
1541
 
1542
- #: inc/helpers/helper-form-templates.php:944 inc/helpers/helper-misc.php:302
 
1543
  msgid "Belize"
1544
  msgstr ""
1545
 
1546
- #: inc/helpers/helper-form-templates.php:945 inc/helpers/helper-misc.php:318
 
1547
  msgid "Canada"
1548
  msgstr ""
1549
 
1550
- #: inc/helpers/helper-form-templates.php:946
1551
  msgid "Congo, The Democratic Republic of the"
1552
  msgstr ""
1553
 
1554
- #: inc/helpers/helper-form-templates.php:947 inc/helpers/helper-misc.php:321
 
1555
  msgid "Central African Republic"
1556
  msgstr ""
1557
 
1558
- #: inc/helpers/helper-form-templates.php:948 inc/helpers/helper-misc.php:329
 
1559
  msgid "Congo"
1560
  msgstr ""
1561
 
1562
- #: inc/helpers/helper-form-templates.php:949 inc/helpers/helper-misc.php:486
 
1563
  msgid "Switzerland"
1564
  msgstr ""
1565
 
1566
- #: inc/helpers/helper-form-templates.php:950 inc/helpers/helper-misc.php:331
 
1567
  msgid "Cook Islands"
1568
  msgstr ""
1569
 
1570
- #: inc/helpers/helper-form-templates.php:951 inc/helpers/helper-misc.php:323
 
1571
  msgid "Chile"
1572
  msgstr ""
1573
 
1574
- #: inc/helpers/helper-form-templates.php:952 inc/helpers/helper-misc.php:317
 
1575
  msgid "Cameroon"
1576
  msgstr ""
1577
 
1578
- #: inc/helpers/helper-form-templates.php:953 inc/helpers/helper-misc.php:324
 
1579
  msgid "China"
1580
  msgstr ""
1581
 
1582
- #: inc/helpers/helper-form-templates.php:954 inc/helpers/helper-misc.php:327
 
1583
  msgid "Colombia"
1584
  msgstr ""
1585
 
1586
- #: inc/helpers/helper-form-templates.php:955 inc/helpers/helper-misc.php:332
 
1587
  msgid "Costa Rica"
1588
  msgstr ""
1589
 
1590
- #: inc/helpers/helper-form-templates.php:956 inc/helpers/helper-misc.php:335
 
1591
  msgid "Cuba"
1592
  msgstr ""
1593
 
1594
- #: inc/helpers/helper-form-templates.php:957 inc/helpers/helper-misc.php:319
 
1595
  msgid "Cape Verde"
1596
  msgstr ""
1597
 
1598
- #: inc/helpers/helper-form-templates.php:958 inc/helpers/helper-misc.php:336
 
1599
  msgid "Cyprus"
1600
  msgstr ""
1601
 
1602
- #: inc/helpers/helper-form-templates.php:959 inc/helpers/helper-misc.php:337
 
1603
  msgid "Czech Republic"
1604
  msgstr ""
1605
 
1606
- #: inc/helpers/helper-form-templates.php:960 inc/helpers/helper-misc.php:362
 
1607
  msgid "Germany"
1608
  msgstr ""
1609
 
1610
- #: inc/helpers/helper-form-templates.php:961 inc/helpers/helper-misc.php:339
 
1611
  msgid "Djibouti"
1612
  msgstr ""
1613
 
1614
- #: inc/helpers/helper-form-templates.php:962 inc/helpers/helper-misc.php:338
 
1615
  msgid "Denmark"
1616
  msgstr ""
1617
 
1618
- #: inc/helpers/helper-form-templates.php:963 inc/helpers/helper-misc.php:340
 
1619
  msgid "Dominica"
1620
  msgstr ""
1621
 
1622
- #: inc/helpers/helper-form-templates.php:964 inc/helpers/helper-misc.php:341
 
1623
  msgid "Dominican Republic"
1624
  msgstr ""
1625
 
1626
- #: inc/helpers/helper-form-templates.php:965 inc/helpers/helper-misc.php:283
 
1627
  msgid "Algeria"
1628
  msgstr ""
1629
 
1630
- #: inc/helpers/helper-form-templates.php:966 inc/helpers/helper-misc.php:343
 
1631
  msgid "Ecuador"
1632
  msgstr ""
1633
 
1634
- #: inc/helpers/helper-form-templates.php:967 inc/helpers/helper-misc.php:348
 
1635
  msgid "Estonia"
1636
  msgstr ""
1637
 
1638
- #: inc/helpers/helper-form-templates.php:968 inc/helpers/helper-misc.php:344
 
1639
  msgid "Egypt"
1640
  msgstr ""
1641
 
1642
- #: inc/helpers/helper-form-templates.php:969 inc/helpers/helper-misc.php:347
 
1643
  msgid "Eritrea"
1644
  msgstr ""
1645
 
1646
- #: inc/helpers/helper-form-templates.php:970 inc/helpers/helper-misc.php:477
 
1647
  msgid "Spain"
1648
  msgstr ""
1649
 
1650
- #: inc/helpers/helper-form-templates.php:971 inc/helpers/helper-misc.php:349
 
1651
  msgid "Ethiopia"
1652
  msgstr ""
1653
 
1654
- #: inc/helpers/helper-form-templates.php:972 inc/helpers/helper-misc.php:353
 
1655
  msgid "Finland"
1656
  msgstr ""
1657
 
1658
- #: inc/helpers/helper-form-templates.php:973 inc/helpers/helper-misc.php:352
 
1659
  msgid "Fiji"
1660
  msgstr ""
1661
 
1662
- #: inc/helpers/helper-form-templates.php:974 inc/helpers/helper-misc.php:350
 
1663
  msgid "Falkland Islands (Malvinas)"
1664
  msgstr ""
1665
 
1666
- #: inc/helpers/helper-form-templates.php:975 inc/helpers/helper-misc.php:421
 
1667
  msgid "Micronesia, Federated States of"
1668
  msgstr ""
1669
 
1670
- #: inc/helpers/helper-form-templates.php:976 inc/helpers/helper-misc.php:351
 
1671
  msgid "Faroe Islands"
1672
  msgstr ""
1673
 
1674
- #: inc/helpers/helper-form-templates.php:977 inc/helpers/helper-misc.php:354
 
1675
  msgid "France"
1676
  msgstr ""
1677
 
1678
- #: inc/helpers/helper-form-templates.php:978 inc/helpers/helper-misc.php:359
 
1679
  msgid "Gabon"
1680
  msgstr ""
1681
 
1682
- #: inc/helpers/helper-form-templates.php:979 inc/helpers/helper-misc.php:504
 
1683
  msgid "United Kingdom"
1684
  msgstr ""
1685
 
1686
- #: inc/helpers/helper-form-templates.php:980 inc/helpers/helper-misc.php:367
 
1687
  msgid "Grenada"
1688
  msgstr ""
1689
 
1690
- #: inc/helpers/helper-form-templates.php:981 inc/helpers/helper-misc.php:361
 
1691
  msgid "Georgia"
1692
  msgstr ""
1693
 
1694
- #: inc/helpers/helper-form-templates.php:982 inc/helpers/helper-misc.php:363
 
1695
  msgid "Ghana"
1696
  msgstr ""
1697
 
1698
- #: inc/helpers/helper-form-templates.php:983 inc/helpers/helper-misc.php:364
 
1699
  msgid "Gibraltar"
1700
  msgstr ""
1701
 
1702
- #: inc/helpers/helper-form-templates.php:984 inc/helpers/helper-misc.php:366
 
1703
  msgid "Greenland"
1704
  msgstr ""
1705
 
1706
- #: inc/helpers/helper-form-templates.php:985 inc/helpers/helper-misc.php:360
 
1707
  msgid "Gambia"
1708
  msgstr ""
1709
 
1710
- #: inc/helpers/helper-form-templates.php:986 inc/helpers/helper-misc.php:371
 
1711
  msgid "Guinea"
1712
  msgstr ""
1713
 
1714
- #: inc/helpers/helper-form-templates.php:987 inc/helpers/helper-misc.php:365
 
1715
  msgid "Greece"
1716
  msgstr ""
1717
 
1718
- #: inc/helpers/helper-form-templates.php:988 inc/helpers/helper-misc.php:370
 
1719
  msgid "Guatemala"
1720
  msgstr ""
1721
 
1722
- #: inc/helpers/helper-form-templates.php:989 inc/helpers/helper-misc.php:369
 
1723
  msgid "Guam"
1724
  msgstr ""
1725
 
1726
- #: inc/helpers/helper-form-templates.php:990
1727
  msgid "Guinea-bissau"
1728
  msgstr ""
1729
 
1730
- #: inc/helpers/helper-form-templates.php:991 inc/helpers/helper-misc.php:373
 
1731
  msgid "Guyana"
1732
  msgstr ""
1733
 
1734
- #: inc/helpers/helper-form-templates.php:992 inc/helpers/helper-misc.php:378
 
1735
  msgid "Hong Kong"
1736
  msgstr ""
1737
 
1738
- #: inc/helpers/helper-form-templates.php:993 inc/helpers/helper-misc.php:377
 
1739
  msgid "Honduras"
1740
  msgstr ""
1741
 
1742
- #: inc/helpers/helper-form-templates.php:994
1743
  msgid "Croatia"
1744
  msgstr ""
1745
 
1746
- #: inc/helpers/helper-form-templates.php:995 inc/helpers/helper-misc.php:374
 
1747
  msgid "Haiti"
1748
  msgstr ""
1749
 
1750
- #: inc/helpers/helper-form-templates.php:996 inc/helpers/helper-misc.php:379
 
1751
  msgid "Hungary"
1752
  msgstr ""
1753
 
1754
- #: inc/helpers/helper-form-templates.php:997 inc/helpers/helper-misc.php:382
 
1755
  msgid "Indonesia"
1756
  msgstr ""
1757
 
1758
- #: inc/helpers/helper-form-templates.php:998 inc/helpers/helper-misc.php:385
 
1759
  msgid "Ireland"
1760
  msgstr ""
1761
 
1762
- #: inc/helpers/helper-form-templates.php:999 inc/helpers/helper-misc.php:386
 
1763
  msgid "Israel"
1764
  msgstr ""
1765
 
1766
- #: inc/helpers/helper-form-templates.php:1000 inc/helpers/helper-misc.php:381
 
1767
  msgid "India"
1768
  msgstr ""
1769
 
1770
- #: inc/helpers/helper-form-templates.php:1001 inc/helpers/helper-misc.php:384
 
1771
  msgid "Iraq"
1772
  msgstr ""
1773
 
1774
- #: inc/helpers/helper-form-templates.php:1002
1775
  msgid "Iran, Islamic Republic of"
1776
  msgstr ""
1777
 
1778
- #: inc/helpers/helper-form-templates.php:1003 inc/helpers/helper-misc.php:380
 
1779
  msgid "Iceland"
1780
  msgstr ""
1781
 
1782
- #: inc/helpers/helper-form-templates.php:1004 inc/helpers/helper-misc.php:387
 
1783
  msgid "Italy"
1784
  msgstr ""
1785
 
1786
- #: inc/helpers/helper-form-templates.php:1005 inc/helpers/helper-misc.php:388
 
1787
  msgid "Jamaica"
1788
  msgstr ""
1789
 
1790
- #: inc/helpers/helper-form-templates.php:1006 inc/helpers/helper-misc.php:390
 
1791
  msgid "Jordan"
1792
  msgstr ""
1793
 
1794
- #: inc/helpers/helper-form-templates.php:1007 inc/helpers/helper-misc.php:389
 
1795
  msgid "Japan"
1796
  msgstr ""
1797
 
1798
- #: inc/helpers/helper-form-templates.php:1008 inc/helpers/helper-misc.php:392
 
1799
  msgid "Kenya"
1800
  msgstr ""
1801
 
1802
- #: inc/helpers/helper-form-templates.php:1009 inc/helpers/helper-misc.php:397
 
1803
  msgid "Kyrgyzstan"
1804
  msgstr ""
1805
 
1806
- #: inc/helpers/helper-form-templates.php:1010 inc/helpers/helper-misc.php:316
 
1807
  msgid "Cambodia"
1808
  msgstr ""
1809
 
1810
- #: inc/helpers/helper-form-templates.php:1011 inc/helpers/helper-misc.php:393
 
1811
  msgid "Kiribati"
1812
  msgstr ""
1813
 
1814
- #: inc/helpers/helper-form-templates.php:1012 inc/helpers/helper-misc.php:328
 
1815
  msgid "Comoros"
1816
  msgstr ""
1817
 
1818
- #: inc/helpers/helper-form-templates.php:1013 inc/helpers/helper-misc.php:460
 
1819
  msgid "Saint Kitts and Nevis"
1820
  msgstr ""
1821
 
1822
- #: inc/helpers/helper-form-templates.php:1014
1823
  msgid "Korea Democratic Peoples Republic of"
1824
  msgstr ""
1825
 
1826
- #: inc/helpers/helper-form-templates.php:1015
1827
  msgid "Korea Republic of"
1828
  msgstr ""
1829
 
1830
- #: inc/helpers/helper-form-templates.php:1016 inc/helpers/helper-misc.php:396
 
1831
  msgid "Kuwait"
1832
  msgstr ""
1833
 
1834
- #: inc/helpers/helper-form-templates.php:1017 inc/helpers/helper-misc.php:320
 
1835
  msgid "Cayman Islands"
1836
  msgstr ""
1837
 
1838
- #: inc/helpers/helper-form-templates.php:1018
1839
  msgid "Lao Peoples Democratic Republic"
1840
  msgstr ""
1841
 
1842
- #: inc/helpers/helper-form-templates.php:1019 inc/helpers/helper-misc.php:400
 
1843
  msgid "Lebanon"
1844
  msgstr ""
1845
 
1846
- #: inc/helpers/helper-form-templates.php:1020 inc/helpers/helper-misc.php:461
 
1847
  msgid "Saint Lucia"
1848
  msgstr ""
1849
 
1850
- #: inc/helpers/helper-form-templates.php:1021 inc/helpers/helper-misc.php:404
 
1851
  msgid "Liechtenstein"
1852
  msgstr ""
1853
 
1854
- #: inc/helpers/helper-form-templates.php:1022 inc/helpers/helper-misc.php:478
 
1855
  msgid "Sri Lanka"
1856
  msgstr ""
1857
 
1858
- #: inc/helpers/helper-form-templates.php:1023 inc/helpers/helper-misc.php:402
 
1859
  msgid "Liberia"
1860
  msgstr ""
1861
 
1862
- #: inc/helpers/helper-form-templates.php:1024 inc/helpers/helper-misc.php:401
 
1863
  msgid "Lesotho"
1864
  msgstr ""
1865
 
1866
- #: inc/helpers/helper-form-templates.php:1025 inc/helpers/helper-misc.php:405
 
1867
  msgid "Lithuania"
1868
  msgstr ""
1869
 
1870
- #: inc/helpers/helper-form-templates.php:1026 inc/helpers/helper-misc.php:406
 
1871
  msgid "Luxembourg"
1872
  msgstr ""
1873
 
1874
- #: inc/helpers/helper-form-templates.php:1027 inc/helpers/helper-misc.php:399
 
1875
  msgid "Latvia"
1876
  msgstr ""
1877
 
1878
- #: inc/helpers/helper-form-templates.php:1028 inc/helpers/helper-misc.php:403
 
1879
  msgid "Libyan Arab Jamahiriya"
1880
  msgstr ""
1881
 
1882
- #: inc/helpers/helper-form-templates.php:1029 inc/helpers/helper-misc.php:426
 
1883
  msgid "Morocco"
1884
  msgstr ""
1885
 
1886
- #: inc/helpers/helper-form-templates.php:1030 inc/helpers/helper-misc.php:423
 
1887
  msgid "Monaco"
1888
  msgstr ""
1889
 
1890
- #: inc/helpers/helper-form-templates.php:1031 inc/helpers/helper-misc.php:422
 
1891
  msgid "Moldova, Republic of"
1892
  msgstr ""
1893
 
1894
- #: inc/helpers/helper-form-templates.php:1032
1895
  msgid "Montenegro"
1896
  msgstr ""
1897
 
1898
- #: inc/helpers/helper-form-templates.php:1033 inc/helpers/helper-misc.php:409
 
1899
  msgid "Madagascar"
1900
  msgstr ""
1901
 
1902
- #: inc/helpers/helper-form-templates.php:1034 inc/helpers/helper-misc.php:415
 
1903
  msgid "Marshall Islands"
1904
  msgstr ""
1905
 
1906
- #: inc/helpers/helper-form-templates.php:1035 inc/helpers/helper-misc.php:408
 
1907
  msgid "Macedonia, The Former Yugoslav Republic of"
1908
  msgstr ""
1909
 
1910
- #: inc/helpers/helper-form-templates.php:1036 inc/helpers/helper-misc.php:413
 
1911
  msgid "Mali"
1912
  msgstr ""
1913
 
1914
- #: inc/helpers/helper-form-templates.php:1037 inc/helpers/helper-misc.php:428
 
1915
  msgid "Myanmar"
1916
  msgstr ""
1917
 
1918
- #: inc/helpers/helper-form-templates.php:1038 inc/helpers/helper-misc.php:424
 
1919
  msgid "Mongolia"
1920
  msgstr ""
1921
 
1922
- #: inc/helpers/helper-form-templates.php:1039 inc/helpers/helper-misc.php:407
 
1923
  msgid "Macau"
1924
  msgstr ""
1925
 
1926
- #: inc/helpers/helper-form-templates.php:1040 inc/helpers/helper-misc.php:441
 
1927
  msgid "Northern Mariana Islands"
1928
  msgstr ""
1929
 
1930
- #: inc/helpers/helper-form-templates.php:1041 inc/helpers/helper-misc.php:417
 
1931
  msgid "Mauritania"
1932
  msgstr ""
1933
 
1934
- #: inc/helpers/helper-form-templates.php:1042 inc/helpers/helper-misc.php:425
 
1935
  msgid "Montserrat"
1936
  msgstr ""
1937
 
1938
- #: inc/helpers/helper-form-templates.php:1043 inc/helpers/helper-misc.php:414
 
1939
  msgid "Malta"
1940
  msgstr ""
1941
 
1942
- #: inc/helpers/helper-form-templates.php:1044 inc/helpers/helper-misc.php:418
 
1943
  msgid "Mauritius"
1944
  msgstr ""
1945
 
1946
- #: inc/helpers/helper-form-templates.php:1045 inc/helpers/helper-misc.php:412
 
1947
  msgid "Maldives"
1948
  msgstr ""
1949
 
1950
- #: inc/helpers/helper-form-templates.php:1046 inc/helpers/helper-misc.php:410
 
1951
  msgid "Malawi"
1952
  msgstr ""
1953
 
1954
- #: inc/helpers/helper-form-templates.php:1047 inc/helpers/helper-misc.php:420
 
1955
  msgid "Mexico"
1956
  msgstr ""
1957
 
1958
- #: inc/helpers/helper-form-templates.php:1048 inc/helpers/helper-misc.php:411
 
1959
  msgid "Malaysia"
1960
  msgstr ""
1961
 
1962
- #: inc/helpers/helper-form-templates.php:1049 inc/helpers/helper-misc.php:427
 
1963
  msgid "Mozambique"
1964
  msgstr ""
1965
 
1966
- #: inc/helpers/helper-form-templates.php:1050 inc/helpers/helper-misc.php:429
 
1967
  msgid "Namibia"
1968
  msgstr ""
1969
 
1970
- #: inc/helpers/helper-form-templates.php:1051 inc/helpers/helper-misc.php:434
 
1971
  msgid "New Caledonia"
1972
  msgstr ""
1973
 
1974
- #: inc/helpers/helper-form-templates.php:1052 inc/helpers/helper-misc.php:437
 
1975
  msgid "Niger"
1976
  msgstr ""
1977
 
1978
- #: inc/helpers/helper-form-templates.php:1053 inc/helpers/helper-misc.php:438
 
1979
  msgid "Nigeria"
1980
  msgstr ""
1981
 
1982
- #: inc/helpers/helper-form-templates.php:1054 inc/helpers/helper-misc.php:436
 
1983
  msgid "Nicaragua"
1984
  msgstr ""
1985
 
1986
- #: inc/helpers/helper-form-templates.php:1055 inc/helpers/helper-misc.php:432
 
1987
  msgid "Netherlands"
1988
  msgstr ""
1989
 
1990
- #: inc/helpers/helper-form-templates.php:1056 inc/helpers/helper-misc.php:442
 
1991
  msgid "Norway"
1992
  msgstr ""
1993
 
1994
- #: inc/helpers/helper-form-templates.php:1057 inc/helpers/helper-misc.php:431
 
1995
  msgid "Nepal"
1996
  msgstr ""
1997
 
1998
- #: inc/helpers/helper-form-templates.php:1058 inc/helpers/helper-misc.php:430
 
1999
  msgid "Nauru"
2000
  msgstr ""
2001
 
2002
- #: inc/helpers/helper-form-templates.php:1059 inc/helpers/helper-misc.php:439
 
2003
  msgid "Niue"
2004
  msgstr ""
2005
 
2006
- #: inc/helpers/helper-form-templates.php:1060 inc/helpers/helper-misc.php:435
 
2007
  msgid "New Zealand"
2008
  msgstr ""
2009
 
2010
- #: inc/helpers/helper-form-templates.php:1061 inc/helpers/helper-misc.php:443
 
2011
  msgid "Oman"
2012
  msgstr ""
2013
 
2014
- #: inc/helpers/helper-form-templates.php:1062 inc/helpers/helper-misc.php:446
 
2015
  msgid "Panama"
2016
  msgstr ""
2017
 
2018
- #: inc/helpers/helper-form-templates.php:1063 inc/helpers/helper-misc.php:449
 
2019
  msgid "Peru"
2020
  msgstr ""
2021
 
2022
- #: inc/helpers/helper-form-templates.php:1064 inc/helpers/helper-misc.php:357
 
2023
  msgid "French Polynesia"
2024
  msgstr ""
2025
 
2026
- #: inc/helpers/helper-form-templates.php:1065 inc/helpers/helper-misc.php:447
 
2027
  msgid "Papua New Guinea"
2028
  msgstr ""
2029
 
2030
- #: inc/helpers/helper-form-templates.php:1066 inc/helpers/helper-misc.php:450
 
2031
  msgid "Philippines"
2032
  msgstr ""
2033
 
2034
- #: inc/helpers/helper-form-templates.php:1067 inc/helpers/helper-misc.php:444
 
2035
  msgid "Pakistan"
2036
  msgstr ""
2037
 
2038
- #: inc/helpers/helper-form-templates.php:1068 inc/helpers/helper-misc.php:452
 
2039
  msgid "Poland"
2040
  msgstr ""
2041
 
2042
- #: inc/helpers/helper-form-templates.php:1069
2043
  msgid "Saint Pierre and Miquelon"
2044
  msgstr ""
2045
 
2046
- #: inc/helpers/helper-form-templates.php:1070 inc/helpers/helper-misc.php:451
 
2047
  msgid "Pitcairn"
2048
  msgstr ""
2049
 
2050
- #: inc/helpers/helper-form-templates.php:1071 inc/helpers/helper-misc.php:453
 
2051
  msgid "Portugal"
2052
  msgstr ""
2053
 
2054
- #: inc/helpers/helper-form-templates.php:1072 inc/helpers/helper-misc.php:445
 
2055
  msgid "Palau"
2056
  msgstr ""
2057
 
2058
- #: inc/helpers/helper-form-templates.php:1073 inc/helpers/helper-misc.php:448
 
2059
  msgid "Paraguay"
2060
  msgstr ""
2061
 
2062
- #: inc/helpers/helper-form-templates.php:1074 inc/helpers/helper-misc.php:455
 
2063
  msgid "Qatar"
2064
  msgstr ""
2065
 
2066
- #: inc/helpers/helper-form-templates.php:1075 inc/helpers/helper-misc.php:457
 
2067
  msgid "Romania"
2068
  msgstr ""
2069
 
2070
- #: inc/helpers/helper-form-templates.php:1076
2071
  msgid "Serbia"
2072
  msgstr ""
2073
 
2074
- #: inc/helpers/helper-form-templates.php:1077 inc/helpers/helper-misc.php:458
 
2075
  msgid "Russian Federation"
2076
  msgstr ""
2077
 
2078
- #: inc/helpers/helper-form-templates.php:1078 inc/helpers/helper-misc.php:459
 
2079
  msgid "Rwanda"
2080
  msgstr ""
2081
 
2082
- #: inc/helpers/helper-form-templates.php:1079 inc/helpers/helper-misc.php:466
 
2083
  msgid "Saudi Arabia"
2084
  msgstr ""
2085
 
2086
- #: inc/helpers/helper-form-templates.php:1080 inc/helpers/helper-misc.php:473
 
2087
  msgid "Solomon Islands"
2088
  msgstr ""
2089
 
2090
- #: inc/helpers/helper-form-templates.php:1081 inc/helpers/helper-misc.php:468
 
2091
  msgid "Seychelles"
2092
  msgstr ""
2093
 
2094
- #: inc/helpers/helper-form-templates.php:1082 inc/helpers/helper-misc.php:481
 
2095
  msgid "Sudan"
2096
  msgstr ""
2097
 
2098
- #: inc/helpers/helper-form-templates.php:1083 inc/helpers/helper-misc.php:485
 
2099
  msgid "Sweden"
2100
  msgstr ""
2101
 
2102
- #: inc/helpers/helper-form-templates.php:1084 inc/helpers/helper-misc.php:470
 
2103
  msgid "Singapore"
2104
  msgstr ""
2105
 
2106
- #: inc/helpers/helper-form-templates.php:1085
2107
  msgid "Saint Helena"
2108
  msgstr ""
2109
 
2110
- #: inc/helpers/helper-form-templates.php:1086 inc/helpers/helper-misc.php:472
 
2111
  msgid "Slovenia"
2112
  msgstr ""
2113
 
2114
- #: inc/helpers/helper-form-templates.php:1087
2115
  msgid "Slovakia"
2116
  msgstr ""
2117
 
2118
- #: inc/helpers/helper-form-templates.php:1088 inc/helpers/helper-misc.php:469
 
2119
  msgid "Sierra Leone"
2120
  msgstr ""
2121
 
2122
- #: inc/helpers/helper-form-templates.php:1089 inc/helpers/helper-misc.php:464
 
2123
  msgid "San Marino"
2124
  msgstr ""
2125
 
2126
- #: inc/helpers/helper-form-templates.php:1090 inc/helpers/helper-misc.php:467
 
2127
  msgid "Senegal"
2128
  msgstr ""
2129
 
2130
- #: inc/helpers/helper-form-templates.php:1091 inc/helpers/helper-misc.php:474
 
2131
  msgid "Somalia"
2132
  msgstr ""
2133
 
2134
- #: inc/helpers/helper-form-templates.php:1092 inc/helpers/helper-misc.php:482
 
2135
  msgid "Suriname"
2136
  msgstr ""
2137
 
2138
- #: inc/helpers/helper-form-templates.php:1093 inc/helpers/helper-misc.php:465
 
2139
  msgid "Sao Tome and Principe"
2140
  msgstr ""
2141
 
2142
- #: inc/helpers/helper-form-templates.php:1094 inc/helpers/helper-misc.php:345
 
2143
  msgid "El Salvador"
2144
  msgstr ""
2145
 
2146
- #: inc/helpers/helper-form-templates.php:1095 inc/helpers/helper-misc.php:487
 
2147
  msgid "Syrian Arab Republic"
2148
  msgstr ""
2149
 
2150
- #: inc/helpers/helper-form-templates.php:1096 inc/helpers/helper-misc.php:484
 
2151
  msgid "Swaziland"
2152
  msgstr ""
2153
 
2154
- #: inc/helpers/helper-form-templates.php:1097 inc/helpers/helper-misc.php:499
 
2155
  msgid "Turks and Caicos Islands"
2156
  msgstr ""
2157
 
2158
- #: inc/helpers/helper-form-templates.php:1098 inc/helpers/helper-misc.php:322
 
2159
  msgid "Chad"
2160
  msgstr ""
2161
 
2162
- #: inc/helpers/helper-form-templates.php:1099 inc/helpers/helper-misc.php:492
 
2163
  msgid "Togo"
2164
  msgstr ""
2165
 
2166
- #: inc/helpers/helper-form-templates.php:1100 inc/helpers/helper-misc.php:491
 
2167
  msgid "Thailand"
2168
  msgstr ""
2169
 
2170
- #: inc/helpers/helper-form-templates.php:1101 inc/helpers/helper-misc.php:489
 
2171
  msgid "Tajikistan"
2172
  msgstr ""
2173
 
2174
- #: inc/helpers/helper-form-templates.php:1102 inc/helpers/helper-misc.php:493
 
2175
  msgid "Tokelau"
2176
  msgstr ""
2177
 
2178
- #: inc/helpers/helper-form-templates.php:1103
2179
  msgid "Timor-leste"
2180
  msgstr ""
2181
 
2182
- #: inc/helpers/helper-form-templates.php:1104 inc/helpers/helper-misc.php:498
 
2183
  msgid "Turkmenistan"
2184
  msgstr ""
2185
 
2186
- #: inc/helpers/helper-form-templates.php:1105 inc/helpers/helper-misc.php:496
 
2187
  msgid "Tunisia"
2188
  msgstr ""
2189
 
2190
- #: inc/helpers/helper-form-templates.php:1106 inc/helpers/helper-misc.php:494
 
2191
  msgid "Tonga"
2192
  msgstr ""
2193
 
2194
- #: inc/helpers/helper-form-templates.php:1107 inc/helpers/helper-misc.php:497
 
2195
  msgid "Turkey"
2196
  msgstr ""
2197
 
2198
- #: inc/helpers/helper-form-templates.php:1108 inc/helpers/helper-misc.php:495
 
2199
  msgid "Trinidad and Tobago"
2200
  msgstr ""
2201
 
2202
- #: inc/helpers/helper-form-templates.php:1109 inc/helpers/helper-misc.php:500
 
2203
  msgid "Tuvalu"
2204
  msgstr ""
2205
 
2206
- #: inc/helpers/helper-form-templates.php:1110 inc/helpers/helper-misc.php:488
 
2207
  msgid "Taiwan, Province of China"
2208
  msgstr ""
2209
 
2210
- #: inc/helpers/helper-form-templates.php:1111 inc/helpers/helper-misc.php:490
 
2211
  msgid "Tanzania, United Republic of"
2212
  msgstr ""
2213
 
2214
- #: inc/helpers/helper-form-templates.php:1112 inc/helpers/helper-misc.php:502
 
2215
  msgid "Ukraine"
2216
  msgstr ""
2217
 
2218
- #: inc/helpers/helper-form-templates.php:1113 inc/helpers/helper-misc.php:501
 
2219
  msgid "Uganda"
2220
  msgstr ""
2221
 
2222
- #: inc/helpers/helper-form-templates.php:1114 inc/helpers/helper-misc.php:505
 
2223
  msgid "United States"
2224
  msgstr ""
2225
 
2226
- #: inc/helpers/helper-form-templates.php:1115 inc/helpers/helper-misc.php:507
 
2227
  msgid "Uruguay"
2228
  msgstr ""
2229
 
2230
- #: inc/helpers/helper-form-templates.php:1116 inc/helpers/helper-misc.php:508
 
2231
  msgid "Uzbekistan"
2232
  msgstr ""
2233
 
2234
- #: inc/helpers/helper-form-templates.php:1117 inc/helpers/helper-misc.php:462
 
2235
  msgid "Saint Vincent and the Grenadines"
2236
  msgstr ""
2237
 
2238
- #: inc/helpers/helper-form-templates.php:1118 inc/helpers/helper-misc.php:510
 
2239
  msgid "Venezuela"
2240
  msgstr ""
2241
 
2242
- #: inc/helpers/helper-form-templates.php:1119
2243
  msgid "Virgin Islands, British"
2244
  msgstr ""
2245
 
2246
- #: inc/helpers/helper-form-templates.php:1120
2247
  msgid "Virgin Islands, U.S."
2248
  msgstr ""
2249
 
2250
- #: inc/helpers/helper-form-templates.php:1121 inc/helpers/helper-misc.php:511
 
2251
  msgid "Vietnam"
2252
  msgstr ""
2253
 
2254
- #: inc/helpers/helper-form-templates.php:1122 inc/helpers/helper-misc.php:509
 
2255
  msgid "Vanuatu"
2256
  msgstr ""
2257
 
2258
- #: inc/helpers/helper-form-templates.php:1123
2259
  msgid "Wallis and Futuna"
2260
  msgstr ""
2261
 
2262
- #: inc/helpers/helper-form-templates.php:1124 inc/helpers/helper-misc.php:463
 
2263
  msgid "Samoa"
2264
  msgstr ""
2265
 
2266
- #: inc/helpers/helper-form-templates.php:1125 inc/helpers/helper-misc.php:516
 
2267
  msgid "Yemen"
2268
  msgstr ""
2269
 
2270
- #: inc/helpers/helper-form-templates.php:1126 inc/helpers/helper-misc.php:419
 
2271
  msgid "Mayotte"
2272
  msgstr ""
2273
 
2274
- #: inc/helpers/helper-form-templates.php:1127 inc/helpers/helper-misc.php:475
 
2275
  msgid "South Africa"
2276
  msgstr ""
2277
 
2278
- #: inc/helpers/helper-form-templates.php:1128 inc/helpers/helper-misc.php:518
 
2279
  msgid "Zambia"
2280
  msgstr ""
2281
 
2282
- #: inc/helpers/helper-form-templates.php:1129 inc/helpers/helper-misc.php:519
 
2283
  msgid "Zimbabwe"
2284
  msgstr ""
2285
 
2286
- #: inc/helpers/helper-misc.php:227
2287
  msgid "How are we doing? Please rate"
2288
  msgstr ""
2289
 
2290
- #: inc/helpers/helper-misc.php:227
2291
  msgid "on"
2292
  msgstr ""
2293
 
2294
- #: inc/helpers/helper-misc.php:227
2295
  msgid "to help us spread the word."
2296
  msgstr ""
2297
 
2298
- #: inc/helpers/helper-misc.php:307
2299
  msgid "Bosnia and Herzegowina"
2300
  msgstr ""
2301
 
2302
- #: inc/helpers/helper-misc.php:309
2303
  msgid "Bouvet Island"
2304
  msgstr ""
2305
 
2306
- #: inc/helpers/helper-misc.php:311
2307
  msgid "British Indian Ocean Territory"
2308
  msgstr ""
2309
 
2310
- #: inc/helpers/helper-misc.php:325
2311
  msgid "Christmas Island"
2312
  msgstr ""
2313
 
2314
- #: inc/helpers/helper-misc.php:326
2315
  msgid "Cocos (Keeling) Islands"
2316
  msgstr ""
2317
 
2318
- #: inc/helpers/helper-misc.php:330
2319
  msgid "Congo, the Democratic Republic of the"
2320
  msgstr ""
2321
 
2322
- #: inc/helpers/helper-misc.php:333
2323
  msgid "Ivory Coast"
2324
  msgstr ""
2325
 
2326
- #: inc/helpers/helper-misc.php:334
2327
  msgid "Croatia (Hrvatska)"
2328
  msgstr ""
2329
 
2330
- #: inc/helpers/helper-misc.php:342
2331
  msgid "East Timor"
2332
  msgstr ""
2333
 
2334
- #: inc/helpers/helper-misc.php:346
2335
  msgid "Equatorial Guinea"
2336
  msgstr ""
2337
 
2338
- #: inc/helpers/helper-misc.php:355
2339
  msgid "France Metropolitan"
2340
  msgstr ""
2341
 
2342
- #: inc/helpers/helper-misc.php:356
2343
  msgid "French Guiana"
2344
  msgstr ""
2345
 
2346
- #: inc/helpers/helper-misc.php:358
2347
  msgid "French Southern Territories"
2348
  msgstr ""
2349
 
2350
- #: inc/helpers/helper-misc.php:368
2351
  msgid "Guadeloupe"
2352
  msgstr ""
2353
 
2354
- #: inc/helpers/helper-misc.php:372
2355
  msgid "Guinea-Bissau"
2356
  msgstr ""
2357
 
2358
- #: inc/helpers/helper-misc.php:375
2359
  msgid "Heard and Mc Donald Islands"
2360
  msgstr ""
2361
 
2362
- #: inc/helpers/helper-misc.php:376
2363
  msgid "Holy See (Vatican City State)"
2364
  msgstr ""
2365
 
2366
- #: inc/helpers/helper-misc.php:383
2367
  msgid "Iran (Islamic Republic of)"
2368
  msgstr ""
2369
 
2370
- #: inc/helpers/helper-misc.php:391
2371
  msgid "Kazakhstan"
2372
  msgstr ""
2373
 
2374
- #: inc/helpers/helper-misc.php:394
2375
  msgid "Korea, Democratic People's Republic of"
2376
  msgstr ""
2377
 
2378
- #: inc/helpers/helper-misc.php:395
2379
  msgid "Korea, Republic of"
2380
  msgstr ""
2381
 
2382
- #: inc/helpers/helper-misc.php:398
2383
  msgid "Lao, People's Democratic Republic"
2384
  msgstr ""
2385
 
2386
- #: inc/helpers/helper-misc.php:416
2387
  msgid "Martinique"
2388
  msgstr ""
2389
 
2390
- #: inc/helpers/helper-misc.php:433
2391
  msgid "Netherlands Antilles"
2392
  msgstr ""
2393
 
2394
- #: inc/helpers/helper-misc.php:440
2395
  msgid "Norfolk Island"
2396
  msgstr ""
2397
 
2398
- #: inc/helpers/helper-misc.php:454
2399
  msgid "Puerto Rico"
2400
  msgstr ""
2401
 
2402
- #: inc/helpers/helper-misc.php:456
2403
  msgid "Reunion"
2404
  msgstr ""
2405
 
2406
- #: inc/helpers/helper-misc.php:471
2407
  msgid "Slovakia (Slovak Republic)"
2408
  msgstr ""
2409
 
2410
- #: inc/helpers/helper-misc.php:476
2411
  msgid "South Georgia and the South Sandwich Islands"
2412
  msgstr ""
2413
 
2414
- #: inc/helpers/helper-misc.php:479
2415
  msgid "St. Helena"
2416
  msgstr ""
2417
 
2418
- #: inc/helpers/helper-misc.php:480
2419
  msgid "St. Pierre and Miquelon"
2420
  msgstr ""
2421
 
2422
- #: inc/helpers/helper-misc.php:483
2423
  msgid "Svalbard and Jan Mayen Islands"
2424
  msgstr ""
2425
 
2426
- #: inc/helpers/helper-misc.php:506
2427
  msgid "United States Minor Outlying Islands"
2428
  msgstr ""
2429
 
2430
- #: inc/helpers/helper-misc.php:512
2431
  msgid "Virgin Islands (British)"
2432
  msgstr ""
2433
 
2434
- #: inc/helpers/helper-misc.php:513
2435
  msgid "Virgin Islands (U.S.)"
2436
  msgstr ""
2437
 
2438
- #: inc/helpers/helper-misc.php:514
2439
  msgid "Wallis and Futuna Islands"
2440
  msgstr ""
2441
 
2442
- #: inc/helpers/helper-misc.php:515
2443
  msgid "Western Sahara"
2444
  msgstr ""
2445
 
2446
- #: inc/helpers/helper-misc.php:517
2447
  msgid "Yugoslavia"
2448
  msgstr ""
2449
 
2450
- #: inc/helpers/helper-misc.php:713
2451
- msgid "Message #%s"
2452
  msgstr ""
2453
 
2454
- #: inc/templates/admin-form-modal.php:5
2455
  msgid "Choose a form"
2456
  msgstr ""
2457
 
2458
- #: inc/templates/admin-form-modal.php:12
2459
  msgid "Insert"
2460
  msgstr ""
2461
 
2462
- #: inc/templates/admin-message-edit.php:31
2463
  msgid "Previous response"
2464
  msgstr ""
2465
 
2466
- #: inc/templates/admin-message-edit.php:33
2467
  msgid "Next response"
2468
  msgstr ""
2469
 
2470
- #: inc/templates/admin-tracking.php:7
2471
- msgid "Welcome to HappyForms!"
2472
  msgstr ""
2473
 
2474
- #: inc/templates/admin-tracking.php:14
2475
- msgid "Setup communication"
2476
- msgstr ""
2477
-
2478
- #: inc/templates/admin-tracking.php:16
2479
- msgid "Just one more step before you get started:"
2480
- msgstr ""
2481
-
2482
- #: inc/templates/admin-tracking.php:17
2483
  msgid ""
2484
  "Let's set up HappyForms! Enter your email below to agree to notification "
2485
  "and to share some data about your usage with"
2486
  msgstr ""
2487
 
2488
- #: inc/templates/admin-tracking.php:18
2489
- #: inc/templates/customize-form-setup.php:17
2490
  msgid "Email address"
2491
  msgstr ""
2492
 
2493
- #: inc/templates/admin-tracking.php:20
2494
  msgid "Allow and set up HappyForms"
2495
  msgstr ""
2496
 
2497
- #: inc/templates/admin-tracking.php:29
2498
  msgid "Or, skip this step and "
2499
  msgstr ""
2500
 
2501
- #: inc/templates/admin-tracking.php:29
2502
  msgid "continue"
2503
  msgstr ""
2504
 
2505
- #: inc/templates/customize-form-build.php:4
2506
  msgid "Form name"
2507
  msgstr ""
2508
 
2509
- #: inc/templates/customize-form-build.php:10
2510
  msgid "Form Builder"
2511
  msgstr ""
2512
 
2513
- #: inc/templates/customize-form-build.php:12
2514
  msgid "Collapse all"
2515
  msgstr ""
2516
 
2517
- #: inc/templates/customize-form-build.php:12
2518
  msgid "Expand all"
2519
  msgstr ""
2520
 
2521
- #: inc/templates/customize-form-build.php:16
2522
  msgid "Ready to get started?"
2523
  msgstr ""
2524
 
2525
- #: inc/templates/customize-form-build.php:17
2526
  msgid ""
2527
  "Click any part from the sidebar to add it to your new form. Then, drag "
2528
  "parts into order."
2529
  msgstr ""
2530
 
2531
- #: inc/templates/customize-form-item.php:18
2532
  msgid "Add Part"
2533
  msgstr ""
2534
 
2535
- #: inc/templates/customize-form-item.php:33
2536
- #: inc/templates/customize-form-part-footer.php:3
2537
- #: inc/templates/parts/customize-checkbox.php:105
2538
- #: inc/templates/parts/customize-radio.php:105
2539
- #: inc/templates/parts/customize-select.php:104
2540
- #: inc/templates/parts/customize-table.php:117
2541
- #: inc/templates/parts/customize-table.php:132
2542
  msgid "Delete"
2543
  msgstr ""
2544
 
2545
- #: inc/templates/customize-form-item.php:34
2546
  msgid "Preview"
2547
  msgstr ""
2548
 
2549
- #: inc/templates/customize-form-part-footer.php:5
2550
  msgid "Done"
2551
  msgstr ""
2552
 
2553
- #: inc/templates/customize-form-part-footer.php:6
2554
- #: inc/templates/parts/customize-checkbox.php:106
2555
- #: inc/templates/parts/customize-radio.php:106
2556
- #: inc/templates/parts/customize-select.php:105
2557
- #: inc/templates/parts/customize-table.php:118
2558
  msgid "Advanced"
2559
  msgstr ""
2560
 
2561
- #: inc/templates/customize-form-parts-drawer.php:5
2562
  msgid "Search parts"
2563
  msgstr ""
2564
 
2565
- #: inc/templates/customize-form-setup.php:4
2566
  msgid "Confirmation message"
2567
  msgstr ""
2568
 
2569
- #: inc/templates/customize-form-setup.php:12
2570
  msgid "Receive submission alerts"
2571
  msgstr ""
2572
 
2573
- #: inc/templates/customize-form-setup.php:21
2574
- #: inc/templates/customize-form-setup.php:43
2575
  msgid "Email subject"
2576
  msgstr ""
2577
 
2578
- #: inc/templates/customize-form-setup.php:27
2579
  msgid "Include mark and reply link"
2580
  msgstr ""
2581
 
2582
- #: inc/templates/customize-form-setup.php:34
2583
  msgid "Send confirmation email"
2584
  msgstr ""
2585
 
2586
- #: inc/templates/customize-form-setup.php:39
2587
  msgid "Email display name"
2588
  msgstr ""
2589
 
2590
- #: inc/templates/customize-form-setup.php:47
2591
  msgid "Email content"
2592
  msgstr ""
2593
 
2594
- #: inc/templates/customize-form-setup.php:54
2595
  msgid "On complete redirect link"
2596
  msgstr ""
2597
 
2598
- #: inc/templates/customize-form-setup.php:58
2599
  msgid "Submit button label"
2600
  msgstr ""
2601
 
2602
- #: inc/templates/customize-form-setup.php:64
2603
  msgid "Spam prevention"
2604
  msgstr ""
2605
 
2606
- #: inc/templates/customize-form-setup.php:70
2607
  msgid "Use"
2608
  msgstr ""
2609
 
2610
- #: inc/templates/customize-form-setup.php:70
2611
  msgid "Google ReCaptcha"
2612
  msgstr ""
2613
 
2614
- #: inc/templates/customize-form-setup.php:74
2615
  msgid "ReCaptcha site key"
2616
  msgstr ""
2617
 
2618
- #: inc/templates/customize-form-setup.php:78
2619
  msgid "ReCaptcha secret key"
2620
  msgstr ""
2621
 
2622
- #: inc/templates/customize-form-setup.php:86
2623
  msgid "Save messages for this form"
2624
  msgstr ""
2625
 
2626
- #: inc/templates/customize-form-setup.php:92
2627
  msgid "Add identifying number to messages"
2628
  msgstr ""
2629
 
2630
- #: inc/templates/customize-form-setup.php:97
2631
  msgid "Start counter from"
2632
  msgstr ""
2633
 
2634
- #: inc/templates/customize-form-setup.php:102
2635
- #: inc/templates/parts/customize-number.php:72
2636
  msgid "Prefix"
2637
  msgstr ""
2638
 
2639
- #: inc/templates/customize-form-setup.php:106
2640
  msgid "Suffix"
2641
  msgstr ""
2642
 
2643
- #: inc/templates/customize-form-setup.php:114
2644
  msgid "Preview values before submission"
2645
  msgstr ""
2646
 
2647
- #: inc/templates/customize-form-setup.php:119
2648
  msgid "Review button text"
2649
  msgstr ""
2650
 
2651
- #: inc/templates/customize-form-setup.php:126
2652
  msgid ""
2653
  "This is the message your users will see after succesfully submitting your "
2654
  "form."
2655
  msgstr ""
2656
 
2657
- #: inc/templates/customize-form-setup.php:129
2658
  msgid ""
2659
  "Add your email address here to receive a confirmation email for each form "
2660
  "response. You can add multiple email addresses by separating each address "
2661
  "with a comma."
2662
  msgstr ""
2663
 
2664
- #: inc/templates/customize-form-setup.php:132
2665
  msgid ""
2666
  "Each time a user submits a message, you'll receive an email with this "
2667
  "subject."
2668
  msgstr ""
2669
 
2670
- #: inc/templates/customize-form-setup.php:135
2671
  msgid ""
2672
  "If your form contains an email field, recipients will receive an email with "
2673
  "this content."
2674
  msgstr ""
2675
 
2676
- #: inc/templates/customize-form-setup.php:138
2677
  msgid ""
2678
  "If your form contains an email field, recipients will receive an email with "
2679
  "this sender name."
2680
  msgstr ""
2681
 
2682
- #: inc/templates/customize-form-setup.php:141
2683
  msgid ""
2684
  "If your form contains an email field, recipients will receive an email with "
2685
  "this subject."
2686
  msgstr ""
2687
 
2688
- #: inc/templates/customize-form-setup.php:144
2689
  msgid ""
2690
  "By default, recipients will be redirected to the post or page displaying "
2691
  "this form. To set a custom redirect webpage, add a link here."
2692
  msgstr ""
2693
 
2694
- #: inc/templates/customize-form-setup.php:147
2695
  msgid "Protect your form against bots by using HoneyPot security."
2696
  msgstr ""
2697
 
2698
- #: inc/templates/customize-form-setup.php:150
2699
  msgid "Protect your form against bots using your Google ReCaptcha credentials."
2700
  msgstr ""
2701
 
2702
- #: inc/templates/customize-form-setup.php:153
2703
  msgid "Keep recipients responses stored in your WordPress database."
2704
  msgstr ""
2705
 
2706
- #: inc/templates/customize-form-setup.php:156
2707
  msgid "Let your users review their submission before confirming it."
2708
  msgstr ""
2709
 
2710
- #: inc/templates/customize-form-setup.php:159
2711
  msgid "Tag responses with a unique, incremental identifier."
2712
  msgstr ""
2713
 
2714
- #: inc/templates/customize-form-setup.php:162
2715
  msgid "Your next submission will be tagged with this identifier."
2716
  msgstr ""
2717
 
2718
- #: inc/templates/customize-form-setup.php:165
2719
  msgid "Reply to your users and mark their submission as read in one click."
2720
  msgstr ""
2721
 
2722
- #: inc/templates/customize-form-steps.php:23
2723
  msgid "Save & Close"
2724
  msgstr ""
2725
 
2726
- #: inc/templates/customize-form-steps.php:30
2727
- #: inc/templates/parts/customize-scale.php:78
2728
  msgid "Step"
2729
  msgstr ""
2730
 
2731
- #: inc/templates/customize-form-steps.php:30
2732
  msgid "of"
2733
  msgstr ""
2734
 
2735
- #: inc/templates/customize-form-style.php:31
2736
  msgid "Back"
2737
  msgstr ""
2738
 
2739
- #: inc/templates/customize-form-style.php:34
2740
  msgid "You are customizing"
2741
  msgstr ""
2742
 
2743
- #: inc/templates/customize-form-style.php:127
2744
  msgid "Add a unique HTML ID to your form. Write without a hash (#) character."
2745
  msgstr ""
2746
 
2747
- #: inc/templates/customize-header-actions.php:3
2748
  msgid "Save Form"
2749
  msgstr ""
2750
 
2751
- #: inc/templates/customize-header-actions.php:3
2752
  msgid "Saved"
2753
  msgstr ""
2754
 
2755
- #: inc/templates/customize-header-actions.php:5
2756
  msgid "The changes you made will be lost if you navigate away from this page."
2757
  msgstr ""
2758
 
2759
- #: inc/templates/customize-header-actions.php:6
2760
  msgid "Close"
2761
  msgstr ""
2762
 
2763
- #: inc/templates/partials/form-confirm-preview.php:3
2764
  msgid "Edit"
2765
  msgstr ""
2766
 
2767
- #: inc/templates/parts/customize-address.php:8
2768
- #: inc/templates/parts/customize-checkbox.php:8
2769
- #: inc/templates/parts/customize-date.php:8
2770
- #: inc/templates/parts/customize-email.php:8
2771
- #: inc/templates/parts/customize-multi-line-text.php:8
2772
- #: inc/templates/parts/customize-narrative.php:8
2773
- #: inc/templates/parts/customize-number.php:8
2774
- #: inc/templates/parts/customize-phone.php:8
2775
- #: inc/templates/parts/customize-placeholder.php:8
2776
- #: inc/templates/parts/customize-radio.php:8
2777
- #: inc/templates/parts/customize-rating.php:8
2778
- #: inc/templates/parts/customize-rich-text.php:8
2779
- #: inc/templates/parts/customize-scale.php:8
2780
- #: inc/templates/parts/customize-select.php:8
2781
- #: inc/templates/parts/customize-single-line-text.php:8
2782
- #: inc/templates/parts/customize-table.php:8
2783
- #: inc/templates/parts/customize-title.php:8
2784
- #: inc/templates/parts/customize-website-url.php:8
2785
  msgid "Title placement"
2786
  msgstr ""
2787
 
2788
- #: inc/templates/parts/customize-address.php:10
2789
- #: inc/templates/parts/customize-checkbox.php:10
2790
- #: inc/templates/parts/customize-date.php:10
2791
- #: inc/templates/parts/customize-email.php:10
2792
- #: inc/templates/parts/customize-multi-line-text.php:10
2793
- #: inc/templates/parts/customize-narrative.php:10
2794
- #: inc/templates/parts/customize-number.php:10
2795
- #: inc/templates/parts/customize-phone.php:10
2796
- #: inc/templates/parts/customize-placeholder.php:10
2797
- #: inc/templates/parts/customize-radio.php:10
2798
- #: inc/templates/parts/customize-rating.php:10
2799
- #: inc/templates/parts/customize-rich-text.php:10
2800
- #: inc/templates/parts/customize-scale.php:10
2801
- #: inc/templates/parts/customize-select.php:10
2802
- #: inc/templates/parts/customize-single-line-text.php:10
2803
- #: inc/templates/parts/customize-table.php:10
2804
- #: inc/templates/parts/customize-title.php:10
2805
- #: inc/templates/parts/customize-website-url.php:10
2806
  msgid "Above"
2807
  msgstr ""
2808
 
2809
- #: inc/templates/parts/customize-address.php:12
2810
- #: inc/templates/parts/customize-checkbox.php:12
2811
- #: inc/templates/parts/customize-date.php:12
2812
- #: inc/templates/parts/customize-email.php:12
2813
- #: inc/templates/parts/customize-multi-line-text.php:12
2814
- #: inc/templates/parts/customize-narrative.php:12
2815
- #: inc/templates/parts/customize-number.php:12
2816
- #: inc/templates/parts/customize-phone.php:12
2817
- #: inc/templates/parts/customize-placeholder.php:12
2818
- #: inc/templates/parts/customize-radio.php:12
2819
- #: inc/templates/parts/customize-rating.php:12
2820
- #: inc/templates/parts/customize-rich-text.php:12
2821
- #: inc/templates/parts/customize-scale.php:12
2822
- #: inc/templates/parts/customize-select.php:12
2823
- #: inc/templates/parts/customize-single-line-text.php:12
2824
- #: inc/templates/parts/customize-table.php:12
2825
- #: inc/templates/parts/customize-title.php:12
2826
- #: inc/templates/parts/customize-website-url.php:12
2827
  msgid "Below"
2828
  msgstr ""
2829
 
2830
- #: inc/templates/parts/customize-address.php:13
2831
- #: inc/templates/parts/customize-multi-line-text.php:13
2832
  msgid "Inside"
2833
  msgstr ""
2834
 
2835
- #: inc/templates/parts/customize-address.php:14
2836
- #: inc/templates/parts/customize-email.php:14
2837
- #: inc/templates/parts/customize-multi-line-text.php:14
2838
- #: inc/templates/parts/customize-number.php:14
2839
- #: inc/templates/parts/customize-phone.php:14
2840
- #: inc/templates/parts/customize-select.php:13
2841
- #: inc/templates/parts/customize-single-line-text.php:14
2842
- #: inc/templates/parts/customize-title.php:13
2843
- #: inc/templates/parts/customize-website-url.php:14
2844
  msgid "Display as placeholder"
2845
  msgstr ""
2846
 
2847
- #: inc/templates/parts/customize-address.php:15
2848
- #: inc/templates/parts/customize-checkbox.php:13
2849
- #: inc/templates/parts/customize-date.php:13
2850
- #: inc/templates/parts/customize-email.php:15
2851
- #: inc/templates/parts/customize-multi-line-text.php:15
2852
- #: inc/templates/parts/customize-narrative.php:13
2853
- #: inc/templates/parts/customize-number.php:15
2854
- #: inc/templates/parts/customize-phone.php:15
2855
- #: inc/templates/parts/customize-placeholder.php:13
2856
- #: inc/templates/parts/customize-radio.php:13
2857
- #: inc/templates/parts/customize-rating.php:13
2858
- #: inc/templates/parts/customize-rich-text.php:13
2859
- #: inc/templates/parts/customize-scale.php:13
2860
- #: inc/templates/parts/customize-select.php:14
2861
- #: inc/templates/parts/customize-single-line-text.php:15
2862
- #: inc/templates/parts/customize-table.php:13
2863
- #: inc/templates/parts/customize-title.php:14
2864
- #: inc/templates/parts/customize-website-url.php:15
2865
  msgid "Hidden"
2866
  msgstr ""
2867
 
2868
- #: inc/templates/parts/customize-address.php:20
2869
- #: inc/templates/parts/customize-checkbox.php:18
2870
- #: inc/templates/parts/customize-checkbox.php:77
2871
- #: inc/templates/parts/customize-date.php:18
2872
- #: inc/templates/parts/customize-date.php:113
2873
- #: inc/templates/parts/customize-email.php:20
2874
- #: inc/templates/parts/customize-email.php:56
2875
- #: inc/templates/parts/customize-multi-line-text.php:20
2876
- #: inc/templates/parts/customize-multi-line-text.php:56
2877
- #: inc/templates/parts/customize-narrative.php:18
2878
- #: inc/templates/parts/customize-narrative.php:42
2879
- #: inc/templates/parts/customize-number.php:20
2880
- #: inc/templates/parts/customize-number.php:87
2881
- #: inc/templates/parts/customize-phone.php:20
2882
- #: inc/templates/parts/customize-phone.php:79
2883
- #: inc/templates/parts/customize-placeholder.php:18
2884
- #: inc/templates/parts/customize-placeholder.php:37
2885
- #: inc/templates/parts/customize-radio.php:18
2886
- #: inc/templates/parts/customize-radio.php:77
2887
- #: inc/templates/parts/customize-rating.php:18
2888
- #: inc/templates/parts/customize-rating.php:84
2889
- #: inc/templates/parts/customize-rich-text.php:18
2890
- #: inc/templates/parts/customize-rich-text.php:49
2891
- #: inc/templates/parts/customize-scale.php:18
2892
- #: inc/templates/parts/customize-scale.php:96
2893
- #: inc/templates/parts/customize-select.php:19
2894
- #: inc/templates/parts/customize-select.php:80
2895
- #: inc/templates/parts/customize-single-line-text.php:20
2896
- #: inc/templates/parts/customize-single-line-text.php:61
2897
- #: inc/templates/parts/customize-table.php:18
2898
- #: inc/templates/parts/customize-table.php:93
2899
- #: inc/templates/parts/customize-title.php:19
2900
- #: inc/templates/parts/customize-title.php:54
2901
- #: inc/templates/parts/customize-website-url.php:20
2902
- #: inc/templates/parts/customize-website-url.php:56
2903
  msgid "Apply to all parts"
2904
  msgstr ""
2905
 
2906
- #: inc/templates/parts/customize-address.php:24
2907
- #: inc/templates/parts/customize-checkbox.php:22
2908
- #: inc/templates/parts/customize-checkbox.php:97
2909
- #: inc/templates/parts/customize-date.php:22
2910
- #: inc/templates/parts/customize-email.php:24
2911
- #: inc/templates/parts/customize-multi-line-text.php:24
2912
- #: inc/templates/parts/customize-number.php:24
2913
- #: inc/templates/parts/customize-phone.php:24
2914
- #: inc/templates/parts/customize-radio.php:22
2915
- #: inc/templates/parts/customize-radio.php:97
2916
- #: inc/templates/parts/customize-rating.php:22
2917
- #: inc/templates/parts/customize-rich-text.php:22
2918
- #: inc/templates/parts/customize-scale.php:22
2919
- #: inc/templates/parts/customize-select.php:23
2920
- #: inc/templates/parts/customize-single-line-text.php:24
2921
- #: inc/templates/parts/customize-table.php:22
2922
- #: inc/templates/parts/customize-title.php:23
2923
- #: inc/templates/parts/customize-website-url.php:24
2924
  msgid "Description"
2925
  msgstr ""
2926
 
2927
- #: inc/templates/parts/customize-address.php:28
2928
- #: inc/templates/parts/customize-checkbox.php:26
2929
- #: inc/templates/parts/customize-date.php:26
2930
- #: inc/templates/parts/customize-email.php:28
2931
- #: inc/templates/parts/customize-multi-line-text.php:28
2932
- #: inc/templates/parts/customize-number.php:28
2933
- #: inc/templates/parts/customize-phone.php:28
2934
- #: inc/templates/parts/customize-radio.php:26
2935
- #: inc/templates/parts/customize-rating.php:26
2936
- #: inc/templates/parts/customize-rich-text.php:26
2937
- #: inc/templates/parts/customize-scale.php:26
2938
- #: inc/templates/parts/customize-select.php:27
2939
- #: inc/templates/parts/customize-single-line-text.php:28
2940
- #: inc/templates/parts/customize-table.php:26
2941
- #: inc/templates/parts/customize-title.php:27
2942
- #: inc/templates/parts/customize-website-url.php:28
2943
  msgid "Description appearance"
2944
  msgstr ""
2945
 
2946
- #: inc/templates/parts/customize-address.php:30
2947
- #: inc/templates/parts/customize-checkbox.php:28
2948
- #: inc/templates/parts/customize-date.php:28
2949
- #: inc/templates/parts/customize-email.php:30
2950
- #: inc/templates/parts/customize-multi-line-text.php:30
2951
- #: inc/templates/parts/customize-number.php:30
2952
- #: inc/templates/parts/customize-phone.php:30
2953
- #: inc/templates/parts/customize-radio.php:28
2954
- #: inc/templates/parts/customize-rating.php:28
2955
- #: inc/templates/parts/customize-rich-text.php:28
2956
- #: inc/templates/parts/customize-scale.php:28
2957
- #: inc/templates/parts/customize-select.php:29
2958
- #: inc/templates/parts/customize-single-line-text.php:30
2959
- #: inc/templates/parts/customize-table.php:28
2960
- #: inc/templates/parts/customize-title.php:29
2961
- #: inc/templates/parts/customize-website-url.php:30
2962
  msgid "Standard"
2963
  msgstr ""
2964
 
2965
- #: inc/templates/parts/customize-address.php:31
2966
- #: inc/templates/parts/customize-email.php:31
2967
- #: inc/templates/parts/customize-multi-line-text.php:31
2968
- #: inc/templates/parts/customize-number.php:31
2969
- #: inc/templates/parts/customize-phone.php:31
2970
- #: inc/templates/parts/customize-rich-text.php:29
2971
- #: inc/templates/parts/customize-single-line-text.php:31
2972
- #: inc/templates/parts/customize-website-url.php:31
2973
  msgid "Reveal on focus"
2974
  msgstr ""
2975
 
2976
- #: inc/templates/parts/customize-address.php:32
2977
- #: inc/templates/parts/customize-checkbox.php:29
2978
- #: inc/templates/parts/customize-date.php:29
2979
- #: inc/templates/parts/customize-email.php:32
2980
- #: inc/templates/parts/customize-multi-line-text.php:32
2981
- #: inc/templates/parts/customize-number.php:32
2982
- #: inc/templates/parts/customize-phone.php:32
2983
- #: inc/templates/parts/customize-radio.php:29
2984
- #: inc/templates/parts/customize-rating.php:29
2985
- #: inc/templates/parts/customize-rich-text.php:30
2986
- #: inc/templates/parts/customize-scale.php:29
2987
- #: inc/templates/parts/customize-select.php:30
2988
- #: inc/templates/parts/customize-table.php:29
2989
- #: inc/templates/parts/customize-title.php:30
2990
- #: inc/templates/parts/customize-website-url.php:32
2991
  msgid "Tooltip"
2992
  msgstr ""
2993
 
2994
- #: inc/templates/parts/customize-address.php:40
2995
  msgid "Mode"
2996
  msgstr ""
2997
 
2998
- #: inc/templates/parts/customize-address.php:42
2999
- #: inc/templates/parts/customize-address.php:80
3000
- #: inc/templates/parts/customize-checkbox.php:69
3001
- #: inc/templates/parts/customize-date.php:105
3002
- #: inc/templates/parts/customize-email.php:48
3003
- #: inc/templates/parts/customize-legal.php:6
3004
- #: inc/templates/parts/customize-multi-line-text.php:48
3005
- #: inc/templates/parts/customize-narrative.php:34
3006
- #: inc/templates/parts/customize-number.php:79
3007
- #: inc/templates/parts/customize-phone.php:71
3008
- #: inc/templates/parts/customize-placeholder.php:29
3009
- #: inc/templates/parts/customize-radio.php:69
3010
- #: inc/templates/parts/customize-rating.php:76
3011
- #: inc/templates/parts/customize-rich-text.php:42
3012
- #: inc/templates/parts/customize-scale.php:88
3013
- #: inc/templates/parts/customize-select.php:72
3014
- #: inc/templates/parts/customize-single-line-text.php:53
3015
- #: inc/templates/parts/customize-table.php:85
3016
- #: inc/templates/parts/customize-title.php:46
3017
- #: inc/templates/parts/customize-website-url.php:48
3018
  msgid "Full"
3019
  msgstr ""
3020
 
3021
- #: inc/templates/parts/customize-address.php:43
3022
  msgid "Full with autocomplete"
3023
  msgstr ""
3024
 
3025
- #: inc/templates/parts/customize-address.php:44
3026
  msgid "Country and city"
3027
  msgstr ""
3028
 
3029
- #: inc/templates/parts/customize-address.php:45
3030
  msgid "Country only"
3031
  msgstr ""
3032
 
3033
- #: inc/templates/parts/customize-address.php:50
3034
  msgid "Allow geolocation"
3035
  msgstr ""
3036
 
3037
- #: inc/templates/parts/customize-address.php:55
3038
  msgid "Google API Key"
3039
  msgstr ""
3040
 
3041
- #: inc/templates/parts/customize-address.php:61
3042
  msgid "Address autocompletion requires a"
3043
  msgstr ""
3044
 
3045
- #: inc/templates/parts/customize-address.php:62
3046
  msgid "Google Places API key"
3047
  msgstr ""
3048
 
3049
- #: inc/templates/parts/customize-address.php:66
3050
  msgid "Geolocation requires a"
3051
  msgstr ""
3052
 
3053
- #: inc/templates/parts/customize-address.php:67
3054
  msgid "Google Geocoding API key"
3055
  msgstr ""
3056
 
3057
- #: inc/templates/parts/customize-address.php:73
3058
- #: inc/templates/parts/customize-checkbox.php:55
3059
- #: inc/templates/parts/customize-date.php:52
3060
- #: inc/templates/parts/customize-email.php:41
3061
- #: inc/templates/parts/customize-multi-line-text.php:41
3062
- #: inc/templates/parts/customize-number.php:51
3063
- #: inc/templates/parts/customize-phone.php:41
3064
- #: inc/templates/parts/customize-radio.php:55
3065
- #: inc/templates/parts/customize-rating.php:49
3066
- #: inc/templates/parts/customize-rich-text.php:35
3067
- #: inc/templates/parts/customize-scale.php:44
3068
- #: inc/templates/parts/customize-select.php:60
3069
- #: inc/templates/parts/customize-single-line-text.php:41
3070
- #: inc/templates/parts/customize-title.php:39
3071
- #: inc/templates/parts/customize-website-url.php:41
3072
  msgid "This is required"
3073
  msgstr ""
3074
 
3075
- #: inc/templates/parts/customize-address.php:81
3076
- #: inc/templates/parts/customize-checkbox.php:70
3077
- #: inc/templates/parts/customize-date.php:106
3078
- #: inc/templates/parts/customize-email.php:49
3079
- #: inc/templates/parts/customize-legal.php:7
3080
- #: inc/templates/parts/customize-multi-line-text.php:49
3081
- #: inc/templates/parts/customize-narrative.php:35
3082
- #: inc/templates/parts/customize-number.php:80
3083
- #: inc/templates/parts/customize-phone.php:72
3084
- #: inc/templates/parts/customize-placeholder.php:30
3085
- #: inc/templates/parts/customize-radio.php:70
3086
- #: inc/templates/parts/customize-rating.php:77
3087
- #: inc/templates/parts/customize-rich-text.php:43
3088
- #: inc/templates/parts/customize-scale.php:89
3089
- #: inc/templates/parts/customize-select.php:73
3090
- #: inc/templates/parts/customize-single-line-text.php:54
3091
- #: inc/templates/parts/customize-table.php:86
3092
- #: inc/templates/parts/customize-title.php:47
3093
- #: inc/templates/parts/customize-website-url.php:49
3094
  msgid "Half"
3095
  msgstr ""
3096
 
3097
- #: inc/templates/parts/customize-address.php:82
3098
- #: inc/templates/parts/customize-checkbox.php:71
3099
- #: inc/templates/parts/customize-date.php:107
3100
- #: inc/templates/parts/customize-email.php:50
3101
- #: inc/templates/parts/customize-legal.php:8
3102
- #: inc/templates/parts/customize-multi-line-text.php:50
3103
- #: inc/templates/parts/customize-narrative.php:36
3104
- #: inc/templates/parts/customize-number.php:81
3105
- #: inc/templates/parts/customize-phone.php:73
3106
- #: inc/templates/parts/customize-placeholder.php:31
3107
- #: inc/templates/parts/customize-radio.php:71
3108
- #: inc/templates/parts/customize-rating.php:78
3109
- #: inc/templates/parts/customize-rich-text.php:44
3110
- #: inc/templates/parts/customize-scale.php:90
3111
- #: inc/templates/parts/customize-select.php:74
3112
- #: inc/templates/parts/customize-single-line-text.php:55
3113
- #: inc/templates/parts/customize-table.php:87
3114
- #: inc/templates/parts/customize-title.php:48
3115
- #: inc/templates/parts/customize-website-url.php:50
3116
  msgid "Third"
3117
  msgstr ""
3118
 
3119
- #: inc/templates/parts/customize-address.php:83
3120
- #: inc/templates/parts/customize-checkbox.php:72
3121
- #: inc/templates/parts/customize-date.php:108
3122
- #: inc/templates/parts/customize-email.php:51
3123
- #: inc/templates/parts/customize-legal.php:9
3124
- #: inc/templates/parts/customize-multi-line-text.php:51
3125
- #: inc/templates/parts/customize-narrative.php:37
3126
- #: inc/templates/parts/customize-number.php:82
3127
- #: inc/templates/parts/customize-phone.php:74
3128
- #: inc/templates/parts/customize-placeholder.php:32
3129
- #: inc/templates/parts/customize-radio.php:72
3130
- #: inc/templates/parts/customize-rating.php:79
3131
- #: inc/templates/parts/customize-scale.php:91
3132
- #: inc/templates/parts/customize-select.php:75
3133
- #: inc/templates/parts/customize-single-line-text.php:56
3134
- #: inc/templates/parts/customize-table.php:88
3135
- #: inc/templates/parts/customize-title.php:49
3136
- #: inc/templates/parts/customize-website-url.php:51
3137
  msgid "Auto"
3138
  msgstr ""
3139
 
3140
- #: inc/templates/parts/customize-address.php:87
3141
- #: inc/templates/parts/customize-checkbox.php:81
3142
- #: inc/templates/parts/customize-date.php:117
3143
- #: inc/templates/parts/customize-email.php:60
3144
- #: inc/templates/parts/customize-legal.php:18
3145
- #: inc/templates/parts/customize-multi-line-text.php:60
3146
- #: inc/templates/parts/customize-narrative.php:46
3147
- #: inc/templates/parts/customize-number.php:91
3148
- #: inc/templates/parts/customize-phone.php:83
3149
- #: inc/templates/parts/customize-placeholder.php:41
3150
- #: inc/templates/parts/customize-radio.php:81
3151
- #: inc/templates/parts/customize-rating.php:88
3152
- #: inc/templates/parts/customize-rich-text.php:53
3153
- #: inc/templates/parts/customize-scale.php:100
3154
- #: inc/templates/parts/customize-select.php:84
3155
- #: inc/templates/parts/customize-single-line-text.php:65
3156
- #: inc/templates/parts/customize-table.php:97
3157
- #: inc/templates/parts/customize-title.php:58
3158
- #: inc/templates/parts/customize-website-url.php:60
3159
  msgid "Custom CSS class"
3160
  msgstr ""
3161
 
3162
- #: inc/templates/parts/customize-checkbox.php:35
3163
- #: inc/templates/parts/customize-radio.php:35
3164
- #: inc/templates/parts/customize-select.php:40
3165
  msgid "No options added yet. Add one by clicking <i>Add Option</i> below."
3166
  msgstr ""
3167
 
3168
- #: inc/templates/parts/customize-checkbox.php:39
3169
- #: inc/templates/parts/customize-radio.php:39
3170
- #: inc/templates/parts/customize-select.php:44
3171
  msgid "Type or paste your options here, adding each on a new line."
3172
  msgstr ""
3173
 
3174
- #: inc/templates/parts/customize-checkbox.php:42
3175
- #: inc/templates/parts/customize-radio.php:42
3176
- #: inc/templates/parts/customize-select.php:47
3177
  msgid "Add option"
3178
  msgstr ""
3179
 
3180
- #: inc/templates/parts/customize-checkbox.php:44
3181
- #: inc/templates/parts/customize-radio.php:44
3182
- #: inc/templates/parts/customize-select.php:49
3183
  msgid "Or, bulk add options"
3184
  msgstr ""
3185
 
3186
- #: inc/templates/parts/customize-checkbox.php:48
3187
- #: inc/templates/parts/customize-radio.php:48
3188
- #: inc/templates/parts/customize-select.php:53
3189
  msgid "Add options"
3190
  msgstr ""
3191
 
3192
- #: inc/templates/parts/customize-checkbox.php:50
3193
- #: inc/templates/parts/customize-radio.php:50
3194
- #: inc/templates/parts/customize-select.php:55
3195
- #: inc/templates/parts/customize-table.php:71
3196
  msgid "Cancel"
3197
  msgstr ""
3198
 
3199
- #: inc/templates/parts/customize-checkbox.php:60
3200
- #: inc/templates/parts/customize-radio.php:60
3201
  msgid "Display options"
3202
  msgstr ""
3203
 
3204
- #: inc/templates/parts/customize-checkbox.php:62
3205
- #: inc/templates/parts/customize-radio.php:62
3206
  msgid "Horizontal"
3207
  msgstr ""
3208
 
3209
- #: inc/templates/parts/customize-checkbox.php:63
3210
- #: inc/templates/parts/customize-radio.php:63
3211
  msgid "Vertical"
3212
  msgstr ""
3213
 
3214
- #: inc/templates/parts/customize-checkbox.php:92
3215
- #: inc/templates/parts/customize-radio.php:92
3216
- #: inc/templates/parts/customize-select.php:95
3217
- #: inc/templates/parts/customize-table.php:108
3218
- #: inc/templates/parts/customize-table.php:128
3219
  msgid "Label"
3220
  msgstr ""
3221
 
3222
- #: inc/templates/parts/customize-checkbox.php:101
3223
- #: inc/templates/parts/customize-table.php:113
3224
  msgid "Checked by default"
3225
  msgstr ""
3226
 
3227
- #: inc/templates/parts/customize-date.php:36
3228
  msgid "Date &amp; Time"
3229
  msgstr ""
3230
 
3231
- #: inc/templates/parts/customize-date.php:37
3232
  msgid "Time"
3233
  msgstr ""
3234
 
3235
- #: inc/templates/parts/customize-date.php:38
3236
  msgid "Month &amp; Year"
3237
  msgstr ""
3238
 
3239
- #: inc/templates/parts/customize-date.php:39
3240
  msgid "Month only"
3241
  msgstr ""
3242
 
3243
- #: inc/templates/parts/customize-date.php:40
3244
  msgid "Year only"
3245
  msgstr ""
3246
 
3247
- #: inc/templates/parts/customize-date.php:44
3248
- #: inc/templates/parts/customize-scale.php:64
3249
  msgid "Default value"
3250
  msgstr ""
3251
 
3252
- #: inc/templates/parts/customize-date.php:46
3253
  msgid "Blank"
3254
  msgstr ""
3255
 
3256
- #: inc/templates/parts/customize-date.php:47
3257
  msgid "Current date and time"
3258
  msgstr ""
3259
 
3260
- #: inc/templates/parts/customize-date.php:59
3261
  msgid "All years"
3262
  msgstr ""
3263
 
3264
- #: inc/templates/parts/customize-date.php:60
3265
  msgid "Past years only"
3266
  msgstr ""
3267
 
3268
- #: inc/templates/parts/customize-date.php:61
3269
  msgid "Future years only"
3270
  msgstr ""
3271
 
3272
- #: inc/templates/parts/customize-date.php:66
3273
  msgid "Start from"
3274
  msgstr ""
3275
 
3276
- #: inc/templates/parts/customize-date.php:70
3277
  msgid "End at"
3278
  msgstr ""
3279
 
3280
- #: inc/templates/parts/customize-date.php:75
3281
  msgid "Years order"
3282
  msgstr ""
3283
 
3284
- #: inc/templates/parts/customize-date.php:83
3285
  msgid "Min hour"
3286
  msgstr ""
3287
 
3288
- #: inc/templates/parts/customize-date.php:87
3289
  msgid "Max hour"
3290
  msgstr ""
3291
 
3292
- #: inc/templates/parts/customize-date.php:92
3293
  msgid "Minute step"
3294
  msgstr ""
3295
 
3296
- #: inc/templates/parts/customize-date.php:96
3297
  msgid "Time format"
3298
  msgstr ""
3299
 
3300
- #: inc/templates/parts/customize-date.php:98
3301
  msgid "12h"
3302
  msgstr ""
3303
 
3304
- #: inc/templates/parts/customize-date.php:99
3305
  msgid "24h"
3306
  msgstr ""
3307
 
3308
- #: inc/templates/parts/customize-email.php:13
3309
- #: inc/templates/parts/customize-number.php:13
3310
- #: inc/templates/parts/customize-phone.php:13
3311
- #: inc/templates/parts/customize-single-line-text.php:13
3312
- #: inc/templates/parts/customize-website-url.php:13
3313
  msgid "Inside input"
3314
  msgstr ""
3315
 
3316
- #: inc/templates/parts/customize-email.php:65
3317
  msgid "Suggest common email domains"
3318
  msgstr ""
3319
 
3320
- #: inc/templates/parts/customize-email.php:70
3321
- #: inc/templates/parts/customize-number.php:96
3322
- #: inc/templates/parts/customize-phone.php:88
3323
  msgid "Require confirmation of the value"
3324
  msgstr ""
3325
 
3326
- #: inc/templates/parts/customize-email.php:74
3327
- #: inc/templates/parts/customize-number.php:100
3328
- #: inc/templates/parts/customize-phone.php:92
3329
  msgid "Confirmation field title"
3330
  msgstr ""
3331
 
3332
- #: inc/templates/parts/customize-legal.php:13
3333
  msgid "Legal text"
3334
  msgstr ""
3335
 
3336
- #: inc/templates/parts/customize-narrative.php:22
3337
- #: inc/templates/parts/customize-number.php:57
3338
  msgid "Format"
3339
  msgstr ""
3340
 
3341
- #: inc/templates/parts/customize-narrative.php:27
3342
  msgid "Each input is required"
3343
  msgstr ""
3344
 
3345
- #: inc/templates/parts/customize-number.php:41
3346
  msgid "Min value"
3347
  msgstr ""
3348
 
3349
- #: inc/templates/parts/customize-number.php:45
3350
  msgid "Max value"
3351
  msgstr ""
3352
 
3353
- #: inc/templates/parts/customize-number.php:62
3354
  msgid "Thousands separator"
3355
  msgstr ""
3356
 
3357
- #: inc/templates/parts/customize-number.php:66
3358
  msgid "Decimal<br>separator"
3359
  msgstr ""
3360
 
3361
- #: inc/templates/parts/customize-phone.php:47
3362
  msgid "International format"
3363
  msgstr ""
3364
 
3365
- #: inc/templates/parts/customize-phone.php:52
3366
  msgid "Default phone number region"
3367
  msgstr ""
3368
 
3369
- #: inc/templates/parts/customize-phone.php:64
3370
  msgid "Allow other regions to be selected"
3371
  msgstr ""
3372
 
3373
- #: inc/templates/parts/customize-radio.php:101
3374
- #: inc/templates/parts/customize-select.php:100
3375
  msgid "Make this option default"
3376
  msgstr ""
3377
 
3378
- #: inc/templates/parts/customize-rating.php:33
3379
  msgid "Rating type"
3380
  msgstr ""
3381
 
3382
- #: inc/templates/parts/customize-rating.php:35
3383
  msgid "No / Yes"
3384
  msgstr ""
3385
 
3386
- #: inc/templates/parts/customize-rating.php:36
3387
  msgid "Scale of 1 to 5"
3388
  msgstr ""
3389
 
3390
- #: inc/templates/parts/customize-rating.php:40
3391
  msgid "Rating visuals"
3392
  msgstr ""
3393
 
3394
- #: inc/templates/parts/customize-rating.php:42
3395
- #: inc/templates/parts/frontend-rating-scale.php:12
3396
  msgid "Stars"
3397
  msgstr ""
3398
 
3399
- #: inc/templates/parts/customize-rating.php:43
3400
  msgid "Smileys"
3401
  msgstr ""
3402
 
3403
- #: inc/templates/parts/customize-rating.php:44
3404
  msgid "Thumbs"
3405
  msgstr ""
3406
 
3407
- #: inc/templates/parts/customize-rating.php:55
3408
- #: inc/templates/parts/customize-rating.php:65
3409
  msgid "Rating Labels"
3410
  msgstr ""
3411
 
3412
- #: inc/templates/parts/customize-scale.php:34
3413
  msgid "Minimum value"
3414
  msgstr ""
3415
 
3416
- #: inc/templates/parts/customize-scale.php:38
3417
  msgid "Maximum value"
3418
  msgstr ""
3419
 
3420
- #: inc/templates/parts/customize-scale.php:50
3421
  msgid "Allow range select"
3422
  msgstr ""
3423
 
3424
- #: inc/templates/parts/customize-scale.php:55
3425
  msgid "Default range from"
3426
  msgstr ""
3427
 
3428
- #: inc/templates/parts/customize-scale.php:59
3429
  msgid "Default range to"
3430
  msgstr ""
3431
 
3432
- #: inc/templates/parts/customize-scale.php:69
3433
  msgid "Min value label"
3434
  msgstr ""
3435
 
3436
- #: inc/templates/parts/customize-scale.php:73
3437
  msgid "Max value label"
3438
  msgstr ""
3439
 
3440
- #: inc/templates/parts/customize-select.php:66
3441
  msgid "Make searchable"
3442
  msgstr ""
3443
 
3444
- #: inc/templates/parts/customize-single-line-text.php:32
3445
  msgid "Show in a tooltip"
3446
  msgstr ""
3447
 
3448
- #: inc/templates/parts/customize-single-line-text.php:47
3449
  msgid "Use value as email subject"
3450
  msgstr ""
3451
 
3452
- #: inc/templates/parts/customize-table.php:34
3453
  msgid "Allow multiple selections"
3454
  msgstr ""
3455
 
3456
- #: inc/templates/parts/customize-table.php:38
3457
- #: inc/templates/parts/customize-table.php:45
3458
  msgid "Columns"
3459
  msgstr ""
3460
 
3461
- #: inc/templates/parts/customize-table.php:39
3462
- #: inc/templates/parts/customize-table.php:55
3463
  msgid "Rows"
3464
  msgstr ""
3465
 
3466
- #: inc/templates/parts/customize-table.php:46
3467
  msgid "No columns added yet. Add one by clicking <i>Add Column</i> below."
3468
  msgstr ""
3469
 
3470
- #: inc/templates/parts/customize-table.php:49
3471
  msgid "Add column"
3472
  msgstr ""
3473
 
3474
- #: inc/templates/parts/customize-table.php:56
3475
  msgid "No rows added yet. Add one by clicking <i>Add Row</i> below."
3476
  msgstr ""
3477
 
3478
- #: inc/templates/parts/customize-table.php:60
3479
  msgid "Type or paste your rows here, adding each on a new line."
3480
  msgstr ""
3481
 
3482
- #: inc/templates/parts/customize-table.php:63
3483
  msgid "Add row"
3484
  msgstr ""
3485
 
3486
- #: inc/templates/parts/customize-table.php:65
3487
  msgid "Or, bulk add rows"
3488
  msgstr ""
3489
 
3490
- #: inc/templates/parts/customize-table.php:69
3491
  msgid "Add rows"
3492
  msgstr ""
3493
 
3494
- #: inc/templates/parts/customize-table.php:78
3495
  msgid "Each row is required"
3496
  msgstr ""
3497
 
3498
- #: inc/templates/parts/frontend-address.php:39
3499
- #: inc/templates/parts/frontend-address.php:54
3500
  msgid "Country"
3501
  msgstr ""
3502
 
3503
- #: inc/templates/parts/frontend-address.php:64
3504
  msgid "City"
3505
  msgstr ""
3506
 
3507
- #: inc/templates/parts/frontend-date-day.php:13
3508
  msgid "Day"
3509
  msgstr ""
3510
 
3511
- #: inc/templates/parts/frontend-date-month.php:14
3512
  msgid "Month"
3513
  msgstr ""
3514
 
3515
- #: inc/templates/parts/frontend-date.php:35
3516
  msgid "Year"
3517
  msgstr ""
3518
 
3519
- #: inc/templates/parts/frontend-date.php:120
 
 
 
 
 
 
 
 
 
 
3520
  msgid "Period"
3521
  msgstr ""
3522
 
3523
- #: inc/templates/parts/frontend-rating-scale.php:17
3524
  msgid "%d out of %d"
3525
  msgstr ""
3526
 
3527
- #: inc/templates/preview-form-edit.php:10
3528
  msgid ""
3529
  "This is a preview of your new HappyForm. Once you’ve finished building, you "
3530
  "can add this form to any Page, Post and Widget area. Have questions? <a "
@@ -3532,7 +3779,7 @@ msgid ""
3532
  "our support forums.</a>"
3533
  msgstr ""
3534
 
3535
- #: inc/templates/preview-form-pencil.php:3
3536
  msgid "Click to edit this part."
3537
  msgstr ""
3538
 
1
+ # Copyright (C) 2019 The Theme Foundry
2
  # This file is distributed under the same license as the HappyForms package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: HappyForms 1.6.16\n"
6
  "Report-Msgid-Bugs-To: https://thethemefoundry.com/support/\n"
7
+ "POT-Creation-Date: 2019-01-04 13:39:55+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: The Theme Foundry\n"
13
  "Language-Team: The Theme Foundry\n"
14
  "X-Generator: grunt-wp-i18n 0.4.9\n"
17
  msgid "HappyForms"
18
  msgstr ""
19
 
20
+ #: inc/core/classes/class-block.php:50
21
  msgid "Contact form to manage and respond to conversations with customers."
22
  msgstr ""
23
 
24
+ #: inc/core/classes/class-block.php:89
25
  msgid "Select"
26
  msgstr ""
27
 
28
+ #: inc/core/classes/class-block.php:90
29
  msgid "Which form would you like to add here?"
30
  msgstr ""
31
 
32
+ #: inc/core/classes/class-block.php:91
33
  msgid "HappyForms Settings"
34
  msgstr ""
35
 
36
+ #: inc/core/classes/class-block.php:92
37
  msgid "Edit Form"
38
  msgstr ""
39
 
40
+ #: inc/core/classes/class-form-admin.php:155
41
+ #: inc/core/classes/class-form-controller.php:96
42
  msgid "View form"
43
  msgstr ""
44
 
45
+ #: inc/core/classes/class-form-admin.php:160
46
  msgid "Preview form"
47
  msgstr ""
48
 
49
+ #: inc/core/classes/class-form-admin.php:165
50
+ #: inc/core/classes/class-form-admin.php:168
51
  msgid "Form updated."
52
  msgstr ""
53
 
54
+ #: inc/core/classes/class-form-admin.php:166
55
+ #: inc/core/classes/class-message-admin.php:253
56
  msgid "Custom field updated."
57
  msgstr ""
58
 
59
+ #: inc/core/classes/class-form-admin.php:167
60
+ #: inc/core/classes/class-message-admin.php:254
61
  msgid "Custom field deleted."
62
  msgstr ""
63
 
64
+ #: inc/core/classes/class-form-admin.php:169
65
  msgid "Form restored to revision from %s."
66
  msgstr ""
67
 
68
+ #: inc/core/classes/class-form-admin.php:170
69
  msgid "Form published."
70
  msgstr ""
71
 
72
+ #: inc/core/classes/class-form-admin.php:171
73
+ #: inc/core/classes/class-wp-customize-form-manager.php:164
74
  msgid "Form saved."
75
  msgstr ""
76
 
77
+ #: inc/core/classes/class-form-admin.php:172
78
  msgid "Form submitted."
79
  msgstr ""
80
 
81
+ #: inc/core/classes/class-form-admin.php:173
82
  msgid "Form scheduled."
83
  msgstr ""
84
 
85
+ #: inc/core/classes/class-form-admin.php:174
86
  msgid "Form draft updated."
87
  msgstr ""
88
 
89
+ #: inc/core/classes/class-form-admin.php:197
90
  msgid "%s form updated."
91
  msgid_plural "%s forms updated."
92
  msgstr[0] ""
93
  msgstr[1] ""
94
 
95
+ #: inc/core/classes/class-form-admin.php:198
96
  msgid "%s form not updated, somebody is editing it."
97
  msgid_plural "%s forms not updated, somebody is editing them."
98
  msgstr[0] ""
99
  msgstr[1] ""
100
 
101
+ #: inc/core/classes/class-form-admin.php:199
102
  msgid "%s form permanently deleted."
103
  msgid_plural "%s forms permanently deleted."
104
  msgstr[0] ""
105
  msgstr[1] ""
106
 
107
+ #: inc/core/classes/class-form-admin.php:200
108
  msgid "%s form moved to the Trash."
109
  msgid_plural "%s forms moved to the Trash."
110
  msgstr[0] ""
111
  msgstr[1] ""
112
 
113
+ #: inc/core/classes/class-form-admin.php:201
114
  msgid "%s form restored from the Trash."
115
  msgid_plural "%s forms restored from the Trash."
116
  msgstr[0] ""
117
  msgstr[1] ""
118
 
119
+ #: inc/core/classes/class-form-admin.php:254
120
  msgid "Shortcode"
121
  msgstr ""
122
 
123
+ #: inc/core/classes/class-form-admin.php:255
124
  msgid "Author"
125
  msgstr ""
126
 
127
+ #: inc/core/classes/class-form-admin.php:304
128
  msgid "Copy to clipboard"
129
  msgstr ""
130
 
131
+ #: inc/core/classes/class-form-admin.php:358
132
+ #: inc/core/templates/customize-form-steps.php:5
133
  msgid "Build"
134
  msgstr ""
135
 
136
+ #: inc/core/classes/class-form-admin.php:362
137
+ #: inc/core/templates/customize-form-item.php:21
138
+ #: inc/core/templates/customize-form-steps.php:8
139
+ #: inc/core/templates/customize-form-steps.php:15
140
  msgid "Setup"
141
  msgstr ""
142
 
143
+ #: inc/core/classes/class-form-admin.php:366
144
+ #: inc/core/templates/customize-form-item.php:24
145
+ #: inc/core/templates/customize-form-steps.php:18
146
  msgid "Style"
147
  msgstr ""
148
 
149
+ #: inc/core/classes/class-form-admin.php:370
150
+ #: inc/core/templates/customize-form-item.php:27
151
+ #: inc/core/templates/customize-form-part-footer.php:4
152
  msgid "Duplicate"
153
  msgstr ""
154
 
155
+ #: inc/core/classes/class-form-admin.php:374
156
+ #: inc/core/classes/class-message-admin.php:634
157
+ #: inc/core/classes/class-message-admin.php:922
158
  msgid "Trash"
159
  msgstr ""
160
 
161
+ #: inc/core/classes/class-form-admin.php:419
162
  msgid "Form duplicated succesfully."
163
  msgstr ""
164
 
165
+ #: inc/core/classes/class-form-controller.php:91
166
  msgid "Forms"
167
  msgstr ""
168
 
169
+ #: inc/core/classes/class-form-controller.php:92
170
+ #: inc/core/classes/class-message-admin.php:395
171
+ #: inc/core/classes/class-message-admin.php:907
172
  msgid "Form"
173
  msgstr ""
174
 
175
+ #: inc/core/classes/class-form-controller.php:93
176
+ #: inc/core/classes/class-form-controller.php:95
177
  msgid "Build form"
178
  msgstr ""
179
 
180
+ #: inc/core/classes/class-form-controller.php:94
181
  msgid "Edit form"
182
  msgstr ""
183
 
184
+ #: inc/core/classes/class-form-controller.php:97
185
  msgid "View forms"
186
  msgstr ""
187
 
188
+ #: inc/core/classes/class-form-controller.php:98
189
  msgid "Search Forms"
190
  msgstr ""
191
 
192
+ #: inc/core/classes/class-form-controller.php:99
193
  msgid "No form found"
194
  msgstr ""
195
 
196
+ #: inc/core/classes/class-form-controller.php:100
197
  msgid "No forms found in Trash"
198
  msgstr ""
199
 
200
+ #: inc/core/classes/class-form-controller.php:101
201
+ #: inc/core/classes/class-form-controller.php:102
202
+ #: inc/core/classes/class-happyforms-core.php:163
203
+ #: inc/core/classes/class-happyforms-core.php:164
204
  msgid "All Forms"
205
  msgstr ""
206
 
207
+ #: inc/core/classes/class-form-controller.php:201
208
  msgid "Untitled form"
209
  msgstr ""
210
 
211
+ #: inc/core/classes/class-form-controller.php:228
212
+ #: inc/core/classes/class-form-controller.php:256
213
  msgid ""
214
  "Your message has been successfully sent. We appreciate you contacting us "
215
  "and we’ll be in touch soon."
216
  msgstr ""
217
 
218
+ #: inc/core/classes/class-form-controller.php:240
219
  msgid "You received a new message"
220
  msgstr ""
221
 
222
+ #: inc/core/classes/class-form-controller.php:252
223
  msgid "We received your message"
224
  msgstr ""
225
 
226
+ #: inc/core/classes/class-form-controller.php:268
227
  msgid "Submit Form"
228
  msgstr ""
229
 
230
+ #: inc/core/classes/class-form-controller.php:296
231
  msgid "Review submission"
232
  msgstr ""
233
 
234
+ #: inc/core/classes/class-form-controller.php:666
235
  msgid " Copy"
236
  msgstr ""
237
 
238
+ #: inc/core/classes/class-form-controller.php:834
239
+ #: inc/core/classes/class-message-controller.php:317
240
+ #: inc/core/classes/class-message-controller.php:417
241
+ #: inc/core/classes/class-message-controller.php:452
242
  msgid "Your submission contains errors."
243
  msgstr ""
244
 
245
+ #: inc/core/classes/class-form-controller.php:992
246
  msgid "Please review your submission..."
247
  msgstr ""
248
 
249
+ #: inc/core/classes/class-form-part-library.php:182
250
  msgid "Invalid data"
251
  msgstr ""
252
 
253
+ #: inc/core/classes/class-form-part-library.php:189
254
  msgid "Part definition not found"
255
  msgstr ""
256
 
257
+ #: inc/core/classes/class-form-part-library.php:220
258
  msgid "Missing validation callback for field %s"
259
  msgstr ""
260
 
261
+ #: inc/core/classes/class-form-styles.php:49
262
  msgid "Left-to-right"
263
  msgstr ""
264
 
265
+ #: inc/core/classes/class-form-styles.php:50
266
  msgid "Right-to-left"
267
  msgstr ""
268
 
269
+ #: inc/core/classes/class-form-styles.php:77
270
+ #: inc/core/classes/class-form-styles.php:145
271
+ #: inc/core/classes/class-form-styles.php:155
272
+ #: inc/core/classes/class-form-styles.php:258
273
+ #: inc/core/classes/class-form-styles.php:268
274
  msgid "Default"
275
  msgstr ""
276
 
277
+ #: inc/core/classes/class-form-styles.php:78
278
+ #: inc/core/classes/class-form-styles.php:144
279
+ #: inc/core/classes/class-form-styles.php:154
280
+ #: inc/core/classes/class-form-styles.php:267
281
  msgid "Narrow"
282
  msgstr ""
283
 
284
+ #: inc/core/classes/class-form-styles.php:79
285
+ #: inc/core/classes/class-form-styles.php:146
286
+ #: inc/core/classes/class-form-styles.php:156
287
+ #: inc/core/classes/class-form-styles.php:269
288
  msgid "Wide"
289
  msgstr ""
290
 
291
+ #: inc/core/classes/class-form-styles.php:87
292
+ #: inc/core/classes/class-form-styles.php:116
293
+ #: inc/core/classes/class-form-styles.php:239
294
+ #: inc/core/templates/parts/customize-date.php:33
295
+ #: inc/core/templates/parts/customize-date.php:57
296
  msgid "Show"
297
  msgstr ""
298
 
299
+ #: inc/core/classes/class-form-styles.php:88
300
+ #: inc/core/classes/class-form-styles.php:117
301
+ #: inc/core/classes/class-form-styles.php:240
302
  msgid "Hide"
303
  msgstr ""
304
 
305
+ #: inc/core/classes/class-form-styles.php:96
306
+ #: inc/core/classes/class-form-styles.php:170
307
+ #: inc/core/classes/class-form-styles.php:199
308
+ #: inc/core/classes/class-form-styles.php:219
309
+ #: inc/core/classes/class-form-styles.php:296
310
+ #: inc/core/templates/parts/customize-address.php:11
311
+ #: inc/core/templates/parts/customize-checkbox.php:11
312
+ #: inc/core/templates/parts/customize-date.php:11
313
+ #: inc/core/templates/parts/customize-email.php:11
314
+ #: inc/core/templates/parts/customize-multi-line-text.php:11
315
+ #: inc/core/templates/parts/customize-narrative.php:11
316
+ #: inc/core/templates/parts/customize-number.php:11
317
+ #: inc/core/templates/parts/customize-phone.php:11
318
+ #: inc/core/templates/parts/customize-placeholder.php:11
319
+ #: inc/core/templates/parts/customize-radio.php:11
320
+ #: inc/core/templates/parts/customize-rating.php:11
321
+ #: inc/core/templates/parts/customize-rich-text.php:11
322
+ #: inc/core/templates/parts/customize-scale.php:11
323
+ #: inc/core/templates/parts/customize-select.php:11
324
+ #: inc/core/templates/parts/customize-single-line-text.php:11
325
+ #: inc/core/templates/parts/customize-table.php:11
326
+ #: inc/core/templates/parts/customize-title.php:11
327
+ #: inc/core/templates/parts/customize-website-url.php:11
328
  msgid "Left"
329
  msgstr ""
330
 
331
+ #: inc/core/classes/class-form-styles.php:97
332
+ #: inc/core/classes/class-form-styles.php:171
333
+ #: inc/core/classes/class-form-styles.php:200
334
+ #: inc/core/classes/class-form-styles.php:220
335
+ #: inc/core/classes/class-form-styles.php:297
336
  msgid "Center"
337
  msgstr ""
338
 
339
+ #: inc/core/classes/class-form-styles.php:98
340
+ #: inc/core/classes/class-form-styles.php:172
341
+ #: inc/core/classes/class-form-styles.php:201
342
+ #: inc/core/classes/class-form-styles.php:221
343
+ #: inc/core/classes/class-form-styles.php:298
344
  msgid "Right"
345
  msgstr ""
346
 
347
+ #: inc/core/classes/class-form-styles.php:125
348
  msgid "All sides"
349
  msgstr ""
350
 
351
+ #: inc/core/classes/class-form-styles.php:126
352
  msgid "Bottom only"
353
  msgstr ""
354
 
355
+ #: inc/core/classes/class-form-styles.php:134
356
+ #: inc/core/classes/class-form-styles.php:248
357
  msgid "Square"
358
  msgstr ""
359
 
360
+ #: inc/core/classes/class-form-styles.php:135
361
+ #: inc/core/classes/class-form-styles.php:249
362
  msgid "Round"
363
  msgstr ""
364
 
365
+ #: inc/core/classes/class-form-styles.php:136
366
+ #: inc/core/classes/class-form-styles.php:250
367
  msgid "Pill"
368
  msgstr ""
369
 
370
+ #: inc/core/classes/class-form-styles.php:190
371
+ #: inc/core/classes/class-form-styles.php:287
372
  msgid "Normal"
373
  msgstr ""
374
 
375
+ #: inc/core/classes/class-form-styles.php:191
376
+ #: inc/core/classes/class-form-styles.php:288
377
  msgid "Bold"
378
  msgstr ""
379
 
380
+ #: inc/core/classes/class-form-styles.php:259
381
  msgid "Full width"
382
  msgstr ""
383
 
384
+ #: inc/core/classes/class-form-styles.php:497
385
  msgid "Above form"
386
  msgstr ""
387
 
388
+ #: inc/core/classes/class-form-styles.php:498
389
  msgid "Below form"
390
  msgstr ""
391
 
392
+ #: inc/core/classes/class-form-styles.php:504
393
+ msgid "(optional)"
394
+ msgstr ""
395
+
396
+ #: inc/core/classes/class-form-styles.php:517
397
  msgid "General"
398
  msgstr ""
399
 
400
+ #: inc/core/classes/class-form-styles.php:521
401
+ #: inc/core/classes/class-form-styles.php:826
402
+ #: inc/core/templates/parts/customize-address.php:78
403
+ #: inc/core/templates/parts/customize-checkbox.php:67
404
+ #: inc/core/templates/parts/customize-date.php:103
405
+ #: inc/core/templates/parts/customize-email.php:46
406
+ #: inc/core/templates/parts/customize-legal.php:4
407
+ #: inc/core/templates/parts/customize-multi-line-text.php:46
408
+ #: inc/core/templates/parts/customize-narrative.php:32
409
+ #: inc/core/templates/parts/customize-number.php:77
410
+ #: inc/core/templates/parts/customize-phone.php:69
411
+ #: inc/core/templates/parts/customize-placeholder.php:27
412
+ #: inc/core/templates/parts/customize-radio.php:67
413
+ #: inc/core/templates/parts/customize-rating.php:74
414
+ #: inc/core/templates/parts/customize-rich-text.php:40
415
+ #: inc/core/templates/parts/customize-scale.php:86
416
+ #: inc/core/templates/parts/customize-select.php:70
417
+ #: inc/core/templates/parts/customize-single-line-text.php:51
418
+ #: inc/core/templates/parts/customize-table.php:83
419
+ #: inc/core/templates/parts/customize-title.php:44
420
+ #: inc/core/templates/parts/customize-website-url.php:46
421
  msgid "Width"
422
  msgstr ""
423
 
424
+ #: inc/core/classes/class-form-styles.php:526
425
+ #: inc/core/classes/class-form-styles.php:831
426
  msgid "Padding"
427
  msgstr ""
428
 
429
+ #: inc/core/classes/class-form-styles.php:531
430
  msgid "Direction"
431
  msgstr ""
432
 
433
+ #: inc/core/classes/class-form-styles.php:536
434
  msgid "Display notices"
435
  msgstr ""
436
 
437
+ #: inc/core/classes/class-form-styles.php:541
438
  msgid "Disable submit button until form is valid"
439
  msgstr ""
440
 
441
+ #: inc/core/classes/class-form-styles.php:546
442
  msgid "Form HTML ID"
443
  msgstr ""
444
 
445
+ #: inc/core/classes/class-form-styles.php:553
446
+ #: inc/core/classes/class-form-styles.php:620
447
+ #: inc/core/classes/class-form-styles.php:694
448
+ #: inc/core/classes/class-form-styles.php:857
449
  msgid "Colors"
450
  msgstr ""
451
 
452
+ #: inc/core/classes/class-form-styles.php:557
453
  msgid "Primary"
454
  msgstr ""
455
 
456
+ #: inc/core/classes/class-form-styles.php:562
457
  msgid "Success"
458
  msgstr ""
459
 
460
+ #: inc/core/classes/class-form-styles.php:567
461
  msgid "Error"
462
  msgstr ""
463
 
464
+ #: inc/core/classes/class-form-styles.php:572
465
  msgid "Form title"
466
  msgstr ""
467
 
468
+ #: inc/core/classes/class-form-styles.php:576
469
  msgid "Display"
470
  msgstr ""
471
 
472
+ #: inc/core/classes/class-form-styles.php:581
473
+ #: inc/core/classes/class-form-styles.php:846
474
  msgid "Alignment"
475
  msgstr ""
476
 
477
+ #: inc/core/classes/class-form-styles.php:586
478
  msgid "Font size"
479
  msgstr ""
480
 
481
+ #: inc/core/classes/class-form-styles.php:591
482
  msgid "Part borders & spacing"
483
  msgstr ""
484
 
485
+ #: inc/core/classes/class-form-styles.php:595
486
+ #: inc/core/classes/class-form-styles.php:624
487
+ #: inc/core/classes/class-form-styles.php:816
488
+ #: inc/core/classes/class-form-styles.php:871
489
  msgid "Border"
490
  msgstr ""
491
 
492
+ #: inc/core/classes/class-form-styles.php:600
493
  msgid "Border location"
494
  msgstr ""
495
 
496
+ #: inc/core/classes/class-form-styles.php:605
497
+ #: inc/core/classes/class-form-styles.php:821
498
  msgid "Border radius"
499
  msgstr ""
500
 
501
+ #: inc/core/classes/class-form-styles.php:610
502
  msgid "Outer padding"
503
  msgstr ""
504
 
505
+ #: inc/core/classes/class-form-styles.php:615
506
  msgid "Inner padding"
507
  msgstr ""
508
 
509
+ #: inc/core/classes/class-form-styles.php:629
510
  msgid "Border on focus"
511
  msgstr ""
512
 
513
+ #: inc/core/classes/class-form-styles.php:634
514
+ #: inc/core/classes/class-form-styles.php:722
515
+ #: inc/core/classes/class-form-styles.php:861
516
  msgid "Background"
517
  msgstr ""
518
 
519
+ #: inc/core/classes/class-form-styles.php:639
520
  msgid "Background on focus"
521
  msgstr ""
522
 
523
+ #: inc/core/classes/class-form-styles.php:644
524
  msgid "Part labels & text"
525
  msgstr ""
526
 
527
+ #: inc/core/classes/class-form-styles.php:648
528
  msgid "Toggle placeholder on part focus"
529
  msgstr ""
530
 
531
+ #: inc/core/classes/class-form-styles.php:654
532
  msgid "Title alignment"
533
  msgstr ""
534
 
535
+ #: inc/core/classes/class-form-styles.php:659
536
  msgid "Title font size"
537
  msgstr ""
538
 
539
+ #: inc/core/classes/class-form-styles.php:664
540
  msgid "Title font weight"
541
  msgstr ""
542
 
543
+ #: inc/core/classes/class-form-styles.php:669
544
  msgid "Description alignment"
545
  msgstr ""
546
 
547
+ #: inc/core/classes/class-form-styles.php:674
548
  msgid "Description font size"
549
  msgstr ""
550
 
551
+ #: inc/core/classes/class-form-styles.php:679
552
  msgid "Placeholder &amp; Value alignment"
553
  msgstr ""
554
 
555
+ #: inc/core/classes/class-form-styles.php:684
556
  msgid "Value font size"
557
  msgstr ""
558
 
559
+ #: inc/core/classes/class-form-styles.php:689
560
+ msgid "Optional part label"
561
+ msgstr ""
562
+
563
+ #: inc/core/classes/class-form-styles.php:698
564
+ #: inc/core/classes/parts/class-part-title.php:8
565
+ #: inc/core/classes/parts/class-part-title.php:30
566
+ #: inc/core/templates/parts/customize-address.php:4
567
+ #: inc/core/templates/parts/customize-checkbox.php:4
568
+ #: inc/core/templates/parts/customize-date.php:4
569
+ #: inc/core/templates/parts/customize-email.php:4
570
+ #: inc/core/templates/parts/customize-multi-line-text.php:4
571
+ #: inc/core/templates/parts/customize-narrative.php:4
572
+ #: inc/core/templates/parts/customize-number.php:4
573
+ #: inc/core/templates/parts/customize-phone.php:4
574
+ #: inc/core/templates/parts/customize-placeholder.php:4
575
+ #: inc/core/templates/parts/customize-radio.php:4
576
+ #: inc/core/templates/parts/customize-rating.php:4
577
+ #: inc/core/templates/parts/customize-rich-text.php:4
578
+ #: inc/core/templates/parts/customize-scale.php:4
579
+ #: inc/core/templates/parts/customize-select.php:4
580
+ #: inc/core/templates/parts/customize-single-line-text.php:4
581
+ #: inc/core/templates/parts/customize-table.php:4
582
+ #: inc/core/templates/parts/customize-title.php:4
583
+ #: inc/core/templates/parts/customize-website-url.php:4
584
  msgid "Title"
585
  msgstr ""
586
 
587
+ #: inc/core/classes/class-form-styles.php:703
588
  msgid "Value"
589
  msgstr ""
590
 
591
+ #: inc/core/classes/class-form-styles.php:708
592
+ #: inc/core/classes/parts/class-part-placeholder.php:8
593
+ #: inc/core/templates/parts/customize-address.php:36
594
+ #: inc/core/templates/parts/customize-email.php:36
595
+ #: inc/core/templates/parts/customize-multi-line-text.php:36
596
+ #: inc/core/templates/parts/customize-number.php:36
597
+ #: inc/core/templates/parts/customize-phone.php:36
598
+ #: inc/core/templates/parts/customize-select.php:34
599
+ #: inc/core/templates/parts/customize-single-line-text.php:36
600
+ #: inc/core/templates/parts/customize-title.php:34
601
+ #: inc/core/templates/parts/customize-website-url.php:36
602
  msgid "Placeholder"
603
  msgstr ""
604
 
605
+ #: inc/core/classes/class-form-styles.php:713
606
  msgid "Dropdowns"
607
  msgstr ""
608
 
609
+ #: inc/core/classes/class-form-styles.php:718
610
  msgid "Items"
611
  msgstr ""
612
 
613
+ #: inc/core/classes/class-form-styles.php:727
614
+ #: inc/core/classes/class-form-styles.php:876
615
+ #: inc/core/classes/parts/class-part-multi-line-text.php:29
616
+ #: inc/core/classes/parts/class-part-rich-text.php:31
617
+ #: inc/core/classes/parts/class-part-single-line-text.php:29
618
+ #: inc/core/templates/parts/customize-placeholder.php:22
619
  msgid "Text"
620
  msgstr ""
621
 
622
+ #: inc/core/classes/class-form-styles.php:732
623
+ #: inc/core/classes/class-form-styles.php:866
624
  msgid "Background focused"
625
  msgstr ""
626
 
627
+ #: inc/core/classes/class-form-styles.php:737
628
+ #: inc/core/classes/class-form-styles.php:881
629
  msgid "Text focused"
630
  msgstr ""
631
 
632
+ #: inc/core/classes/class-form-styles.php:742
633
  msgid "Checkboxes & Radios"
634
  msgstr ""
635
 
636
+ #: inc/core/classes/class-form-styles.php:747
637
  msgid "Checkbox & Radio background"
638
  msgstr ""
639
 
640
+ #: inc/core/classes/class-form-styles.php:752
641
  msgid "Checkbox & Radio background focused"
642
  msgstr ""
643
 
644
+ #: inc/core/classes/class-form-styles.php:757
645
  msgid "Checkbox & Radio checkmark"
646
  msgstr ""
647
 
648
+ #: inc/core/classes/class-form-styles.php:762
649
+ #: inc/core/classes/parts/class-part-rating.php:9
650
+ #: inc/core/classes/parts/class-part-rating.php:31
651
  msgid "Rating"
652
  msgstr ""
653
 
654
+ #: inc/core/classes/class-form-styles.php:767
655
  msgid "Rating star color"
656
  msgstr ""
657
 
658
+ #: inc/core/classes/class-form-styles.php:772
659
  msgid "Rating star color on hover"
660
  msgstr ""
661
 
662
+ #: inc/core/classes/class-form-styles.php:777
663
  msgid "Item background"
664
  msgstr ""
665
 
666
+ #: inc/core/classes/class-form-styles.php:782
667
  msgid "Item background on hover"
668
  msgstr ""
669
 
670
+ #: inc/core/classes/class-form-styles.php:787
671
  msgid "Tables"
672
  msgstr ""
673
 
674
+ #: inc/core/classes/class-form-styles.php:792
675
  msgid "Odd row primary"
676
  msgstr ""
677
 
678
+ #: inc/core/classes/class-form-styles.php:797
679
  msgid "Odd row secondary"
680
  msgstr ""
681
 
682
+ #: inc/core/classes/class-form-styles.php:802
683
  msgid "Even row primary"
684
  msgstr ""
685
 
686
+ #: inc/core/classes/class-form-styles.php:807
687
  msgid "Even row secondary"
688
  msgstr ""
689
 
690
+ #: inc/core/classes/class-form-styles.php:812
691
  msgid "Submit button"
692
  msgstr ""
693
 
694
+ #: inc/core/classes/class-form-styles.php:836
695
  msgid "Font Size"
696
  msgstr ""
697
 
698
+ #: inc/core/classes/class-form-styles.php:841
699
  msgid "Font Weight"
700
  msgstr ""
701
 
702
+ #: inc/core/classes/class-form-styles.php:852
703
  msgid "Make button a part of last input"
704
  msgstr ""
705
 
706
+ #: inc/core/classes/class-happyforms-core.php:152
707
  msgid "HappyForms Index"
708
  msgstr ""
709
 
710
+ #: inc/core/classes/class-happyforms-core.php:171
711
+ #: inc/core/classes/class-happyforms-core.php:172
712
  msgid "Add New"
713
  msgstr ""
714
 
715
+ #: inc/core/classes/class-happyforms-core.php:179
716
+ #: inc/core/classes/class-happyforms-core.php:180
717
+ #: inc/core/classes/class-message-controller.php:208
718
  msgid "Responses"
719
  msgstr ""
720
 
721
+ #: inc/core/classes/class-happyforms-core.php:191
722
+ #: inc/core/classes/class-happyforms-core.php:192
723
  msgid "Welcome"
724
  msgstr ""
725
 
726
+ #: inc/core/classes/class-happyforms-core.php:288
727
  msgid "HappyForm"
728
  msgstr ""
729
 
730
+ #: inc/core/classes/class-happyforms-core.php:292
731
  msgid "New HappyForm"
732
  msgstr ""
733
 
734
+ #: inc/core/classes/class-happyforms-core.php:425
735
  msgid "Insert HappyForm"
736
  msgstr ""
737
 
738
+ #: inc/core/classes/class-happyforms-core.php:425
739
  msgid "Add HappyForms"
740
  msgstr ""
741
 
742
+ #: inc/core/classes/class-happyforms-widget.php:15
743
  msgid "Easily add your HappyForms to widget areas."
744
  msgstr ""
745
 
746
+ #: inc/core/classes/class-happyforms-widget.php:71
747
  msgid "Title:"
748
  msgstr ""
749
 
750
+ #: inc/core/classes/class-happyforms-widget.php:75
751
  msgid "Form:"
752
  msgstr ""
753
 
754
+ #: inc/core/classes/class-message-admin.php:149
755
+ #: inc/core/classes/class-tracking.php:168
756
  msgid "Sorry, you are not allowed to access this page."
757
  msgstr ""
758
 
759
+ #: inc/core/classes/class-message-admin.php:220
760
+ msgid "View Response #"
761
  msgstr ""
762
 
763
+ #: inc/core/classes/class-message-admin.php:242
764
+ #: inc/core/classes/class-message-controller.php:211
765
  msgid "View response"
766
  msgstr ""
767
 
768
+ #: inc/core/classes/class-message-admin.php:247
769
  msgid "Preview response"
770
  msgstr ""
771
 
772
+ #: inc/core/classes/class-message-admin.php:252
773
+ #: inc/core/classes/class-message-admin.php:255
774
  msgid "Response updated."
775
  msgstr ""
776
 
777
+ #: inc/core/classes/class-message-admin.php:256
778
  msgid "Response restored to revision from %s."
779
  msgstr ""
780
 
781
+ #: inc/core/classes/class-message-admin.php:257
782
  msgid "Response published."
783
  msgstr ""
784
 
785
+ #: inc/core/classes/class-message-admin.php:258
786
  msgid "Response saved."
787
  msgstr ""
788
 
789
+ #: inc/core/classes/class-message-admin.php:259
790
  msgid "Response submitted."
791
  msgstr ""
792
 
793
+ #: inc/core/classes/class-message-admin.php:260
794
  msgid "Response scheduled."
795
  msgstr ""
796
 
797
+ #: inc/core/classes/class-message-admin.php:261
798
  msgid "Response draft updated."
799
  msgstr ""
800
 
801
+ #: inc/core/classes/class-message-admin.php:284
802
  msgid "%s response updated."
803
  msgid_plural "%s responses updated."
804
  msgstr[0] ""
805
  msgstr[1] ""
806
 
807
+ #: inc/core/classes/class-message-admin.php:285
808
  msgid "%s response not updated, somebody is editing it."
809
  msgid_plural "%s responses not updated, somebody is editing them."
810
  msgstr[0] ""
811
  msgstr[1] ""
812
 
813
+ #: inc/core/classes/class-message-admin.php:286
814
  msgid "%s response permanently deleted."
815
  msgid_plural "%s responses permanently deleted."
816
  msgstr[0] ""
817
  msgstr[1] ""
818
 
819
+ #: inc/core/classes/class-message-admin.php:287
820
  msgid "%s response moved to the Trash."
821
  msgid_plural "%s responses moved to the Trash."
822
  msgstr[0] ""
823
  msgstr[1] ""
824
 
825
+ #: inc/core/classes/class-message-admin.php:288
826
  msgid "%s response restored from the Trash."
827
  msgid_plural "%s responses restored from the Trash."
828
  msgstr[0] ""
829
  msgstr[1] ""
830
 
831
+ #: inc/core/classes/class-message-admin.php:345
832
+ msgid "Pagination"
833
+ msgstr ""
834
+
835
+ #: inc/core/classes/class-message-admin.php:346
836
+ msgid "Number of responses per page:"
837
  msgstr ""
838
 
839
+ #: inc/core/classes/class-message-admin.php:350
840
  msgid "Fields"
841
  msgstr ""
842
 
843
+ #: inc/core/classes/class-message-admin.php:351
844
  msgid "Number of response fields to show:"
845
  msgstr ""
846
 
847
+ #: inc/core/classes/class-message-admin.php:392
848
+ #: inc/core/classes/class-message-admin.php:771
849
+ #: inc/core/classes/class-message-controller.php:652
850
+ #: inc/core/classes/class-message-controller.php:806
851
+ #: inc/core/classes/class-message-controller.php:873
852
+ #: inc/core/templates/admin-message-edit.php:24
853
  msgid "Tracking number"
854
  msgstr ""
855
 
856
+ #: inc/core/classes/class-message-admin.php:560
857
  msgid "All forms"
858
  msgstr ""
859
 
860
+ #: inc/core/classes/class-message-admin.php:632
861
+ #: inc/core/classes/class-message-admin.php:917
862
  msgid "Mark read"
863
  msgstr ""
864
 
865
+ #: inc/core/classes/class-message-admin.php:633
866
+ #: inc/core/classes/class-message-admin.php:917
867
  msgid "Mark unread"
868
  msgstr ""
869
 
870
+ #: inc/core/classes/class-message-admin.php:638
871
  msgid "Export to CSV"
872
  msgstr ""
873
 
874
+ #: inc/core/classes/class-message-admin.php:706
875
  msgid "View"
876
  msgstr ""
877
 
878
+ #: inc/core/classes/class-message-admin.php:710
879
  msgid "Delete Permanently"
880
  msgstr ""
881
 
882
+ #: inc/core/classes/class-message-admin.php:892
883
  msgid "Details"
884
  msgstr ""
885
 
886
+ #: inc/core/classes/class-message-admin.php:912
887
  msgid "Submitted on"
888
  msgstr ""
889
 
890
+ #: inc/core/classes/class-message-admin.php:912
891
  msgid "M j, Y @ H:i"
892
  msgstr ""
893
 
894
+ #: inc/core/classes/class-message-admin.php:917
895
  msgid "Status"
896
  msgstr ""
897
 
898
+ #: inc/core/classes/class-message-admin.php:917
899
  msgid "Read"
900
  msgstr ""
901
 
902
+ #: inc/core/classes/class-message-admin.php:917
903
  msgid "Unread"
904
  msgstr ""
905
 
906
+ #: inc/core/classes/class-message-controller.php:209
907
  msgid "Response"
908
  msgstr ""
909
 
910
+ #: inc/core/classes/class-message-controller.php:210
911
  msgid "Edit response"
912
  msgstr ""
913
 
914
+ #: inc/core/classes/class-message-controller.php:212
915
  msgid "View Responses"
916
  msgstr ""
917
 
918
+ #: inc/core/classes/class-message-controller.php:213
919
  msgid "Search Responses"
920
  msgstr ""
921
 
922
+ #: inc/core/classes/class-message-controller.php:214
923
  msgid "No response found"
924
  msgstr ""
925
 
926
+ #: inc/core/classes/class-message-controller.php:215
927
  msgid "No response found in Trash"
928
  msgstr ""
929
 
930
+ #: inc/core/classes/class-message-controller.php:216
931
+ #: inc/core/classes/class-message-controller.php:217
932
  msgid "All Responses"
933
  msgstr ""
934
 
935
+ #: inc/core/classes/class-message-controller.php:824
936
  msgid "Reply to this message and mark it as read"
937
  msgstr ""
938
 
939
+ #: inc/core/classes/class-tracking.php:204
940
  msgid "Thank you!"
941
  msgstr ""
942
 
943
+ #: inc/core/classes/class-tracking.php:205
944
  msgid "Now let's go enjoy HappyForms."
945
  msgstr ""
946
 
947
+ #: inc/core/classes/class-tracking.php:206
948
  msgid ""
949
  "You've set up notifications and helped us to improve HappyForms. You're "
950
  "ready to get started with your first form."
951
  msgstr ""
952
 
953
+ #: inc/core/classes/class-tracking.php:207
954
  msgid "Create your first form"
955
  msgstr ""
956
 
957
+ #: inc/core/classes/class-tracking.php:209
958
  msgid "Aw snap! Something went wrong."
959
  msgstr ""
960
 
961
+ #: inc/core/classes/class-tracking.php:210
962
  msgid "Error description"
963
  msgstr ""
964
 
965
+ #: inc/core/classes/class-wp-customize-form-manager.php:165
966
  msgid "Now, there are couple of ways to embed it to your content. Here goes..."
967
  msgstr ""
968
 
969
+ #: inc/core/classes/class-wp-customize-form-manager.php:166
970
  msgid "Add to your page / post content"
971
  msgstr ""
972
 
973
+ #: inc/core/classes/class-wp-customize-form-manager.php:167
974
  msgid ""
975
  "In your Edit Post / Edit Page screen, click the <b>Add HappyForms</b> "
976
  "button right above your toolbar. A modal window will appear."
977
  msgstr ""
978
 
979
+ #: inc/core/classes/class-wp-customize-form-manager.php:167
980
  msgid "Select a form in the dropdown, then click <b>Insert</b>."
981
  msgstr ""
982
 
983
+ #: inc/core/classes/class-wp-customize-form-manager.php:167
984
  msgid ""
985
  "That's it! You'll notice the shortcode was added to your content. Your form "
986
  "will show up there."
987
  msgstr ""
988
 
989
+ #: inc/core/classes/class-wp-customize-form-manager.php:168
990
  msgid "Use the HappyForms widget"
991
  msgstr ""
992
 
993
+ #: inc/core/classes/class-wp-customize-form-manager.php:170
994
  msgid ""
995
  "Head over to <b>Appearance</b> &rarr; <b><a href=\"%s\">Widgets</a></b> "
996
  "screen."
997
  msgstr ""
998
 
999
+ #: inc/core/classes/class-wp-customize-form-manager.php:171
1000
  msgid "Drag the HappyForms widget to your sidebar."
1001
  msgstr ""
1002
 
1003
+ #: inc/core/classes/class-wp-customize-form-manager.php:172
1004
  msgid "Select a form in the Form dropdown."
1005
  msgstr ""
1006
 
1007
+ #: inc/core/classes/class-wp-customize-form-manager.php:173
1008
  msgid "All done!"
1009
  msgstr ""
1010
 
1011
+ #: inc/core/classes/class-wp-customize-form-manager.php:175
1012
  msgid ""
1013
  "Looking for a full documentation? Head over to our <a href=\"%s\" "
1014
  "target=\"_blank\">Help Guide</a>."
1015
  msgstr ""
1016
 
1017
+ #: inc/core/classes/class-wp-customize-form-manager.php:182
1018
  msgid ""
1019
  "Form saved. You can add this form to any Page, Post and Widget area. Have "
1020
  "questions? <a href=\"%s\" target=\"_blank\">Ask for help in our support "
1021
  "forums</a>."
1022
  msgstr ""
1023
 
1024
+ #: inc/core/classes/parts/class-part-address.php:13
1025
+ #: inc/core/classes/parts/class-part-address.php:41
1026
  msgid "Address"
1027
  msgstr ""
1028
 
1029
+ #: inc/core/classes/parts/class-part-address.php:14
1030
  msgid "For geographical locations. Includes Google Maps intergration."
1031
  msgstr ""
1032
 
1033
+ #: inc/core/classes/parts/class-part-address.php:191
1034
+ #: inc/core/classes/parts/class-part-checkbox.php:167
1035
+ #: inc/core/classes/parts/class-part-date.php:206
1036
+ #: inc/core/classes/parts/class-part-email.php:146
1037
+ #: inc/core/classes/parts/class-part-email.php:150
1038
+ #: inc/core/classes/parts/class-part-legal.php:115
1039
+ #: inc/core/classes/parts/class-part-multi-line-text.php:142
1040
+ #: inc/core/classes/parts/class-part-narrative.php:125
1041
+ #: inc/core/classes/parts/class-part-narrative.php:130
1042
+ #: inc/core/classes/parts/class-part-number.php:169
1043
+ #: inc/core/classes/parts/class-part-phone.php:161
1044
+ #: inc/core/classes/parts/class-part-phone.php:165
1045
+ #: inc/core/classes/parts/class-part-radio.php:167
1046
+ #: inc/core/classes/parts/class-part-rating.php:152
1047
+ #: inc/core/classes/parts/class-part-rich-text.php:185
1048
+ #: inc/core/classes/parts/class-part-scale.php:163
1049
+ #: inc/core/classes/parts/class-part-select.php:170
1050
+ #: inc/core/classes/parts/class-part-single-line-text.php:129
1051
+ #: inc/core/classes/parts/class-part-table.php:213
1052
+ #: inc/core/classes/parts/class-part-table.php:220
1053
+ #: inc/core/classes/parts/class-part-title.php:162
1054
+ #: inc/core/classes/parts/class-part-website-url.php:124
1055
  msgid "This field is required."
1056
  msgstr ""
1057
 
1058
+ #: inc/core/classes/parts/class-part-checkbox.php:8
1059
  msgid "Multiple Choice"
1060
  msgstr ""
1061
 
1062
+ #: inc/core/classes/parts/class-part-checkbox.php:9
1063
  msgid "For checkboxes allowing multiple selections."
1064
  msgstr ""
1065
 
1066
+ #: inc/core/classes/parts/class-part-checkbox.php:30
1067
+ #: inc/core/classes/parts/class-part-radio.php:31
1068
+ #: inc/core/classes/parts/class-part-table.php:32
1069
+ #: inc/core/templates/parts/customize-checkbox.php:34
1070
+ #: inc/core/templates/parts/customize-checkbox.php:38
1071
+ #: inc/core/templates/parts/customize-radio.php:34
1072
+ #: inc/core/templates/parts/customize-radio.php:38
1073
+ #: inc/core/templates/parts/customize-select.php:39
1074
+ #: inc/core/templates/parts/customize-select.php:43
1075
+ #: inc/core/templates/parts/customize-table.php:59
1076
  msgid "Options"
1077
  msgstr ""
1078
 
1079
+ #: inc/core/classes/parts/class-part-checkbox.php:175
1080
+ #: inc/core/classes/parts/class-part-table.php:233
1081
  msgid "Checkbox values are not valid."
1082
  msgstr ""
1083
 
1084
+ #: inc/core/classes/parts/class-part-date.php:8
1085
  msgid "Date & Time"
1086
  msgstr ""
1087
 
1088
+ #: inc/core/classes/parts/class-part-date.php:9
1089
  msgid "For formatted day, month, year and or time fields."
1090
  msgstr ""
1091
 
1092
+ #: inc/core/classes/parts/class-part-date.php:30
1093
+ #: inc/core/templates/parts/customize-date.php:35
1094
  msgid "Date"
1095
  msgstr ""
1096
 
1097
+ #: inc/core/classes/parts/class-part-date.php:229
1098
  msgid "Year input does not match minimum and maximum value allowed."
1099
  msgstr ""
1100
 
1101
+ #: inc/core/classes/parts/class-part-date.php:244
1102
  msgid "Hour input does not match minimum and maximum value allowed."
1103
  msgstr ""
1104
 
1105
+ #: inc/core/classes/parts/class-part-date.php:299
1106
  msgid "Not a valid date."
1107
  msgstr ""
1108
 
1109
+ #: inc/core/classes/parts/class-part-email.php:8
1110
+ #: inc/core/classes/parts/class-part-email.php:30
1111
  msgid "Email"
1112
  msgstr ""
1113
 
1114
+ #: inc/core/classes/parts/class-part-email.php:9
1115
  msgid "For formatted email addresses. The '@' symbol is required."
1116
  msgstr ""
1117
 
1118
+ #: inc/core/classes/parts/class-part-email.php:54
1119
  msgid "Confirm Email"
1120
  msgstr ""
1121
 
1122
+ #: inc/core/classes/parts/class-part-email.php:154
1123
  msgid "Not a valid e-mail address."
1124
  msgstr ""
1125
 
1126
+ #: inc/core/classes/parts/class-part-email.php:158
1127
  msgid "Email and confirmation email are not matching."
1128
  msgstr ""
1129
 
1130
+ #: inc/core/classes/parts/class-part-legal.php:9
1131
+ #: inc/core/classes/parts/class-part-legal.php:47
1132
  msgid "Legal"
1133
  msgstr ""
1134
 
1135
+ #: inc/core/classes/parts/class-part-legal.php:10
1136
  msgid "For requiring fine print before accepting submission."
1137
  msgstr ""
1138
 
1139
+ #: inc/core/classes/parts/class-part-legal.php:31
1140
  msgid "I accept terms and conditions."
1141
  msgstr ""
1142
 
1143
+ #: inc/core/classes/parts/class-part-legal.php:120
1144
  msgid "Please accept terms before proceeding."
1145
  msgstr ""
1146
 
1147
+ #: inc/core/classes/parts/class-part-multi-line-text.php:8
1148
  msgid "Long Text"
1149
  msgstr ""
1150
 
1151
+ #: inc/core/classes/parts/class-part-multi-line-text.php:9
1152
  msgid "For paragraph text fields."
1153
  msgstr ""
1154
 
1155
+ #: inc/core/classes/parts/class-part-narrative.php:8
1156
+ #: inc/core/classes/parts/class-part-narrative.php:29
1157
  msgid "Story"
1158
  msgstr ""
1159
 
1160
+ #: inc/core/classes/parts/class-part-narrative.php:9
1161
  msgid "For adding fill-in-the-blank style inputs to a paragraph of text."
1162
  msgstr ""
1163
 
1164
+ #: inc/core/classes/parts/class-part-number.php:8
1165
+ #: inc/core/classes/parts/class-part-number.php:30
1166
  msgid "Number"
1167
  msgstr ""
1168
 
1169
+ #: inc/core/classes/parts/class-part-number.php:9
1170
  msgid "For numeric fields."
1171
  msgstr ""
1172
 
1173
+ #: inc/core/classes/parts/class-part-number.php:86
1174
  msgid "Confirm Number"
1175
  msgstr ""
1176
 
1177
+ #: inc/core/classes/parts/class-part-number.php:188
1178
  msgid "This field does not match minimum and maximum allowed value."
1179
  msgstr ""
1180
 
1181
+ #: inc/core/classes/parts/class-part-number.php:196
1182
+ #: inc/core/classes/parts/class-part-phone.php:169
1183
  msgid "Number and confirmation number are not matching."
1184
  msgstr ""
1185
 
1186
+ #: inc/core/classes/parts/class-part-phone.php:8
1187
+ #: inc/core/classes/parts/class-part-phone.php:30
1188
  msgid "Phone"
1189
  msgstr ""
1190
 
1191
+ #: inc/core/classes/parts/class-part-phone.php:9
1192
  msgid "For phone numbers. Includes country specific formatting."
1193
  msgstr ""
1194
 
1195
+ #: inc/core/classes/parts/class-part-phone.php:74
1196
  msgid "Confirm Phone"
1197
  msgstr ""
1198
 
1199
+ #: inc/core/classes/parts/class-part-placeholder.php:9
1200
  msgid "For adding helper text, horizontal rules and extra space."
1201
  msgstr ""
1202
 
1203
+ #: inc/core/classes/parts/class-part-radio.php:9
1204
  msgid "Single Choice"
1205
  msgstr ""
1206
 
1207
+ #: inc/core/classes/parts/class-part-radio.php:10
1208
  msgid "For radio buttons allowing one selection."
1209
  msgstr ""
1210
 
1211
+ #: inc/core/classes/parts/class-part-radio.php:172
1212
+ #: inc/core/classes/parts/class-part-radio.php:178
1213
  msgid "Radio value is not valid."
1214
  msgstr ""
1215
 
1216
+ #: inc/core/classes/parts/class-part-rating.php:10
1217
  msgid "For collecting opinions using stars and emoji scales."
1218
  msgstr ""
1219
 
1220
+ #: inc/core/classes/parts/class-part-rating.php:56
1221
+ #: inc/core/classes/parts/class-part-rating.php:64
1222
  msgid "Disappointed"
1223
  msgstr ""
1224
 
1225
+ #: inc/core/classes/parts/class-part-rating.php:57
1226
+ #: inc/core/classes/parts/class-part-rating.php:66
1227
  msgid "Happy"
1228
  msgstr ""
1229
 
1230
+ #: inc/core/classes/parts/class-part-rating.php:63
1231
  msgid "Disliked"
1232
  msgstr ""
1233
 
1234
+ #: inc/core/classes/parts/class-part-rating.php:65
1235
  msgid "Okay"
1236
  msgstr ""
1237
 
1238
+ #: inc/core/classes/parts/class-part-rating.php:67
1239
  msgid "Loved it"
1240
  msgstr ""
1241
 
1242
+ #: inc/core/classes/parts/class-part-rating.php:158
1243
  msgid "Value should be between 1 and 5."
1244
  msgstr ""
1245
 
1246
+ #: inc/core/classes/parts/class-part-rating.php:182
1247
+ #: inc/core/templates/parts/frontend-rating-yesno.php:9
1248
  msgid "No"
1249
  msgstr ""
1250
 
1251
+ #: inc/core/classes/parts/class-part-rating.php:184
1252
+ #: inc/core/templates/parts/frontend-rating-yesno.php:17
1253
  msgid "Yes"
1254
  msgstr ""
1255
 
1256
+ #: inc/core/classes/parts/class-part-rich-text.php:8
1257
  msgid "Text Editor"
1258
  msgstr ""
1259
 
1260
+ #: inc/core/classes/parts/class-part-rich-text.php:9
1261
  msgid "For formatting text, code blocks, lists and more."
1262
  msgstr ""
1263
 
1264
+ #: inc/core/classes/parts/class-part-scale.php:8
1265
+ #: inc/core/classes/parts/class-part-scale.php:30
1266
  msgid "Scale"
1267
  msgstr ""
1268
 
1269
+ #: inc/core/classes/parts/class-part-scale.php:9
1270
  msgid "For collecting opinions using a horizontal slider."
1271
  msgstr ""
1272
 
1273
+ #: inc/core/classes/parts/class-part-select.php:8
1274
+ #: inc/core/classes/parts/class-part-select.php:31
1275
  msgid "Dropdown"
1276
  msgstr ""
1277
 
1278
+ #: inc/core/classes/parts/class-part-select.php:9
1279
  msgid "For selecting one option from a long list. Default value adjustable."
1280
  msgstr ""
1281
 
1282
+ #: inc/core/classes/parts/class-part-select.php:175
1283
+ #: inc/core/classes/parts/class-part-select.php:181
1284
+ #: inc/core/classes/parts/class-part-title.php:167
1285
+ #: inc/core/classes/parts/class-part-title.php:173
1286
  msgid "Selected value is not valid."
1287
  msgstr ""
1288
 
1289
+ #: inc/core/classes/parts/class-part-single-line-text.php:8
1290
  msgid "Short Text"
1291
  msgstr ""
1292
 
1293
+ #: inc/core/classes/parts/class-part-single-line-text.php:9
1294
  msgid "For single line text fields."
1295
  msgstr ""
1296
 
1297
+ #: inc/core/classes/parts/class-part-table.php:8
1298
  msgid "Table"
1299
  msgstr ""
1300
 
1301
+ #: inc/core/classes/parts/class-part-table.php:9
1302
  msgid "For radios and checkboxes displaying in a grid of rows and columns."
1303
  msgstr ""
1304
 
1305
+ #: inc/core/classes/parts/class-part-table.php:240
1306
  msgid "Radio values are not valid."
1307
  msgstr ""
1308
 
1309
+ #: inc/core/classes/parts/class-part-title.php:9
1310
  msgid "For displaying personal honorifics."
1311
  msgstr ""
1312
 
1313
+ #: inc/core/classes/parts/class-part-title.php:102
1314
  msgid "Mr."
1315
  msgstr ""
1316
 
1317
+ #: inc/core/classes/parts/class-part-title.php:103
1318
  msgid "Mrs."
1319
  msgstr ""
1320
 
1321
+ #: inc/core/classes/parts/class-part-title.php:104
1322
  msgid "Ms."
1323
  msgstr ""
1324
 
1325
+ #: inc/core/classes/parts/class-part-title.php:105
1326
  msgid "Miss"
1327
  msgstr ""
1328
 
1329
+ #: inc/core/classes/parts/class-part-title.php:106
1330
  msgid "Prof."
1331
  msgstr ""
1332
 
1333
+ #: inc/core/classes/parts/class-part-title.php:107
1334
  msgid "Dr."
1335
  msgstr ""
1336
 
1337
+ #: inc/core/classes/parts/class-part-website-url.php:8
1338
+ #: inc/core/classes/parts/class-part-website-url.php:28
1339
  msgid "Website Link"
1340
  msgstr ""
1341
 
1342
+ #: inc/core/classes/parts/class-part-website-url.php:9
1343
  msgid "For formatted website URLs."
1344
  msgstr ""
1345
 
1346
+ #: inc/core/classes/parts/class-part-website-url.php:130
1347
  msgid "Not a valid URL."
1348
  msgstr ""
1349
 
1350
+ #: inc/core/helpers/helper-activation.php:45
1351
  msgid "Sample Contact Form"
1352
  msgstr ""
1353
 
1354
+ #: inc/core/helpers/helper-activation.php:56
1355
  msgid "First name"
1356
  msgstr ""
1357
 
1358
+ #: inc/core/helpers/helper-activation.php:61
1359
  msgid "Last name"
1360
  msgstr ""
1361
 
1362
+ #: inc/core/helpers/helper-activation.php:66
1363
  msgid "What's your reason for contacting us?"
1364
  msgstr ""
1365
 
1366
+ #: inc/core/helpers/helper-activation.php:69
1367
  msgid "Need technical help"
1368
  msgstr ""
1369
 
1370
+ #: inc/core/helpers/helper-activation.php:72
1371
  msgid "Want to suggest a feature"
1372
  msgstr ""
1373
 
1374
+ #: inc/core/helpers/helper-activation.php:75
1375
  msgid "Asking about my account"
1376
  msgstr ""
1377
 
1378
+ #: inc/core/helpers/helper-activation.php:81
1379
  msgid "Age"
1380
  msgstr ""
1381
 
1382
+ #: inc/core/helpers/helper-activation.php:86
1383
  msgid "Your message"
1384
  msgstr ""
1385
 
1386
+ #: inc/core/helpers/helper-activation.php:118
1387
  msgid "It would be great if I could use Google ReCaptcha instead of Honeypot."
1388
  msgstr ""
1389
 
1390
+ #: inc/core/helpers/helper-activation.php:125
1391
  msgid "How do I embed a HappyForm in my sidebar?"
1392
  msgstr ""
1393
 
1394
+ #: inc/core/helpers/helper-activation.php:132
1395
  msgid "How can I access my premium upgrade credentials?"
1396
  msgstr ""
1397
 
1398
+ #: inc/core/helpers/helper-form-templates.php:859
 
 
 
 
1399
  msgid "Get my location"
1400
  msgstr ""
1401
 
1402
+ #: inc/core/helpers/helper-form-templates.php:859
1403
  msgid "Fetching location…"
1404
  msgstr ""
1405
 
1406
+ #: inc/core/helpers/helper-form-templates.php:870
1407
  msgid "January"
1408
  msgstr ""
1409
 
1410
+ #: inc/core/helpers/helper-form-templates.php:871
1411
  msgid "February"
1412
  msgstr ""
1413
 
1414
+ #: inc/core/helpers/helper-form-templates.php:872
1415
  msgid "March"
1416
  msgstr ""
1417
 
1418
+ #: inc/core/helpers/helper-form-templates.php:873
1419
  msgid "April"
1420
  msgstr ""
1421
 
1422
+ #: inc/core/helpers/helper-form-templates.php:874
1423
  msgid "May"
1424
  msgstr ""
1425
 
1426
+ #: inc/core/helpers/helper-form-templates.php:875
1427
  msgid "June"
1428
  msgstr ""
1429
 
1430
+ #: inc/core/helpers/helper-form-templates.php:876
1431
  msgid "July"
1432
  msgstr ""
1433
 
1434
+ #: inc/core/helpers/helper-form-templates.php:877
1435
  msgid "August"
1436
  msgstr ""
1437
 
1438
+ #: inc/core/helpers/helper-form-templates.php:878
1439
  msgid "September"
1440
  msgstr ""
1441
 
1442
+ #: inc/core/helpers/helper-form-templates.php:879
1443
  msgid "October"
1444
  msgstr ""
1445
 
1446
+ #: inc/core/helpers/helper-form-templates.php:880
1447
  msgid "November"
1448
  msgstr ""
1449
 
1450
+ #: inc/core/helpers/helper-form-templates.php:881
1451
  msgid "December"
1452
  msgstr ""
1453
 
1454
+ #: inc/core/helpers/helper-form-templates.php:912
1455
+ #: inc/core/helpers/helper-misc.php:260
1456
  msgid "Andorra"
1457
  msgstr ""
1458
 
1459
+ #: inc/core/helpers/helper-form-templates.php:913
1460
+ #: inc/core/helpers/helper-misc.php:478
1461
  msgid "United Arab Emirates"
1462
  msgstr ""
1463
 
1464
+ #: inc/core/helpers/helper-form-templates.php:914
1465
+ #: inc/core/helpers/helper-misc.php:256
1466
  msgid "Afghanistan"
1467
  msgstr ""
1468
 
1469
+ #: inc/core/helpers/helper-form-templates.php:915
1470
+ #: inc/core/helpers/helper-misc.php:264
1471
  msgid "Antigua and Barbuda"
1472
  msgstr ""
1473
 
1474
+ #: inc/core/helpers/helper-form-templates.php:916
1475
+ #: inc/core/helpers/helper-misc.php:262
1476
  msgid "Anguilla"
1477
  msgstr ""
1478
 
1479
+ #: inc/core/helpers/helper-form-templates.php:917
1480
+ #: inc/core/helpers/helper-misc.php:257
1481
  msgid "Albania"
1482
  msgstr ""
1483
 
1484
+ #: inc/core/helpers/helper-form-templates.php:918
1485
+ #: inc/core/helpers/helper-misc.php:266
1486
  msgid "Armenia"
1487
  msgstr ""
1488
 
1489
+ #: inc/core/helpers/helper-form-templates.php:919
1490
+ #: inc/core/helpers/helper-misc.php:261
1491
  msgid "Angola"
1492
  msgstr ""
1493
 
1494
+ #: inc/core/helpers/helper-form-templates.php:920
1495
+ #: inc/core/helpers/helper-misc.php:263
1496
  msgid "Antarctica"
1497
  msgstr ""
1498
 
1499
+ #: inc/core/helpers/helper-form-templates.php:921
1500
+ #: inc/core/helpers/helper-misc.php:265
1501
  msgid "Argentina"
1502
  msgstr ""
1503
 
1504
+ #: inc/core/helpers/helper-form-templates.php:922
1505
+ #: inc/core/helpers/helper-misc.php:259
1506
  msgid "American Samoa"
1507
  msgstr ""
1508
 
1509
+ #: inc/core/helpers/helper-form-templates.php:923
1510
+ #: inc/core/helpers/helper-misc.php:269
1511
  msgid "Austria"
1512
  msgstr ""
1513
 
1514
+ #: inc/core/helpers/helper-form-templates.php:924
1515
+ #: inc/core/helpers/helper-misc.php:268
1516
  msgid "Australia"
1517
  msgstr ""
1518
 
1519
+ #: inc/core/helpers/helper-form-templates.php:925
1520
+ #: inc/core/helpers/helper-misc.php:267
1521
  msgid "Aruba"
1522
  msgstr ""
1523
 
1524
+ #: inc/core/helpers/helper-form-templates.php:926
1525
+ #: inc/core/helpers/helper-misc.php:270
1526
  msgid "Azerbaijan"
1527
  msgstr ""
1528
 
1529
+ #: inc/core/helpers/helper-form-templates.php:927
1530
  msgid "Bosnia and Herzegovina"
1531
  msgstr ""
1532
 
1533
+ #: inc/core/helpers/helper-form-templates.php:928
1534
+ #: inc/core/helpers/helper-misc.php:274
1535
  msgid "Barbados"
1536
  msgstr ""
1537
 
1538
+ #: inc/core/helpers/helper-form-templates.php:929
1539
+ #: inc/core/helpers/helper-misc.php:273
1540
  msgid "Bangladesh"
1541
  msgstr ""
1542
 
1543
+ #: inc/core/helpers/helper-form-templates.php:930
1544
+ #: inc/core/helpers/helper-misc.php:276
1545
  msgid "Belgium"
1546
  msgstr ""
1547
 
1548
+ #: inc/core/helpers/helper-form-templates.php:931
1549
+ #: inc/core/helpers/helper-misc.php:289
1550
  msgid "Burkina Faso"
1551
  msgstr ""
1552
 
1553
+ #: inc/core/helpers/helper-form-templates.php:932
1554
+ #: inc/core/helpers/helper-misc.php:288
1555
  msgid "Bulgaria"
1556
  msgstr ""
1557
 
1558
+ #: inc/core/helpers/helper-form-templates.php:933
1559
+ #: inc/core/helpers/helper-misc.php:272
1560
  msgid "Bahrain"
1561
  msgstr ""
1562
 
1563
+ #: inc/core/helpers/helper-form-templates.php:934
1564
+ #: inc/core/helpers/helper-misc.php:290
1565
  msgid "Burundi"
1566
  msgstr ""
1567
 
1568
+ #: inc/core/helpers/helper-form-templates.php:935
1569
+ #: inc/core/helpers/helper-misc.php:278
1570
  msgid "Benin"
1571
  msgstr ""
1572
 
1573
+ #: inc/core/helpers/helper-form-templates.php:936
1574
  msgid "Saint Barthelemy"
1575
  msgstr ""
1576
 
1577
+ #: inc/core/helpers/helper-form-templates.php:937
1578
+ #: inc/core/helpers/helper-misc.php:279
1579
  msgid "Bermuda"
1580
  msgstr ""
1581
 
1582
+ #: inc/core/helpers/helper-form-templates.php:938
1583
+ #: inc/core/helpers/helper-misc.php:287
1584
  msgid "Brunei Darussalam"
1585
  msgstr ""
1586
 
1587
+ #: inc/core/helpers/helper-form-templates.php:939
1588
+ #: inc/core/helpers/helper-misc.php:281
1589
  msgid "Bolivia"
1590
  msgstr ""
1591
 
1592
+ #: inc/core/helpers/helper-form-templates.php:940
1593
+ #: inc/core/helpers/helper-misc.php:285
1594
  msgid "Brazil"
1595
  msgstr ""
1596
 
1597
+ #: inc/core/helpers/helper-form-templates.php:941
1598
+ #: inc/core/helpers/helper-misc.php:271
1599
  msgid "Bahamas"
1600
  msgstr ""
1601
 
1602
+ #: inc/core/helpers/helper-form-templates.php:942
1603
+ #: inc/core/helpers/helper-misc.php:280
1604
  msgid "Bhutan"
1605
  msgstr ""
1606
 
1607
+ #: inc/core/helpers/helper-form-templates.php:943
1608
+ #: inc/core/helpers/helper-misc.php:283
1609
  msgid "Botswana"
1610
  msgstr ""
1611
 
1612
+ #: inc/core/helpers/helper-form-templates.php:944
1613
+ #: inc/core/helpers/helper-misc.php:275
1614
  msgid "Belarus"
1615
  msgstr ""
1616
 
1617
+ #: inc/core/helpers/helper-form-templates.php:945
1618
+ #: inc/core/helpers/helper-misc.php:277
1619
  msgid "Belize"
1620
  msgstr ""
1621
 
1622
+ #: inc/core/helpers/helper-form-templates.php:946
1623
+ #: inc/core/helpers/helper-misc.php:293
1624
  msgid "Canada"
1625
  msgstr ""
1626
 
1627
+ #: inc/core/helpers/helper-form-templates.php:947
1628
  msgid "Congo, The Democratic Republic of the"
1629
  msgstr ""
1630
 
1631
+ #: inc/core/helpers/helper-form-templates.php:948
1632
+ #: inc/core/helpers/helper-misc.php:296
1633
  msgid "Central African Republic"
1634
  msgstr ""
1635
 
1636
+ #: inc/core/helpers/helper-form-templates.php:949
1637
+ #: inc/core/helpers/helper-misc.php:304
1638
  msgid "Congo"
1639
  msgstr ""
1640
 
1641
+ #: inc/core/helpers/helper-form-templates.php:950
1642
+ #: inc/core/helpers/helper-misc.php:461
1643
  msgid "Switzerland"
1644
  msgstr ""
1645
 
1646
+ #: inc/core/helpers/helper-form-templates.php:951
1647
+ #: inc/core/helpers/helper-misc.php:306
1648
  msgid "Cook Islands"
1649
  msgstr ""
1650
 
1651
+ #: inc/core/helpers/helper-form-templates.php:952
1652
+ #: inc/core/helpers/helper-misc.php:298
1653
  msgid "Chile"
1654
  msgstr ""
1655
 
1656
+ #: inc/core/helpers/helper-form-templates.php:953
1657
+ #: inc/core/helpers/helper-misc.php:292
1658
  msgid "Cameroon"
1659
  msgstr ""
1660
 
1661
+ #: inc/core/helpers/helper-form-templates.php:954
1662
+ #: inc/core/helpers/helper-misc.php:299
1663
  msgid "China"
1664
  msgstr ""
1665
 
1666
+ #: inc/core/helpers/helper-form-templates.php:955
1667
+ #: inc/core/helpers/helper-misc.php:302
1668
  msgid "Colombia"
1669
  msgstr ""
1670
 
1671
+ #: inc/core/helpers/helper-form-templates.php:956
1672
+ #: inc/core/helpers/helper-misc.php:307
1673
  msgid "Costa Rica"
1674
  msgstr ""
1675
 
1676
+ #: inc/core/helpers/helper-form-templates.php:957
1677
+ #: inc/core/helpers/helper-misc.php:310
1678
  msgid "Cuba"
1679
  msgstr ""
1680
 
1681
+ #: inc/core/helpers/helper-form-templates.php:958
1682
+ #: inc/core/helpers/helper-misc.php:294
1683
  msgid "Cape Verde"
1684
  msgstr ""
1685
 
1686
+ #: inc/core/helpers/helper-form-templates.php:959
1687
+ #: inc/core/helpers/helper-misc.php:311
1688
  msgid "Cyprus"
1689
  msgstr ""
1690
 
1691
+ #: inc/core/helpers/helper-form-templates.php:960
1692
+ #: inc/core/helpers/helper-misc.php:312
1693
  msgid "Czech Republic"
1694
  msgstr ""
1695
 
1696
+ #: inc/core/helpers/helper-form-templates.php:961
1697
+ #: inc/core/helpers/helper-misc.php:337
1698
  msgid "Germany"
1699
  msgstr ""
1700
 
1701
+ #: inc/core/helpers/helper-form-templates.php:962
1702
+ #: inc/core/helpers/helper-misc.php:314
1703
  msgid "Djibouti"
1704
  msgstr ""
1705
 
1706
+ #: inc/core/helpers/helper-form-templates.php:963
1707
+ #: inc/core/helpers/helper-misc.php:313
1708
  msgid "Denmark"
1709
  msgstr ""
1710
 
1711
+ #: inc/core/helpers/helper-form-templates.php:964
1712
+ #: inc/core/helpers/helper-misc.php:315
1713
  msgid "Dominica"
1714
  msgstr ""
1715
 
1716
+ #: inc/core/helpers/helper-form-templates.php:965
1717
+ #: inc/core/helpers/helper-misc.php:316
1718
  msgid "Dominican Republic"
1719
  msgstr ""
1720
 
1721
+ #: inc/core/helpers/helper-form-templates.php:966
1722
+ #: inc/core/helpers/helper-misc.php:258
1723
  msgid "Algeria"
1724
  msgstr ""
1725
 
1726
+ #: inc/core/helpers/helper-form-templates.php:967
1727
+ #: inc/core/helpers/helper-misc.php:318
1728
  msgid "Ecuador"
1729
  msgstr ""
1730
 
1731
+ #: inc/core/helpers/helper-form-templates.php:968
1732
+ #: inc/core/helpers/helper-misc.php:323
1733
  msgid "Estonia"
1734
  msgstr ""
1735
 
1736
+ #: inc/core/helpers/helper-form-templates.php:969
1737
+ #: inc/core/helpers/helper-misc.php:319
1738
  msgid "Egypt"
1739
  msgstr ""
1740
 
1741
+ #: inc/core/helpers/helper-form-templates.php:970
1742
+ #: inc/core/helpers/helper-misc.php:322
1743
  msgid "Eritrea"
1744
  msgstr ""
1745
 
1746
+ #: inc/core/helpers/helper-form-templates.php:971
1747
+ #: inc/core/helpers/helper-misc.php:452
1748
  msgid "Spain"
1749
  msgstr ""
1750
 
1751
+ #: inc/core/helpers/helper-form-templates.php:972
1752
+ #: inc/core/helpers/helper-misc.php:324
1753
  msgid "Ethiopia"
1754
  msgstr ""
1755
 
1756
+ #: inc/core/helpers/helper-form-templates.php:973
1757
+ #: inc/core/helpers/helper-misc.php:328
1758
  msgid "Finland"
1759
  msgstr ""
1760
 
1761
+ #: inc/core/helpers/helper-form-templates.php:974
1762
+ #: inc/core/helpers/helper-misc.php:327
1763
  msgid "Fiji"
1764
  msgstr ""
1765
 
1766
+ #: inc/core/helpers/helper-form-templates.php:975
1767
+ #: inc/core/helpers/helper-misc.php:325
1768
  msgid "Falkland Islands (Malvinas)"
1769
  msgstr ""
1770
 
1771
+ #: inc/core/helpers/helper-form-templates.php:976
1772
+ #: inc/core/helpers/helper-misc.php:396
1773
  msgid "Micronesia, Federated States of"
1774
  msgstr ""
1775
 
1776
+ #: inc/core/helpers/helper-form-templates.php:977
1777
+ #: inc/core/helpers/helper-misc.php:326
1778
  msgid "Faroe Islands"
1779
  msgstr ""
1780
 
1781
+ #: inc/core/helpers/helper-form-templates.php:978
1782
+ #: inc/core/helpers/helper-misc.php:329
1783
  msgid "France"
1784
  msgstr ""
1785
 
1786
+ #: inc/core/helpers/helper-form-templates.php:979
1787
+ #: inc/core/helpers/helper-misc.php:334
1788
  msgid "Gabon"
1789
  msgstr ""
1790
 
1791
+ #: inc/core/helpers/helper-form-templates.php:980
1792
+ #: inc/core/helpers/helper-misc.php:479
1793
  msgid "United Kingdom"
1794
  msgstr ""
1795
 
1796
+ #: inc/core/helpers/helper-form-templates.php:981
1797
+ #: inc/core/helpers/helper-misc.php:342
1798
  msgid "Grenada"
1799
  msgstr ""
1800
 
1801
+ #: inc/core/helpers/helper-form-templates.php:982
1802
+ #: inc/core/helpers/helper-misc.php:336
1803
  msgid "Georgia"
1804
  msgstr ""
1805
 
1806
+ #: inc/core/helpers/helper-form-templates.php:983
1807
+ #: inc/core/helpers/helper-misc.php:338
1808
  msgid "Ghana"
1809
  msgstr ""
1810
 
1811
+ #: inc/core/helpers/helper-form-templates.php:984
1812
+ #: inc/core/helpers/helper-misc.php:339
1813
  msgid "Gibraltar"
1814
  msgstr ""
1815
 
1816
+ #: inc/core/helpers/helper-form-templates.php:985
1817
+ #: inc/core/helpers/helper-misc.php:341
1818
  msgid "Greenland"
1819
  msgstr ""
1820
 
1821
+ #: inc/core/helpers/helper-form-templates.php:986
1822
+ #: inc/core/helpers/helper-misc.php:335
1823
  msgid "Gambia"
1824
  msgstr ""
1825
 
1826
+ #: inc/core/helpers/helper-form-templates.php:987
1827
+ #: inc/core/helpers/helper-misc.php:346
1828
  msgid "Guinea"
1829
  msgstr ""
1830
 
1831
+ #: inc/core/helpers/helper-form-templates.php:988
1832
+ #: inc/core/helpers/helper-misc.php:340
1833
  msgid "Greece"
1834
  msgstr ""
1835
 
1836
+ #: inc/core/helpers/helper-form-templates.php:989
1837
+ #: inc/core/helpers/helper-misc.php:345
1838
  msgid "Guatemala"
1839
  msgstr ""
1840
 
1841
+ #: inc/core/helpers/helper-form-templates.php:990
1842
+ #: inc/core/helpers/helper-misc.php:344
1843
  msgid "Guam"
1844
  msgstr ""
1845
 
1846
+ #: inc/core/helpers/helper-form-templates.php:991
1847
  msgid "Guinea-bissau"
1848
  msgstr ""
1849
 
1850
+ #: inc/core/helpers/helper-form-templates.php:992
1851
+ #: inc/core/helpers/helper-misc.php:348
1852
  msgid "Guyana"
1853
  msgstr ""
1854
 
1855
+ #: inc/core/helpers/helper-form-templates.php:993
1856
+ #: inc/core/helpers/helper-misc.php:353
1857
  msgid "Hong Kong"
1858
  msgstr ""
1859
 
1860
+ #: inc/core/helpers/helper-form-templates.php:994
1861
+ #: inc/core/helpers/helper-misc.php:352
1862
  msgid "Honduras"
1863
  msgstr ""
1864
 
1865
+ #: inc/core/helpers/helper-form-templates.php:995
1866
  msgid "Croatia"
1867
  msgstr ""
1868
 
1869
+ #: inc/core/helpers/helper-form-templates.php:996
1870
+ #: inc/core/helpers/helper-misc.php:349
1871
  msgid "Haiti"
1872
  msgstr ""
1873
 
1874
+ #: inc/core/helpers/helper-form-templates.php:997
1875
+ #: inc/core/helpers/helper-misc.php:354
1876
  msgid "Hungary"
1877
  msgstr ""
1878
 
1879
+ #: inc/core/helpers/helper-form-templates.php:998
1880
+ #: inc/core/helpers/helper-misc.php:357
1881
  msgid "Indonesia"
1882
  msgstr ""
1883
 
1884
+ #: inc/core/helpers/helper-form-templates.php:999
1885
+ #: inc/core/helpers/helper-misc.php:360
1886
  msgid "Ireland"
1887
  msgstr ""
1888
 
1889
+ #: inc/core/helpers/helper-form-templates.php:1000
1890
+ #: inc/core/helpers/helper-misc.php:361
1891
  msgid "Israel"
1892
  msgstr ""
1893
 
1894
+ #: inc/core/helpers/helper-form-templates.php:1001
1895
+ #: inc/core/helpers/helper-misc.php:356
1896
  msgid "India"
1897
  msgstr ""
1898
 
1899
+ #: inc/core/helpers/helper-form-templates.php:1002
1900
+ #: inc/core/helpers/helper-misc.php:359
1901
  msgid "Iraq"
1902
  msgstr ""
1903
 
1904
+ #: inc/core/helpers/helper-form-templates.php:1003
1905
  msgid "Iran, Islamic Republic of"
1906
  msgstr ""
1907
 
1908
+ #: inc/core/helpers/helper-form-templates.php:1004
1909
+ #: inc/core/helpers/helper-misc.php:355
1910
  msgid "Iceland"
1911
  msgstr ""
1912
 
1913
+ #: inc/core/helpers/helper-form-templates.php:1005
1914
+ #: inc/core/helpers/helper-misc.php:362
1915
  msgid "Italy"
1916
  msgstr ""
1917
 
1918
+ #: inc/core/helpers/helper-form-templates.php:1006
1919
+ #: inc/core/helpers/helper-misc.php:363
1920
  msgid "Jamaica"
1921
  msgstr ""
1922
 
1923
+ #: inc/core/helpers/helper-form-templates.php:1007
1924
+ #: inc/core/helpers/helper-misc.php:365
1925
  msgid "Jordan"
1926
  msgstr ""
1927
 
1928
+ #: inc/core/helpers/helper-form-templates.php:1008
1929
+ #: inc/core/helpers/helper-misc.php:364
1930
  msgid "Japan"
1931
  msgstr ""
1932
 
1933
+ #: inc/core/helpers/helper-form-templates.php:1009
1934
+ #: inc/core/helpers/helper-misc.php:367
1935
  msgid "Kenya"
1936
  msgstr ""
1937
 
1938
+ #: inc/core/helpers/helper-form-templates.php:1010
1939
+ #: inc/core/helpers/helper-misc.php:372
1940
  msgid "Kyrgyzstan"
1941
  msgstr ""
1942
 
1943
+ #: inc/core/helpers/helper-form-templates.php:1011
1944
+ #: inc/core/helpers/helper-misc.php:291
1945
  msgid "Cambodia"
1946
  msgstr ""
1947
 
1948
+ #: inc/core/helpers/helper-form-templates.php:1012
1949
+ #: inc/core/helpers/helper-misc.php:368
1950
  msgid "Kiribati"
1951
  msgstr ""
1952
 
1953
+ #: inc/core/helpers/helper-form-templates.php:1013
1954
+ #: inc/core/helpers/helper-misc.php:303
1955
  msgid "Comoros"
1956
  msgstr ""
1957
 
1958
+ #: inc/core/helpers/helper-form-templates.php:1014
1959
+ #: inc/core/helpers/helper-misc.php:435
1960
  msgid "Saint Kitts and Nevis"
1961
  msgstr ""
1962
 
1963
+ #: inc/core/helpers/helper-form-templates.php:1015
1964
  msgid "Korea Democratic Peoples Republic of"
1965
  msgstr ""
1966
 
1967
+ #: inc/core/helpers/helper-form-templates.php:1016
1968
  msgid "Korea Republic of"
1969
  msgstr ""
1970
 
1971
+ #: inc/core/helpers/helper-form-templates.php:1017
1972
+ #: inc/core/helpers/helper-misc.php:371
1973
  msgid "Kuwait"
1974
  msgstr ""
1975
 
1976
+ #: inc/core/helpers/helper-form-templates.php:1018
1977
+ #: inc/core/helpers/helper-misc.php:295
1978
  msgid "Cayman Islands"
1979
  msgstr ""
1980
 
1981
+ #: inc/core/helpers/helper-form-templates.php:1019
1982
  msgid "Lao Peoples Democratic Republic"
1983
  msgstr ""
1984
 
1985
+ #: inc/core/helpers/helper-form-templates.php:1020
1986
+ #: inc/core/helpers/helper-misc.php:375
1987
  msgid "Lebanon"
1988
  msgstr ""
1989
 
1990
+ #: inc/core/helpers/helper-form-templates.php:1021
1991
+ #: inc/core/helpers/helper-misc.php:436
1992
  msgid "Saint Lucia"
1993
  msgstr ""
1994
 
1995
+ #: inc/core/helpers/helper-form-templates.php:1022
1996
+ #: inc/core/helpers/helper-misc.php:379
1997
  msgid "Liechtenstein"
1998
  msgstr ""
1999
 
2000
+ #: inc/core/helpers/helper-form-templates.php:1023
2001
+ #: inc/core/helpers/helper-misc.php:453
2002
  msgid "Sri Lanka"
2003
  msgstr ""
2004
 
2005
+ #: inc/core/helpers/helper-form-templates.php:1024
2006
+ #: inc/core/helpers/helper-misc.php:377
2007
  msgid "Liberia"
2008
  msgstr ""
2009
 
2010
+ #: inc/core/helpers/helper-form-templates.php:1025
2011
+ #: inc/core/helpers/helper-misc.php:376
2012
  msgid "Lesotho"
2013
  msgstr ""
2014
 
2015
+ #: inc/core/helpers/helper-form-templates.php:1026
2016
+ #: inc/core/helpers/helper-misc.php:380
2017
  msgid "Lithuania"
2018
  msgstr ""
2019
 
2020
+ #: inc/core/helpers/helper-form-templates.php:1027
2021
+ #: inc/core/helpers/helper-misc.php:381
2022
  msgid "Luxembourg"
2023
  msgstr ""
2024
 
2025
+ #: inc/core/helpers/helper-form-templates.php:1028
2026
+ #: inc/core/helpers/helper-misc.php:374
2027
  msgid "Latvia"
2028
  msgstr ""
2029
 
2030
+ #: inc/core/helpers/helper-form-templates.php:1029
2031
+ #: inc/core/helpers/helper-misc.php:378
2032
  msgid "Libyan Arab Jamahiriya"
2033
  msgstr ""
2034
 
2035
+ #: inc/core/helpers/helper-form-templates.php:1030
2036
+ #: inc/core/helpers/helper-misc.php:401
2037
  msgid "Morocco"
2038
  msgstr ""
2039
 
2040
+ #: inc/core/helpers/helper-form-templates.php:1031
2041
+ #: inc/core/helpers/helper-misc.php:398
2042
  msgid "Monaco"
2043
  msgstr ""
2044
 
2045
+ #: inc/core/helpers/helper-form-templates.php:1032
2046
+ #: inc/core/helpers/helper-misc.php:397
2047
  msgid "Moldova, Republic of"
2048
  msgstr ""
2049
 
2050
+ #: inc/core/helpers/helper-form-templates.php:1033
2051
  msgid "Montenegro"
2052
  msgstr ""
2053
 
2054
+ #: inc/core/helpers/helper-form-templates.php:1034
2055
+ #: inc/core/helpers/helper-misc.php:384
2056
  msgid "Madagascar"
2057
  msgstr ""
2058
 
2059
+ #: inc/core/helpers/helper-form-templates.php:1035
2060
+ #: inc/core/helpers/helper-misc.php:390
2061
  msgid "Marshall Islands"
2062
  msgstr ""
2063
 
2064
+ #: inc/core/helpers/helper-form-templates.php:1036
2065
+ #: inc/core/helpers/helper-misc.php:383
2066
  msgid "Macedonia, The Former Yugoslav Republic of"
2067
  msgstr ""
2068
 
2069
+ #: inc/core/helpers/helper-form-templates.php:1037
2070
+ #: inc/core/helpers/helper-misc.php:388
2071
  msgid "Mali"
2072
  msgstr ""
2073
 
2074
+ #: inc/core/helpers/helper-form-templates.php:1038
2075
+ #: inc/core/helpers/helper-misc.php:403
2076
  msgid "Myanmar"
2077
  msgstr ""
2078
 
2079
+ #: inc/core/helpers/helper-form-templates.php:1039
2080
+ #: inc/core/helpers/helper-misc.php:399
2081
  msgid "Mongolia"
2082
  msgstr ""
2083
 
2084
+ #: inc/core/helpers/helper-form-templates.php:1040
2085
+ #: inc/core/helpers/helper-misc.php:382
2086
  msgid "Macau"
2087
  msgstr ""
2088
 
2089
+ #: inc/core/helpers/helper-form-templates.php:1041
2090
+ #: inc/core/helpers/helper-misc.php:416
2091
  msgid "Northern Mariana Islands"
2092
  msgstr ""
2093
 
2094
+ #: inc/core/helpers/helper-form-templates.php:1042
2095
+ #: inc/core/helpers/helper-misc.php:392
2096
  msgid "Mauritania"
2097
  msgstr ""
2098
 
2099
+ #: inc/core/helpers/helper-form-templates.php:1043
2100
+ #: inc/core/helpers/helper-misc.php:400
2101
  msgid "Montserrat"
2102
  msgstr ""
2103
 
2104
+ #: inc/core/helpers/helper-form-templates.php:1044
2105
+ #: inc/core/helpers/helper-misc.php:389
2106
  msgid "Malta"
2107
  msgstr ""
2108
 
2109
+ #: inc/core/helpers/helper-form-templates.php:1045
2110
+ #: inc/core/helpers/helper-misc.php:393
2111
  msgid "Mauritius"
2112
  msgstr ""
2113
 
2114
+ #: inc/core/helpers/helper-form-templates.php:1046
2115
+ #: inc/core/helpers/helper-misc.php:387
2116
  msgid "Maldives"
2117
  msgstr ""
2118
 
2119
+ #: inc/core/helpers/helper-form-templates.php:1047
2120
+ #: inc/core/helpers/helper-misc.php:385
2121
  msgid "Malawi"
2122
  msgstr ""
2123
 
2124
+ #: inc/core/helpers/helper-form-templates.php:1048
2125
+ #: inc/core/helpers/helper-misc.php:395
2126
  msgid "Mexico"
2127
  msgstr ""
2128
 
2129
+ #: inc/core/helpers/helper-form-templates.php:1049
2130
+ #: inc/core/helpers/helper-misc.php:386
2131
  msgid "Malaysia"
2132
  msgstr ""
2133
 
2134
+ #: inc/core/helpers/helper-form-templates.php:1050
2135
+ #: inc/core/helpers/helper-misc.php:402
2136
  msgid "Mozambique"
2137
  msgstr ""
2138
 
2139
+ #: inc/core/helpers/helper-form-templates.php:1051
2140
+ #: inc/core/helpers/helper-misc.php:404
2141
  msgid "Namibia"
2142
  msgstr ""
2143
 
2144
+ #: inc/core/helpers/helper-form-templates.php:1052
2145
+ #: inc/core/helpers/helper-misc.php:409
2146
  msgid "New Caledonia"
2147
  msgstr ""
2148
 
2149
+ #: inc/core/helpers/helper-form-templates.php:1053
2150
+ #: inc/core/helpers/helper-misc.php:412
2151
  msgid "Niger"
2152
  msgstr ""
2153
 
2154
+ #: inc/core/helpers/helper-form-templates.php:1054
2155
+ #: inc/core/helpers/helper-misc.php:413
2156
  msgid "Nigeria"
2157
  msgstr ""
2158
 
2159
+ #: inc/core/helpers/helper-form-templates.php:1055
2160
+ #: inc/core/helpers/helper-misc.php:411
2161
  msgid "Nicaragua"
2162
  msgstr ""
2163
 
2164
+ #: inc/core/helpers/helper-form-templates.php:1056
2165
+ #: inc/core/helpers/helper-misc.php:407
2166
  msgid "Netherlands"
2167
  msgstr ""
2168
 
2169
+ #: inc/core/helpers/helper-form-templates.php:1057
2170
+ #: inc/core/helpers/helper-misc.php:417
2171
  msgid "Norway"
2172
  msgstr ""
2173
 
2174
+ #: inc/core/helpers/helper-form-templates.php:1058
2175
+ #: inc/core/helpers/helper-misc.php:406
2176
  msgid "Nepal"
2177
  msgstr ""
2178
 
2179
+ #: inc/core/helpers/helper-form-templates.php:1059
2180
+ #: inc/core/helpers/helper-misc.php:405
2181
  msgid "Nauru"
2182
  msgstr ""
2183
 
2184
+ #: inc/core/helpers/helper-form-templates.php:1060
2185
+ #: inc/core/helpers/helper-misc.php:414
2186
  msgid "Niue"
2187
  msgstr ""
2188
 
2189
+ #: inc/core/helpers/helper-form-templates.php:1061
2190
+ #: inc/core/helpers/helper-misc.php:410
2191
  msgid "New Zealand"
2192
  msgstr ""
2193
 
2194
+ #: inc/core/helpers/helper-form-templates.php:1062
2195
+ #: inc/core/helpers/helper-misc.php:418
2196
  msgid "Oman"
2197
  msgstr ""
2198
 
2199
+ #: inc/core/helpers/helper-form-templates.php:1063
2200
+ #: inc/core/helpers/helper-misc.php:421
2201
  msgid "Panama"
2202
  msgstr ""
2203
 
2204
+ #: inc/core/helpers/helper-form-templates.php:1064
2205
+ #: inc/core/helpers/helper-misc.php:424
2206
  msgid "Peru"
2207
  msgstr ""
2208
 
2209
+ #: inc/core/helpers/helper-form-templates.php:1065
2210
+ #: inc/core/helpers/helper-misc.php:332
2211
  msgid "French Polynesia"
2212
  msgstr ""
2213
 
2214
+ #: inc/core/helpers/helper-form-templates.php:1066
2215
+ #: inc/core/helpers/helper-misc.php:422
2216
  msgid "Papua New Guinea"
2217
  msgstr ""
2218
 
2219
+ #: inc/core/helpers/helper-form-templates.php:1067
2220
+ #: inc/core/helpers/helper-misc.php:425
2221
  msgid "Philippines"
2222
  msgstr ""
2223
 
2224
+ #: inc/core/helpers/helper-form-templates.php:1068
2225
+ #: inc/core/helpers/helper-misc.php:419
2226
  msgid "Pakistan"
2227
  msgstr ""
2228
 
2229
+ #: inc/core/helpers/helper-form-templates.php:1069
2230
+ #: inc/core/helpers/helper-misc.php:427
2231
  msgid "Poland"
2232
  msgstr ""
2233
 
2234
+ #: inc/core/helpers/helper-form-templates.php:1070
2235
  msgid "Saint Pierre and Miquelon"
2236
  msgstr ""
2237
 
2238
+ #: inc/core/helpers/helper-form-templates.php:1071
2239
+ #: inc/core/helpers/helper-misc.php:426
2240
  msgid "Pitcairn"
2241
  msgstr ""
2242
 
2243
+ #: inc/core/helpers/helper-form-templates.php:1072
2244
+ #: inc/core/helpers/helper-misc.php:428
2245
  msgid "Portugal"
2246
  msgstr ""
2247
 
2248
+ #: inc/core/helpers/helper-form-templates.php:1073
2249
+ #: inc/core/helpers/helper-misc.php:420
2250
  msgid "Palau"
2251
  msgstr ""
2252
 
2253
+ #: inc/core/helpers/helper-form-templates.php:1074
2254
+ #: inc/core/helpers/helper-misc.php:423
2255
  msgid "Paraguay"
2256
  msgstr ""
2257
 
2258
+ #: inc/core/helpers/helper-form-templates.php:1075
2259
+ #: inc/core/helpers/helper-misc.php:430
2260
  msgid "Qatar"
2261
  msgstr ""
2262
 
2263
+ #: inc/core/helpers/helper-form-templates.php:1076
2264
+ #: inc/core/helpers/helper-misc.php:432
2265
  msgid "Romania"
2266
  msgstr ""
2267
 
2268
+ #: inc/core/helpers/helper-form-templates.php:1077
2269
  msgid "Serbia"
2270
  msgstr ""
2271
 
2272
+ #: inc/core/helpers/helper-form-templates.php:1078
2273
+ #: inc/core/helpers/helper-misc.php:433
2274
  msgid "Russian Federation"
2275
  msgstr ""
2276
 
2277
+ #: inc/core/helpers/helper-form-templates.php:1079
2278
+ #: inc/core/helpers/helper-misc.php:434
2279
  msgid "Rwanda"
2280
  msgstr ""
2281
 
2282
+ #: inc/core/helpers/helper-form-templates.php:1080
2283
+ #: inc/core/helpers/helper-misc.php:441
2284
  msgid "Saudi Arabia"
2285
  msgstr ""
2286
 
2287
+ #: inc/core/helpers/helper-form-templates.php:1081
2288
+ #: inc/core/helpers/helper-misc.php:448
2289
  msgid "Solomon Islands"
2290
  msgstr ""
2291
 
2292
+ #: inc/core/helpers/helper-form-templates.php:1082
2293
+ #: inc/core/helpers/helper-misc.php:443
2294
  msgid "Seychelles"
2295
  msgstr ""
2296
 
2297
+ #: inc/core/helpers/helper-form-templates.php:1083
2298
+ #: inc/core/helpers/helper-misc.php:456
2299
  msgid "Sudan"
2300
  msgstr ""
2301
 
2302
+ #: inc/core/helpers/helper-form-templates.php:1084
2303
+ #: inc/core/helpers/helper-misc.php:460
2304
  msgid "Sweden"
2305
  msgstr ""
2306
 
2307
+ #: inc/core/helpers/helper-form-templates.php:1085
2308
+ #: inc/core/helpers/helper-misc.php:445
2309
  msgid "Singapore"
2310
  msgstr ""
2311
 
2312
+ #: inc/core/helpers/helper-form-templates.php:1086
2313
  msgid "Saint Helena"
2314
  msgstr ""
2315
 
2316
+ #: inc/core/helpers/helper-form-templates.php:1087
2317
+ #: inc/core/helpers/helper-misc.php:447
2318
  msgid "Slovenia"
2319
  msgstr ""
2320
 
2321
+ #: inc/core/helpers/helper-form-templates.php:1088
2322
  msgid "Slovakia"
2323
  msgstr ""
2324
 
2325
+ #: inc/core/helpers/helper-form-templates.php:1089
2326
+ #: inc/core/helpers/helper-misc.php:444
2327
  msgid "Sierra Leone"
2328
  msgstr ""
2329
 
2330
+ #: inc/core/helpers/helper-form-templates.php:1090
2331
+ #: inc/core/helpers/helper-misc.php:439
2332
  msgid "San Marino"
2333
  msgstr ""
2334
 
2335
+ #: inc/core/helpers/helper-form-templates.php:1091
2336
+ #: inc/core/helpers/helper-misc.php:442
2337
  msgid "Senegal"
2338
  msgstr ""
2339
 
2340
+ #: inc/core/helpers/helper-form-templates.php:1092
2341
+ #: inc/core/helpers/helper-misc.php:449
2342
  msgid "Somalia"
2343
  msgstr ""
2344
 
2345
+ #: inc/core/helpers/helper-form-templates.php:1093
2346
+ #: inc/core/helpers/helper-misc.php:457
2347
  msgid "Suriname"
2348
  msgstr ""
2349
 
2350
+ #: inc/core/helpers/helper-form-templates.php:1094
2351
+ #: inc/core/helpers/helper-misc.php:440
2352
  msgid "Sao Tome and Principe"
2353
  msgstr ""
2354
 
2355
+ #: inc/core/helpers/helper-form-templates.php:1095
2356
+ #: inc/core/helpers/helper-misc.php:320
2357
  msgid "El Salvador"
2358
  msgstr ""
2359
 
2360
+ #: inc/core/helpers/helper-form-templates.php:1096
2361
+ #: inc/core/helpers/helper-misc.php:462
2362
  msgid "Syrian Arab Republic"
2363
  msgstr ""
2364
 
2365
+ #: inc/core/helpers/helper-form-templates.php:1097
2366
+ #: inc/core/helpers/helper-misc.php:459
2367
  msgid "Swaziland"
2368
  msgstr ""
2369
 
2370
+ #: inc/core/helpers/helper-form-templates.php:1098
2371
+ #: inc/core/helpers/helper-misc.php:474
2372
  msgid "Turks and Caicos Islands"
2373
  msgstr ""
2374
 
2375
+ #: inc/core/helpers/helper-form-templates.php:1099
2376
+ #: inc/core/helpers/helper-misc.php:297
2377
  msgid "Chad"
2378
  msgstr ""
2379
 
2380
+ #: inc/core/helpers/helper-form-templates.php:1100
2381
+ #: inc/core/helpers/helper-misc.php:467
2382
  msgid "Togo"
2383
  msgstr ""
2384
 
2385
+ #: inc/core/helpers/helper-form-templates.php:1101
2386
+ #: inc/core/helpers/helper-misc.php:466
2387
  msgid "Thailand"
2388
  msgstr ""
2389
 
2390
+ #: inc/core/helpers/helper-form-templates.php:1102
2391
+ #: inc/core/helpers/helper-misc.php:464
2392
  msgid "Tajikistan"
2393
  msgstr ""
2394
 
2395
+ #: inc/core/helpers/helper-form-templates.php:1103
2396
+ #: inc/core/helpers/helper-misc.php:468
2397
  msgid "Tokelau"
2398
  msgstr ""
2399
 
2400
+ #: inc/core/helpers/helper-form-templates.php:1104
2401
  msgid "Timor-leste"
2402
  msgstr ""
2403
 
2404
+ #: inc/core/helpers/helper-form-templates.php:1105
2405
+ #: inc/core/helpers/helper-misc.php:473
2406
  msgid "Turkmenistan"
2407
  msgstr ""
2408
 
2409
+ #: inc/core/helpers/helper-form-templates.php:1106
2410
+ #: inc/core/helpers/helper-misc.php:471
2411
  msgid "Tunisia"
2412
  msgstr ""
2413
 
2414
+ #: inc/core/helpers/helper-form-templates.php:1107
2415
+ #: inc/core/helpers/helper-misc.php:469
2416
  msgid "Tonga"
2417
  msgstr ""
2418
 
2419
+ #: inc/core/helpers/helper-form-templates.php:1108
2420
+ #: inc/core/helpers/helper-misc.php:472
2421
  msgid "Turkey"
2422
  msgstr ""
2423
 
2424
+ #: inc/core/helpers/helper-form-templates.php:1109
2425
+ #: inc/core/helpers/helper-misc.php:470
2426
  msgid "Trinidad and Tobago"
2427
  msgstr ""
2428
 
2429
+ #: inc/core/helpers/helper-form-templates.php:1110
2430
+ #: inc/core/helpers/helper-misc.php:475
2431
  msgid "Tuvalu"
2432
  msgstr ""
2433
 
2434
+ #: inc/core/helpers/helper-form-templates.php:1111
2435
+ #: inc/core/helpers/helper-misc.php:463
2436
  msgid "Taiwan, Province of China"
2437
  msgstr ""
2438
 
2439
+ #: inc/core/helpers/helper-form-templates.php:1112
2440
+ #: inc/core/helpers/helper-misc.php:465
2441
  msgid "Tanzania, United Republic of"
2442
  msgstr ""
2443
 
2444
+ #: inc/core/helpers/helper-form-templates.php:1113
2445
+ #: inc/core/helpers/helper-misc.php:477
2446
  msgid "Ukraine"
2447
  msgstr ""
2448
 
2449
+ #: inc/core/helpers/helper-form-templates.php:1114
2450
+ #: inc/core/helpers/helper-misc.php:476
2451
  msgid "Uganda"
2452
  msgstr ""
2453
 
2454
+ #: inc/core/helpers/helper-form-templates.php:1115
2455
+ #: inc/core/helpers/helper-misc.php:480
2456
  msgid "United States"
2457
  msgstr ""
2458
 
2459
+ #: inc/core/helpers/helper-form-templates.php:1116
2460
+ #: inc/core/helpers/helper-misc.php:482
2461
  msgid "Uruguay"
2462
  msgstr ""
2463
 
2464
+ #: inc/core/helpers/helper-form-templates.php:1117
2465
+ #: inc/core/helpers/helper-misc.php:483
2466
  msgid "Uzbekistan"
2467
  msgstr ""
2468
 
2469
+ #: inc/core/helpers/helper-form-templates.php:1118
2470
+ #: inc/core/helpers/helper-misc.php:437
2471
  msgid "Saint Vincent and the Grenadines"
2472
  msgstr ""
2473
 
2474
+ #: inc/core/helpers/helper-form-templates.php:1119
2475
+ #: inc/core/helpers/helper-misc.php:485
2476
  msgid "Venezuela"
2477
  msgstr ""
2478
 
2479
+ #: inc/core/helpers/helper-form-templates.php:1120
2480
  msgid "Virgin Islands, British"
2481
  msgstr ""
2482
 
2483
+ #: inc/core/helpers/helper-form-templates.php:1121
2484
  msgid "Virgin Islands, U.S."
2485
  msgstr ""
2486
 
2487
+ #: inc/core/helpers/helper-form-templates.php:1122
2488
+ #: inc/core/helpers/helper-misc.php:486
2489
  msgid "Vietnam"
2490
  msgstr ""
2491
 
2492
+ #: inc/core/helpers/helper-form-templates.php:1123
2493
+ #: inc/core/helpers/helper-misc.php:484
2494
  msgid "Vanuatu"
2495
  msgstr ""
2496
 
2497
+ #: inc/core/helpers/helper-form-templates.php:1124
2498
  msgid "Wallis and Futuna"
2499
  msgstr ""
2500
 
2501
+ #: inc/core/helpers/helper-form-templates.php:1125
2502
+ #: inc/core/helpers/helper-misc.php:438
2503
  msgid "Samoa"
2504
  msgstr ""
2505
 
2506
+ #: inc/core/helpers/helper-form-templates.php:1126
2507
+ #: inc/core/helpers/helper-misc.php:491
2508
  msgid "Yemen"
2509
  msgstr ""
2510
 
2511
+ #: inc/core/helpers/helper-form-templates.php:1127
2512
+ #: inc/core/helpers/helper-misc.php:394
2513
  msgid "Mayotte"
2514
  msgstr ""
2515
 
2516
+ #: inc/core/helpers/helper-form-templates.php:1128
2517
+ #: inc/core/helpers/helper-misc.php:450
2518
  msgid "South Africa"
2519
  msgstr ""
2520
 
2521
+ #: inc/core/helpers/helper-form-templates.php:1129
2522
+ #: inc/core/helpers/helper-misc.php:493
2523
  msgid "Zambia"
2524
  msgstr ""
2525
 
2526
+ #: inc/core/helpers/helper-form-templates.php:1130
2527
+ #: inc/core/helpers/helper-misc.php:494
2528
  msgid "Zimbabwe"
2529
  msgstr ""
2530
 
2531
+ #: inc/core/helpers/helper-misc.php:202
2532
  msgid "How are we doing? Please rate"
2533
  msgstr ""
2534
 
2535
+ #: inc/core/helpers/helper-misc.php:202
2536
  msgid "on"
2537
  msgstr ""
2538
 
2539
+ #: inc/core/helpers/helper-misc.php:202
2540
  msgid "to help us spread the word."
2541
  msgstr ""
2542
 
2543
+ #: inc/core/helpers/helper-misc.php:282
2544
  msgid "Bosnia and Herzegowina"
2545
  msgstr ""
2546
 
2547
+ #: inc/core/helpers/helper-misc.php:284
2548
  msgid "Bouvet Island"
2549
  msgstr ""
2550
 
2551
+ #: inc/core/helpers/helper-misc.php:286
2552
  msgid "British Indian Ocean Territory"
2553
  msgstr ""
2554
 
2555
+ #: inc/core/helpers/helper-misc.php:300
2556
  msgid "Christmas Island"
2557
  msgstr ""
2558
 
2559
+ #: inc/core/helpers/helper-misc.php:301
2560
  msgid "Cocos (Keeling) Islands"
2561
  msgstr ""
2562
 
2563
+ #: inc/core/helpers/helper-misc.php:305
2564
  msgid "Congo, the Democratic Republic of the"
2565
  msgstr ""
2566
 
2567
+ #: inc/core/helpers/helper-misc.php:308
2568
  msgid "Ivory Coast"
2569
  msgstr ""
2570
 
2571
+ #: inc/core/helpers/helper-misc.php:309
2572
  msgid "Croatia (Hrvatska)"
2573
  msgstr ""
2574
 
2575
+ #: inc/core/helpers/helper-misc.php:317
2576
  msgid "East Timor"
2577
  msgstr ""
2578
 
2579
+ #: inc/core/helpers/helper-misc.php:321
2580
  msgid "Equatorial Guinea"
2581
  msgstr ""
2582
 
2583
+ #: inc/core/helpers/helper-misc.php:330
2584
  msgid "France Metropolitan"
2585
  msgstr ""
2586
 
2587
+ #: inc/core/helpers/helper-misc.php:331
2588
  msgid "French Guiana"
2589
  msgstr ""
2590
 
2591
+ #: inc/core/helpers/helper-misc.php:333
2592
  msgid "French Southern Territories"
2593
  msgstr ""
2594
 
2595
+ #: inc/core/helpers/helper-misc.php:343
2596
  msgid "Guadeloupe"
2597
  msgstr ""
2598
 
2599
+ #: inc/core/helpers/helper-misc.php:347
2600
  msgid "Guinea-Bissau"
2601
  msgstr ""
2602
 
2603
+ #: inc/core/helpers/helper-misc.php:350
2604
  msgid "Heard and Mc Donald Islands"
2605
  msgstr ""
2606
 
2607
+ #: inc/core/helpers/helper-misc.php:351
2608
  msgid "Holy See (Vatican City State)"
2609
  msgstr ""
2610
 
2611
+ #: inc/core/helpers/helper-misc.php:358
2612
  msgid "Iran (Islamic Republic of)"
2613
  msgstr ""
2614
 
2615
+ #: inc/core/helpers/helper-misc.php:366
2616
  msgid "Kazakhstan"
2617
  msgstr ""
2618
 
2619
+ #: inc/core/helpers/helper-misc.php:369
2620
  msgid "Korea, Democratic People's Republic of"
2621
  msgstr ""
2622
 
2623
+ #: inc/core/helpers/helper-misc.php:370
2624
  msgid "Korea, Republic of"
2625
  msgstr ""
2626
 
2627
+ #: inc/core/helpers/helper-misc.php:373
2628
  msgid "Lao, People's Democratic Republic"
2629
  msgstr ""
2630
 
2631
+ #: inc/core/helpers/helper-misc.php:391
2632
  msgid "Martinique"
2633
  msgstr ""
2634
 
2635
+ #: inc/core/helpers/helper-misc.php:408
2636
  msgid "Netherlands Antilles"
2637
  msgstr ""
2638
 
2639
+ #: inc/core/helpers/helper-misc.php:415
2640
  msgid "Norfolk Island"
2641
  msgstr ""
2642
 
2643
+ #: inc/core/helpers/helper-misc.php:429
2644
  msgid "Puerto Rico"
2645
  msgstr ""
2646
 
2647
+ #: inc/core/helpers/helper-misc.php:431
2648
  msgid "Reunion"
2649
  msgstr ""
2650
 
2651
+ #: inc/core/helpers/helper-misc.php:446
2652
  msgid "Slovakia (Slovak Republic)"
2653
  msgstr ""
2654
 
2655
+ #: inc/core/helpers/helper-misc.php:451
2656
  msgid "South Georgia and the South Sandwich Islands"
2657
  msgstr ""
2658
 
2659
+ #: inc/core/helpers/helper-misc.php:454
2660
  msgid "St. Helena"
2661
  msgstr ""
2662
 
2663
+ #: inc/core/helpers/helper-misc.php:455
2664
  msgid "St. Pierre and Miquelon"
2665
  msgstr ""
2666
 
2667
+ #: inc/core/helpers/helper-misc.php:458
2668
  msgid "Svalbard and Jan Mayen Islands"
2669
  msgstr ""
2670
 
2671
+ #: inc/core/helpers/helper-misc.php:481
2672
  msgid "United States Minor Outlying Islands"
2673
  msgstr ""
2674
 
2675
+ #: inc/core/helpers/helper-misc.php:487
2676
  msgid "Virgin Islands (British)"
2677
  msgstr ""
2678
 
2679
+ #: inc/core/helpers/helper-misc.php:488
2680
  msgid "Virgin Islands (U.S.)"
2681
  msgstr ""
2682
 
2683
+ #: inc/core/helpers/helper-misc.php:489
2684
  msgid "Wallis and Futuna Islands"
2685
  msgstr ""
2686
 
2687
+ #: inc/core/helpers/helper-misc.php:490
2688
  msgid "Western Sahara"
2689
  msgstr ""
2690
 
2691
+ #: inc/core/helpers/helper-misc.php:492
2692
  msgid "Yugoslavia"
2693
  msgstr ""
2694
 
2695
+ #: inc/core/helpers/helper-misc.php:688
2696
+ msgid "Response #%s"
2697
  msgstr ""
2698
 
2699
+ #: inc/core/templates/admin-form-modal.php:5
2700
  msgid "Choose a form"
2701
  msgstr ""
2702
 
2703
+ #: inc/core/templates/admin-form-modal.php:12
2704
  msgid "Insert"
2705
  msgstr ""
2706
 
2707
+ #: inc/core/templates/admin-message-edit.php:31
2708
  msgid "Previous response"
2709
  msgstr ""
2710
 
2711
+ #: inc/core/templates/admin-message-edit.php:33
2712
  msgid "Next response"
2713
  msgstr ""
2714
 
2715
+ #: inc/core/templates/admin-tracking.php:12
2716
+ msgid "Add your email to complete setup"
2717
  msgstr ""
2718
 
2719
+ #: inc/core/templates/admin-tracking.php:13
 
 
 
 
 
 
 
 
2720
  msgid ""
2721
  "Let's set up HappyForms! Enter your email below to agree to notification "
2722
  "and to share some data about your usage with"
2723
  msgstr ""
2724
 
2725
+ #: inc/core/templates/admin-tracking.php:15
2726
+ #: inc/core/templates/customize-form-setup.php:17
2727
  msgid "Email address"
2728
  msgstr ""
2729
 
2730
+ #: inc/core/templates/admin-tracking.php:17
2731
  msgid "Allow and set up HappyForms"
2732
  msgstr ""
2733
 
2734
+ #: inc/core/templates/admin-tracking.php:24
2735
  msgid "Or, skip this step and "
2736
  msgstr ""
2737
 
2738
+ #: inc/core/templates/admin-tracking.php:24
2739
  msgid "continue"
2740
  msgstr ""
2741
 
2742
+ #: inc/core/templates/customize-form-build.php:4
2743
  msgid "Form name"
2744
  msgstr ""
2745
 
2746
+ #: inc/core/templates/customize-form-build.php:10
2747
  msgid "Form Builder"
2748
  msgstr ""
2749
 
2750
+ #: inc/core/templates/customize-form-build.php:12
2751
  msgid "Collapse all"
2752
  msgstr ""
2753
 
2754
+ #: inc/core/templates/customize-form-build.php:12
2755
  msgid "Expand all"
2756
  msgstr ""
2757
 
2758
+ #: inc/core/templates/customize-form-build.php:16
2759
  msgid "Ready to get started?"
2760
  msgstr ""
2761
 
2762
+ #: inc/core/templates/customize-form-build.php:17
2763
  msgid ""
2764
  "Click any part from the sidebar to add it to your new form. Then, drag "
2765
  "parts into order."
2766
  msgstr ""
2767
 
2768
+ #: inc/core/templates/customize-form-item.php:18
2769
  msgid "Add Part"
2770
  msgstr ""
2771
 
2772
+ #: inc/core/templates/customize-form-item.php:33
2773
+ #: inc/core/templates/customize-form-part-footer.php:3
2774
+ #: inc/core/templates/parts/customize-checkbox.php:105
2775
+ #: inc/core/templates/parts/customize-radio.php:105
2776
+ #: inc/core/templates/parts/customize-select.php:104
2777
+ #: inc/core/templates/parts/customize-table.php:117
2778
+ #: inc/core/templates/parts/customize-table.php:132
2779
  msgid "Delete"
2780
  msgstr ""
2781
 
2782
+ #: inc/core/templates/customize-form-item.php:34
2783
  msgid "Preview"
2784
  msgstr ""
2785
 
2786
+ #: inc/core/templates/customize-form-part-footer.php:5
2787
  msgid "Done"
2788
  msgstr ""
2789
 
2790
+ #: inc/core/templates/customize-form-part-footer.php:6
2791
+ #: inc/core/templates/parts/customize-checkbox.php:106
2792
+ #: inc/core/templates/parts/customize-radio.php:106
2793
+ #: inc/core/templates/parts/customize-select.php:105
2794
+ #: inc/core/templates/parts/customize-table.php:118
2795
  msgid "Advanced"
2796
  msgstr ""
2797
 
2798
+ #: inc/core/templates/customize-form-parts-drawer.php:5
2799
  msgid "Search parts"
2800
  msgstr ""
2801
 
2802
+ #: inc/core/templates/customize-form-setup.php:4
2803
  msgid "Confirmation message"
2804
  msgstr ""
2805
 
2806
+ #: inc/core/templates/customize-form-setup.php:12
2807
  msgid "Receive submission alerts"
2808
  msgstr ""
2809
 
2810
+ #: inc/core/templates/customize-form-setup.php:21
2811
+ #: inc/core/templates/customize-form-setup.php:43
2812
  msgid "Email subject"
2813
  msgstr ""
2814
 
2815
+ #: inc/core/templates/customize-form-setup.php:27
2816
  msgid "Include mark and reply link"
2817
  msgstr ""
2818
 
2819
+ #: inc/core/templates/customize-form-setup.php:34
2820
  msgid "Send confirmation email"
2821
  msgstr ""
2822
 
2823
+ #: inc/core/templates/customize-form-setup.php:39
2824
  msgid "Email display name"
2825
  msgstr ""
2826
 
2827
+ #: inc/core/templates/customize-form-setup.php:47
2828
  msgid "Email content"
2829
  msgstr ""
2830
 
2831
+ #: inc/core/templates/customize-form-setup.php:54
2832
  msgid "On complete redirect link"
2833
  msgstr ""
2834
 
2835
+ #: inc/core/templates/customize-form-setup.php:58
2836
  msgid "Submit button label"
2837
  msgstr ""
2838
 
2839
+ #: inc/core/templates/customize-form-setup.php:64
2840
  msgid "Spam prevention"
2841
  msgstr ""
2842
 
2843
+ #: inc/core/templates/customize-form-setup.php:70
2844
  msgid "Use"
2845
  msgstr ""
2846
 
2847
+ #: inc/core/templates/customize-form-setup.php:70
2848
  msgid "Google ReCaptcha"
2849
  msgstr ""
2850
 
2851
+ #: inc/core/templates/customize-form-setup.php:74
2852
  msgid "ReCaptcha site key"
2853
  msgstr ""
2854
 
2855
+ #: inc/core/templates/customize-form-setup.php:78
2856
  msgid "ReCaptcha secret key"
2857
  msgstr ""
2858
 
2859
+ #: inc/core/templates/customize-form-setup.php:86
2860
  msgid "Save messages for this form"
2861
  msgstr ""
2862
 
2863
+ #: inc/core/templates/customize-form-setup.php:92
2864
  msgid "Add identifying number to messages"
2865
  msgstr ""
2866
 
2867
+ #: inc/core/templates/customize-form-setup.php:97
2868
  msgid "Start counter from"
2869
  msgstr ""
2870
 
2871
+ #: inc/core/templates/customize-form-setup.php:102
2872
+ #: inc/core/templates/parts/customize-number.php:72
2873
  msgid "Prefix"
2874
  msgstr ""
2875
 
2876
+ #: inc/core/templates/customize-form-setup.php:106
2877
  msgid "Suffix"
2878
  msgstr ""
2879
 
2880
+ #: inc/core/templates/customize-form-setup.php:114
2881
  msgid "Preview values before submission"
2882
  msgstr ""
2883
 
2884
+ #: inc/core/templates/customize-form-setup.php:119
2885
  msgid "Review button text"
2886
  msgstr ""
2887
 
2888
+ #: inc/core/templates/customize-form-setup.php:126
2889
  msgid ""
2890
  "This is the message your users will see after succesfully submitting your "
2891
  "form."
2892
  msgstr ""
2893
 
2894
+ #: inc/core/templates/customize-form-setup.php:129
2895
  msgid ""
2896
  "Add your email address here to receive a confirmation email for each form "
2897
  "response. You can add multiple email addresses by separating each address "
2898
  "with a comma."
2899
  msgstr ""
2900
 
2901
+ #: inc/core/templates/customize-form-setup.php:132
2902
  msgid ""
2903
  "Each time a user submits a message, you'll receive an email with this "
2904
  "subject."
2905
  msgstr ""
2906
 
2907
+ #: inc/core/templates/customize-form-setup.php:135
2908
  msgid ""
2909
  "If your form contains an email field, recipients will receive an email with "
2910
  "this content."
2911
  msgstr ""
2912
 
2913
+ #: inc/core/templates/customize-form-setup.php:138
2914
  msgid ""
2915
  "If your form contains an email field, recipients will receive an email with "
2916
  "this sender name."
2917
  msgstr ""
2918
 
2919
+ #: inc/core/templates/customize-form-setup.php:141
2920
  msgid ""
2921
  "If your form contains an email field, recipients will receive an email with "
2922
  "this subject."
2923
  msgstr ""
2924
 
2925
+ #: inc/core/templates/customize-form-setup.php:144
2926
  msgid ""
2927
  "By default, recipients will be redirected to the post or page displaying "
2928
  "this form. To set a custom redirect webpage, add a link here."
2929
  msgstr ""
2930
 
2931
+ #: inc/core/templates/customize-form-setup.php:147
2932
  msgid "Protect your form against bots by using HoneyPot security."
2933
  msgstr ""
2934
 
2935
+ #: inc/core/templates/customize-form-setup.php:150
2936
  msgid "Protect your form against bots using your Google ReCaptcha credentials."
2937
  msgstr ""
2938
 
2939
+ #: inc/core/templates/customize-form-setup.php:153
2940
  msgid "Keep recipients responses stored in your WordPress database."
2941
  msgstr ""
2942
 
2943
+ #: inc/core/templates/customize-form-setup.php:156
2944
  msgid "Let your users review their submission before confirming it."
2945
  msgstr ""
2946
 
2947
+ #: inc/core/templates/customize-form-setup.php:159
2948
  msgid "Tag responses with a unique, incremental identifier."
2949
  msgstr ""
2950
 
2951
+ #: inc/core/templates/customize-form-setup.php:162
2952
  msgid "Your next submission will be tagged with this identifier."
2953
  msgstr ""
2954
 
2955
+ #: inc/core/templates/customize-form-setup.php:165
2956
  msgid "Reply to your users and mark their submission as read in one click."
2957
  msgstr ""
2958
 
2959
+ #: inc/core/templates/customize-form-steps.php:23
2960
  msgid "Save & Close"
2961
  msgstr ""
2962
 
2963
+ #: inc/core/templates/customize-form-steps.php:30
2964
+ #: inc/core/templates/parts/customize-scale.php:78
2965
  msgid "Step"
2966
  msgstr ""
2967
 
2968
+ #: inc/core/templates/customize-form-steps.php:30
2969
  msgid "of"
2970
  msgstr ""
2971
 
2972
+ #: inc/core/templates/customize-form-style.php:31
2973
  msgid "Back"
2974
  msgstr ""
2975
 
2976
+ #: inc/core/templates/customize-form-style.php:34
2977
  msgid "You are customizing"
2978
  msgstr ""
2979
 
2980
+ #: inc/core/templates/customize-form-style.php:127
2981
  msgid "Add a unique HTML ID to your form. Write without a hash (#) character."
2982
  msgstr ""
2983
 
2984
+ #: inc/core/templates/customize-header-actions.php:3
2985
  msgid "Save Form"
2986
  msgstr ""
2987
 
2988
+ #: inc/core/templates/customize-header-actions.php:3
2989
  msgid "Saved"
2990
  msgstr ""
2991
 
2992
+ #: inc/core/templates/customize-header-actions.php:5
2993
  msgid "The changes you made will be lost if you navigate away from this page."
2994
  msgstr ""
2995
 
2996
+ #: inc/core/templates/customize-header-actions.php:6
2997
  msgid "Close"
2998
  msgstr ""
2999
 
3000
+ #: inc/core/templates/partials/form-confirm-preview.php:3
3001
  msgid "Edit"
3002
  msgstr ""
3003
 
3004
+ #: inc/core/templates/parts/customize-address.php:8
3005
+ #: inc/core/templates/parts/customize-checkbox.php:8
3006
+ #: inc/core/templates/parts/customize-date.php:8
3007
+ #: inc/core/templates/parts/customize-email.php:8
3008
+ #: inc/core/templates/parts/customize-multi-line-text.php:8
3009
+ #: inc/core/templates/parts/customize-narrative.php:8
3010
+ #: inc/core/templates/parts/customize-number.php:8
3011
+ #: inc/core/templates/parts/customize-phone.php:8
3012
+ #: inc/core/templates/parts/customize-placeholder.php:8
3013
+ #: inc/core/templates/parts/customize-radio.php:8
3014
+ #: inc/core/templates/parts/customize-rating.php:8
3015
+ #: inc/core/templates/parts/customize-rich-text.php:8
3016
+ #: inc/core/templates/parts/customize-scale.php:8
3017
+ #: inc/core/templates/parts/customize-select.php:8
3018
+ #: inc/core/templates/parts/customize-single-line-text.php:8
3019
+ #: inc/core/templates/parts/customize-table.php:8
3020
+ #: inc/core/templates/parts/customize-title.php:8
3021
+ #: inc/core/templates/parts/customize-website-url.php:8
3022
  msgid "Title placement"
3023
  msgstr ""
3024
 
3025
+ #: inc/core/templates/parts/customize-address.php:10
3026
+ #: inc/core/templates/parts/customize-checkbox.php:10
3027
+ #: inc/core/templates/parts/customize-date.php:10
3028
+ #: inc/core/templates/parts/customize-email.php:10
3029
+ #: inc/core/templates/parts/customize-multi-line-text.php:10
3030
+ #: inc/core/templates/parts/customize-narrative.php:10
3031
+ #: inc/core/templates/parts/customize-number.php:10
3032
+ #: inc/core/templates/parts/customize-phone.php:10
3033
+ #: inc/core/templates/parts/customize-placeholder.php:10
3034
+ #: inc/core/templates/parts/customize-radio.php:10
3035
+ #: inc/core/templates/parts/customize-rating.php:10
3036
+ #: inc/core/templates/parts/customize-rich-text.php:10
3037
+ #: inc/core/templates/parts/customize-scale.php:10
3038
+ #: inc/core/templates/parts/customize-select.php:10
3039
+ #: inc/core/templates/parts/customize-single-line-text.php:10
3040
+ #: inc/core/templates/parts/customize-table.php:10
3041
+ #: inc/core/templates/parts/customize-title.php:10
3042
+ #: inc/core/templates/parts/customize-website-url.php:10
3043
  msgid "Above"
3044
  msgstr ""
3045
 
3046
+ #: inc/core/templates/parts/customize-address.php:12
3047
+ #: inc/core/templates/parts/customize-checkbox.php:12
3048
+ #: inc/core/templates/parts/customize-date.php:12
3049
+ #: inc/core/templates/parts/customize-email.php:12
3050
+ #: inc/core/templates/parts/customize-multi-line-text.php:12
3051
+ #: inc/core/templates/parts/customize-narrative.php:12
3052
+ #: inc/core/templates/parts/customize-number.php:12
3053
+ #: inc/core/templates/parts/customize-phone.php:12
3054
+ #: inc/core/templates/parts/customize-placeholder.php:12
3055
+ #: inc/core/templates/parts/customize-radio.php:12
3056
+ #: inc/core/templates/parts/customize-rating.php:12
3057
+ #: inc/core/templates/parts/customize-rich-text.php:12
3058
+ #: inc/core/templates/parts/customize-scale.php:12
3059
+ #: inc/core/templates/parts/customize-select.php:12
3060
+ #: inc/core/templates/parts/customize-single-line-text.php:12
3061
+ #: inc/core/templates/parts/customize-table.php:12
3062
+ #: inc/core/templates/parts/customize-title.php:12
3063
+ #: inc/core/templates/parts/customize-website-url.php:12
3064
  msgid "Below"
3065
  msgstr ""
3066
 
3067
+ #: inc/core/templates/parts/customize-address.php:13
3068
+ #: inc/core/templates/parts/customize-multi-line-text.php:13
3069
  msgid "Inside"
3070
  msgstr ""
3071
 
3072
+ #: inc/core/templates/parts/customize-address.php:14
3073
+ #: inc/core/templates/parts/customize-email.php:14
3074
+ #: inc/core/templates/parts/customize-multi-line-text.php:14
3075
+ #: inc/core/templates/parts/customize-number.php:14
3076
+ #: inc/core/templates/parts/customize-phone.php:14
3077
+ #: inc/core/templates/parts/customize-select.php:13
3078
+ #: inc/core/templates/parts/customize-single-line-text.php:14
3079
+ #: inc/core/templates/parts/customize-title.php:13
3080
+ #: inc/core/templates/parts/customize-website-url.php:14
3081
  msgid "Display as placeholder"
3082
  msgstr ""
3083
 
3084
+ #: inc/core/templates/parts/customize-address.php:15
3085
+ #: inc/core/templates/parts/customize-checkbox.php:13
3086
+ #: inc/core/templates/parts/customize-date.php:13
3087
+ #: inc/core/templates/parts/customize-email.php:15
3088
+ #: inc/core/templates/parts/customize-multi-line-text.php:15
3089
+ #: inc/core/templates/parts/customize-narrative.php:13
3090
+ #: inc/core/templates/parts/customize-number.php:15
3091
+ #: inc/core/templates/parts/customize-phone.php:15
3092
+ #: inc/core/templates/parts/customize-placeholder.php:13
3093
+ #: inc/core/templates/parts/customize-radio.php:13
3094
+ #: inc/core/templates/parts/customize-rating.php:13
3095
+ #: inc/core/templates/parts/customize-rich-text.php:13
3096
+ #: inc/core/templates/parts/customize-scale.php:13
3097
+ #: inc/core/templates/parts/customize-select.php:14
3098
+ #: inc/core/templates/parts/customize-single-line-text.php:15
3099
+ #: inc/core/templates/parts/customize-table.php:13
3100
+ #: inc/core/templates/parts/customize-title.php:14
3101
+ #: inc/core/templates/parts/customize-website-url.php:15
3102
  msgid "Hidden"
3103
  msgstr ""
3104
 
3105
+ #: inc/core/templates/parts/customize-address.php:20
3106
+ #: inc/core/templates/parts/customize-checkbox.php:18
3107
+ #: inc/core/templates/parts/customize-checkbox.php:77
3108
+ #: inc/core/templates/parts/customize-date.php:18
3109
+ #: inc/core/templates/parts/customize-date.php:113
3110
+ #: inc/core/templates/parts/customize-email.php:20
3111
+ #: inc/core/templates/parts/customize-email.php:56
3112
+ #: inc/core/templates/parts/customize-multi-line-text.php:20
3113
+ #: inc/core/templates/parts/customize-multi-line-text.php:56
3114
+ #: inc/core/templates/parts/customize-narrative.php:18
3115
+ #: inc/core/templates/parts/customize-narrative.php:42
3116
+ #: inc/core/templates/parts/customize-number.php:20
3117
+ #: inc/core/templates/parts/customize-number.php:87
3118
+ #: inc/core/templates/parts/customize-phone.php:20
3119
+ #: inc/core/templates/parts/customize-phone.php:79
3120
+ #: inc/core/templates/parts/customize-placeholder.php:18
3121
+ #: inc/core/templates/parts/customize-placeholder.php:37
3122
+ #: inc/core/templates/parts/customize-radio.php:18
3123
+ #: inc/core/templates/parts/customize-radio.php:77
3124
+ #: inc/core/templates/parts/customize-rating.php:18
3125
+ #: inc/core/templates/parts/customize-rating.php:84
3126
+ #: inc/core/templates/parts/customize-rich-text.php:18
3127
+ #: inc/core/templates/parts/customize-rich-text.php:49
3128
+ #: inc/core/templates/parts/customize-scale.php:18
3129
+ #: inc/core/templates/parts/customize-scale.php:96
3130
+ #: inc/core/templates/parts/customize-select.php:19
3131
+ #: inc/core/templates/parts/customize-select.php:80
3132
+ #: inc/core/templates/parts/customize-single-line-text.php:20
3133
+ #: inc/core/templates/parts/customize-single-line-text.php:61
3134
+ #: inc/core/templates/parts/customize-table.php:18
3135
+ #: inc/core/templates/parts/customize-table.php:93
3136
+ #: inc/core/templates/parts/customize-title.php:19
3137
+ #: inc/core/templates/parts/customize-title.php:54
3138
+ #: inc/core/templates/parts/customize-website-url.php:20
3139
+ #: inc/core/templates/parts/customize-website-url.php:56
3140
  msgid "Apply to all parts"
3141
  msgstr ""
3142
 
3143
+ #: inc/core/templates/parts/customize-address.php:24
3144
+ #: inc/core/templates/parts/customize-checkbox.php:22
3145
+ #: inc/core/templates/parts/customize-checkbox.php:97
3146
+ #: inc/core/templates/parts/customize-date.php:22
3147
+ #: inc/core/templates/parts/customize-email.php:24
3148
+ #: inc/core/templates/parts/customize-multi-line-text.php:24
3149
+ #: inc/core/templates/parts/customize-number.php:24
3150
+ #: inc/core/templates/parts/customize-phone.php:24
3151
+ #: inc/core/templates/parts/customize-radio.php:22
3152
+ #: inc/core/templates/parts/customize-radio.php:97
3153
+ #: inc/core/templates/parts/customize-rating.php:22
3154
+ #: inc/core/templates/parts/customize-rich-text.php:22
3155
+ #: inc/core/templates/parts/customize-scale.php:22
3156
+ #: inc/core/templates/parts/customize-select.php:23
3157
+ #: inc/core/templates/parts/customize-single-line-text.php:24
3158
+ #: inc/core/templates/parts/customize-table.php:22
3159
+ #: inc/core/templates/parts/customize-title.php:23
3160
+ #: inc/core/templates/parts/customize-website-url.php:24
3161
  msgid "Description"
3162
  msgstr ""
3163
 
3164
+ #: inc/core/templates/parts/customize-address.php:28
3165
+ #: inc/core/templates/parts/customize-checkbox.php:26
3166
+ #: inc/core/templates/parts/customize-date.php:26
3167
+ #: inc/core/templates/parts/customize-email.php:28
3168
+ #: inc/core/templates/parts/customize-multi-line-text.php:28
3169
+ #: inc/core/templates/parts/customize-number.php:28
3170
+ #: inc/core/templates/parts/customize-phone.php:28
3171
+ #: inc/core/templates/parts/customize-radio.php:26
3172
+ #: inc/core/templates/parts/customize-rating.php:26
3173
+ #: inc/core/templates/parts/customize-rich-text.php:26
3174
+ #: inc/core/templates/parts/customize-scale.php:26
3175
+ #: inc/core/templates/parts/customize-select.php:27
3176
+ #: inc/core/templates/parts/customize-single-line-text.php:28
3177
+ #: inc/core/templates/parts/customize-table.php:26
3178
+ #: inc/core/templates/parts/customize-title.php:27
3179
+ #: inc/core/templates/parts/customize-website-url.php:28
3180
  msgid "Description appearance"
3181
  msgstr ""
3182
 
3183
+ #: inc/core/templates/parts/customize-address.php:30
3184
+ #: inc/core/templates/parts/customize-checkbox.php:28
3185
+ #: inc/core/templates/parts/customize-date.php:28
3186
+ #: inc/core/templates/parts/customize-email.php:30
3187
+ #: inc/core/templates/parts/customize-multi-line-text.php:30
3188
+ #: inc/core/templates/parts/customize-number.php:30
3189
+ #: inc/core/templates/parts/customize-phone.php:30
3190
+ #: inc/core/templates/parts/customize-radio.php:28
3191
+ #: inc/core/templates/parts/customize-rating.php:28
3192
+ #: inc/core/templates/parts/customize-rich-text.php:28
3193
+ #: inc/core/templates/parts/customize-scale.php:28
3194
+ #: inc/core/templates/parts/customize-select.php:29
3195
+ #: inc/core/templates/parts/customize-single-line-text.php:30
3196
+ #: inc/core/templates/parts/customize-table.php:28
3197
+ #: inc/core/templates/parts/customize-title.php:29
3198
+ #: inc/core/templates/parts/customize-website-url.php:30
3199
  msgid "Standard"
3200
  msgstr ""
3201
 
3202
+ #: inc/core/templates/parts/customize-address.php:31
3203
+ #: inc/core/templates/parts/customize-email.php:31
3204
+ #: inc/core/templates/parts/customize-multi-line-text.php:31
3205
+ #: inc/core/templates/parts/customize-number.php:31
3206
+ #: inc/core/templates/parts/customize-phone.php:31
3207
+ #: inc/core/templates/parts/customize-rich-text.php:29
3208
+ #: inc/core/templates/parts/customize-single-line-text.php:31
3209
+ #: inc/core/templates/parts/customize-website-url.php:31
3210
  msgid "Reveal on focus"
3211
  msgstr ""
3212
 
3213
+ #: inc/core/templates/parts/customize-address.php:32
3214
+ #: inc/core/templates/parts/customize-checkbox.php:29
3215
+ #: inc/core/templates/parts/customize-date.php:29
3216
+ #: inc/core/templates/parts/customize-email.php:32
3217
+ #: inc/core/templates/parts/customize-multi-line-text.php:32
3218
+ #: inc/core/templates/parts/customize-number.php:32
3219
+ #: inc/core/templates/parts/customize-phone.php:32
3220
+ #: inc/core/templates/parts/customize-radio.php:29
3221
+ #: inc/core/templates/parts/customize-rating.php:29
3222
+ #: inc/core/templates/parts/customize-rich-text.php:30
3223
+ #: inc/core/templates/parts/customize-scale.php:29
3224
+ #: inc/core/templates/parts/customize-select.php:30
3225
+ #: inc/core/templates/parts/customize-table.php:29
3226
+ #: inc/core/templates/parts/customize-title.php:30
3227
+ #: inc/core/templates/parts/customize-website-url.php:32
3228
  msgid "Tooltip"
3229
  msgstr ""
3230
 
3231
+ #: inc/core/templates/parts/customize-address.php:40
3232
  msgid "Mode"
3233
  msgstr ""
3234
 
3235
+ #: inc/core/templates/parts/customize-address.php:42
3236
+ #: inc/core/templates/parts/customize-address.php:80
3237
+ #: inc/core/templates/parts/customize-checkbox.php:69
3238
+ #: inc/core/templates/parts/customize-date.php:105
3239
+ #: inc/core/templates/parts/customize-email.php:48
3240
+ #: inc/core/templates/parts/customize-legal.php:6
3241
+ #: inc/core/templates/parts/customize-multi-line-text.php:48
3242
+ #: inc/core/templates/parts/customize-narrative.php:34
3243
+ #: inc/core/templates/parts/customize-number.php:79
3244
+ #: inc/core/templates/parts/customize-phone.php:71
3245
+ #: inc/core/templates/parts/customize-placeholder.php:29
3246
+ #: inc/core/templates/parts/customize-radio.php:69
3247
+ #: inc/core/templates/parts/customize-rating.php:76
3248
+ #: inc/core/templates/parts/customize-rich-text.php:42
3249
+ #: inc/core/templates/parts/customize-scale.php:88
3250
+ #: inc/core/templates/parts/customize-select.php:72
3251
+ #: inc/core/templates/parts/customize-single-line-text.php:53
3252
+ #: inc/core/templates/parts/customize-table.php:85
3253
+ #: inc/core/templates/parts/customize-title.php:46
3254
+ #: inc/core/templates/parts/customize-website-url.php:48
3255
  msgid "Full"
3256
  msgstr ""
3257
 
3258
+ #: inc/core/templates/parts/customize-address.php:43
3259
  msgid "Full with autocomplete"
3260
  msgstr ""
3261
 
3262
+ #: inc/core/templates/parts/customize-address.php:44
3263
  msgid "Country and city"
3264
  msgstr ""
3265
 
3266
+ #: inc/core/templates/parts/customize-address.php:45
3267
  msgid "Country only"
3268
  msgstr ""
3269
 
3270
+ #: inc/core/templates/parts/customize-address.php:50
3271
  msgid "Allow geolocation"
3272
  msgstr ""
3273
 
3274
+ #: inc/core/templates/parts/customize-address.php:55
3275
  msgid "Google API Key"
3276
  msgstr ""
3277
 
3278
+ #: inc/core/templates/parts/customize-address.php:61
3279
  msgid "Address autocompletion requires a"
3280
  msgstr ""
3281
 
3282
+ #: inc/core/templates/parts/customize-address.php:62
3283
  msgid "Google Places API key"
3284
  msgstr ""
3285
 
3286
+ #: inc/core/templates/parts/customize-address.php:66
3287
  msgid "Geolocation requires a"
3288
  msgstr ""
3289
 
3290
+ #: inc/core/templates/parts/customize-address.php:67
3291
  msgid "Google Geocoding API key"
3292
  msgstr ""
3293
 
3294
+ #: inc/core/templates/parts/customize-address.php:73
3295
+ #: inc/core/templates/parts/customize-checkbox.php:55
3296
+ #: inc/core/templates/parts/customize-date.php:52
3297
+ #: inc/core/templates/parts/customize-email.php:41
3298
+ #: inc/core/templates/parts/customize-multi-line-text.php:41
3299
+ #: inc/core/templates/parts/customize-number.php:51
3300
+ #: inc/core/templates/parts/customize-phone.php:41
3301
+ #: inc/core/templates/parts/customize-radio.php:55
3302
+ #: inc/core/templates/parts/customize-rating.php:49
3303
+ #: inc/core/templates/parts/customize-rich-text.php:35
3304
+ #: inc/core/templates/parts/customize-scale.php:44
3305
+ #: inc/core/templates/parts/customize-select.php:60
3306
+ #: inc/core/templates/parts/customize-single-line-text.php:41
3307
+ #: inc/core/templates/parts/customize-title.php:39
3308
+ #: inc/core/templates/parts/customize-website-url.php:41
3309
  msgid "This is required"
3310
  msgstr ""
3311
 
3312
+ #: inc/core/templates/parts/customize-address.php:81
3313
+ #: inc/core/templates/parts/customize-checkbox.php:70
3314
+ #: inc/core/templates/parts/customize-date.php:106
3315
+ #: inc/core/templates/parts/customize-email.php:49
3316
+ #: inc/core/templates/parts/customize-legal.php:7
3317
+ #: inc/core/templates/parts/customize-multi-line-text.php:49
3318
+ #: inc/core/templates/parts/customize-narrative.php:35
3319
+ #: inc/core/templates/parts/customize-number.php:80
3320
+ #: inc/core/templates/parts/customize-phone.php:72
3321
+ #: inc/core/templates/parts/customize-placeholder.php:30
3322
+ #: inc/core/templates/parts/customize-radio.php:70
3323
+ #: inc/core/templates/parts/customize-rating.php:77
3324
+ #: inc/core/templates/parts/customize-rich-text.php:43
3325
+ #: inc/core/templates/parts/customize-scale.php:89
3326
+ #: inc/core/templates/parts/customize-select.php:73
3327
+ #: inc/core/templates/parts/customize-single-line-text.php:54
3328
+ #: inc/core/templates/parts/customize-table.php:86
3329
+ #: inc/core/templates/parts/customize-title.php:47
3330
+ #: inc/core/templates/parts/customize-website-url.php:49
3331
  msgid "Half"
3332
  msgstr ""
3333
 
3334
+ #: inc/core/templates/parts/customize-address.php:82
3335
+ #: inc/core/templates/parts/customize-checkbox.php:71
3336
+ #: inc/core/templates/parts/customize-date.php:107
3337
+ #: inc/core/templates/parts/customize-email.php:50
3338
+ #: inc/core/templates/parts/customize-legal.php:8
3339
+ #: inc/core/templates/parts/customize-multi-line-text.php:50
3340
+ #: inc/core/templates/parts/customize-narrative.php:36
3341
+ #: inc/core/templates/parts/customize-number.php:81
3342
+ #: inc/core/templates/parts/customize-phone.php:73
3343
+ #: inc/core/templates/parts/customize-placeholder.php:31
3344
+ #: inc/core/templates/parts/customize-radio.php:71
3345
+ #: inc/core/templates/parts/customize-rating.php:78
3346
+ #: inc/core/templates/parts/customize-rich-text.php:44
3347
+ #: inc/core/templates/parts/customize-scale.php:90
3348
+ #: inc/core/templates/parts/customize-select.php:74
3349
+ #: inc/core/templates/parts/customize-single-line-text.php:55
3350
+ #: inc/core/templates/parts/customize-table.php:87
3351
+ #: inc/core/templates/parts/customize-title.php:48
3352
+ #: inc/core/templates/parts/customize-website-url.php:50
3353
  msgid "Third"
3354
  msgstr ""
3355
 
3356
+ #: inc/core/templates/parts/customize-address.php:83
3357
+ #: inc/core/templates/parts/customize-checkbox.php:72
3358
+ #: inc/core/templates/parts/customize-date.php:108
3359
+ #: inc/core/templates/parts/customize-email.php:51
3360
+ #: inc/core/templates/parts/customize-legal.php:9
3361
+ #: inc/core/templates/parts/customize-multi-line-text.php:51
3362
+ #: inc/core/templates/parts/customize-narrative.php:37
3363
+ #: inc/core/templates/parts/customize-number.php:82
3364
+ #: inc/core/templates/parts/customize-phone.php:74
3365
+ #: inc/core/templates/parts/customize-placeholder.php:32
3366
+ #: inc/core/templates/parts/customize-radio.php:72
3367
+ #: inc/core/templates/parts/customize-rating.php:79
3368
+ #: inc/core/templates/parts/customize-scale.php:91
3369
+ #: inc/core/templates/parts/customize-select.php:75
3370
+ #: inc/core/templates/parts/customize-single-line-text.php:56
3371
+ #: inc/core/templates/parts/customize-table.php:88
3372
+ #: inc/core/templates/parts/customize-title.php:49
3373
+ #: inc/core/templates/parts/customize-website-url.php:51
3374
  msgid "Auto"
3375
  msgstr ""
3376
 
3377
+ #: inc/core/templates/parts/customize-address.php:87
3378
+ #: inc/core/templates/parts/customize-checkbox.php:81
3379
+ #: inc/core/templates/parts/customize-date.php:117
3380
+ #: inc/core/templates/parts/customize-email.php:60
3381
+ #: inc/core/templates/parts/customize-legal.php:18
3382
+ #: inc/core/templates/parts/customize-multi-line-text.php:60
3383
+ #: inc/core/templates/parts/customize-narrative.php:46
3384
+ #: inc/core/templates/parts/customize-number.php:91
3385
+ #: inc/core/templates/parts/customize-phone.php:83
3386
+ #: inc/core/templates/parts/customize-placeholder.php:41
3387
+ #: inc/core/templates/parts/customize-radio.php:81
3388
+ #: inc/core/templates/parts/customize-rating.php:88
3389
+ #: inc/core/templates/parts/customize-rich-text.php:53
3390
+ #: inc/core/templates/parts/customize-scale.php:100
3391
+ #: inc/core/templates/parts/customize-select.php:84
3392
+ #: inc/core/templates/parts/customize-single-line-text.php:65
3393
+ #: inc/core/templates/parts/customize-table.php:97
3394
+ #: inc/core/templates/parts/customize-title.php:58
3395
+ #: inc/core/templates/parts/customize-website-url.php:60
3396
  msgid "Custom CSS class"
3397
  msgstr ""
3398
 
3399
+ #: inc/core/templates/parts/customize-checkbox.php:35
3400
+ #: inc/core/templates/parts/customize-radio.php:35
3401
+ #: inc/core/templates/parts/customize-select.php:40
3402
  msgid "No options added yet. Add one by clicking <i>Add Option</i> below."
3403
  msgstr ""
3404
 
3405
+ #: inc/core/templates/parts/customize-checkbox.php:39
3406
+ #: inc/core/templates/parts/customize-radio.php:39
3407
+ #: inc/core/templates/parts/customize-select.php:44
3408
  msgid "Type or paste your options here, adding each on a new line."
3409
  msgstr ""
3410
 
3411
+ #: inc/core/templates/parts/customize-checkbox.php:42
3412
+ #: inc/core/templates/parts/customize-radio.php:42
3413
+ #: inc/core/templates/parts/customize-select.php:47
3414
  msgid "Add option"
3415
  msgstr ""
3416
 
3417
+ #: inc/core/templates/parts/customize-checkbox.php:44
3418
+ #: inc/core/templates/parts/customize-radio.php:44
3419
+ #: inc/core/templates/parts/customize-select.php:49
3420
  msgid "Or, bulk add options"
3421
  msgstr ""
3422
 
3423
+ #: inc/core/templates/parts/customize-checkbox.php:48
3424
+ #: inc/core/templates/parts/customize-radio.php:48
3425
+ #: inc/core/templates/parts/customize-select.php:53
3426
  msgid "Add options"
3427
  msgstr ""
3428
 
3429
+ #: inc/core/templates/parts/customize-checkbox.php:50
3430
+ #: inc/core/templates/parts/customize-radio.php:50
3431
+ #: inc/core/templates/parts/customize-select.php:55
3432
+ #: inc/core/templates/parts/customize-table.php:71
3433
  msgid "Cancel"
3434
  msgstr ""
3435
 
3436
+ #: inc/core/templates/parts/customize-checkbox.php:60
3437
+ #: inc/core/templates/parts/customize-radio.php:60
3438
  msgid "Display options"
3439
  msgstr ""
3440
 
3441
+ #: inc/core/templates/parts/customize-checkbox.php:62
3442
+ #: inc/core/templates/parts/customize-radio.php:62
3443
  msgid "Horizontal"
3444
  msgstr ""
3445
 
3446
+ #: inc/core/templates/parts/customize-checkbox.php:63
3447
+ #: inc/core/templates/parts/customize-radio.php:63
3448
  msgid "Vertical"
3449
  msgstr ""
3450
 
3451
+ #: inc/core/templates/parts/customize-checkbox.php:92
3452
+ #: inc/core/templates/parts/customize-radio.php:92
3453
+ #: inc/core/templates/parts/customize-select.php:95
3454
+ #: inc/core/templates/parts/customize-table.php:108
3455
+ #: inc/core/templates/parts/customize-table.php:128
3456
  msgid "Label"
3457
  msgstr ""
3458
 
3459
+ #: inc/core/templates/parts/customize-checkbox.php:101
3460
+ #: inc/core/templates/parts/customize-table.php:113
3461
  msgid "Checked by default"
3462
  msgstr ""
3463
 
3464
+ #: inc/core/templates/parts/customize-date.php:36
3465
  msgid "Date &amp; Time"
3466
  msgstr ""
3467
 
3468
+ #: inc/core/templates/parts/customize-date.php:37
3469
  msgid "Time"
3470
  msgstr ""
3471
 
3472
+ #: inc/core/templates/parts/customize-date.php:38
3473
  msgid "Month &amp; Year"
3474
  msgstr ""
3475
 
3476
+ #: inc/core/templates/parts/customize-date.php:39
3477
  msgid "Month only"
3478
  msgstr ""
3479
 
3480
+ #: inc/core/templates/parts/customize-date.php:40
3481
  msgid "Year only"
3482
  msgstr ""
3483
 
3484
+ #: inc/core/templates/parts/customize-date.php:44
3485
+ #: inc/core/templates/parts/customize-scale.php:64
3486
  msgid "Default value"
3487
  msgstr ""
3488
 
3489
+ #: inc/core/templates/parts/customize-date.php:46
3490
  msgid "Blank"
3491
  msgstr ""
3492
 
3493
+ #: inc/core/templates/parts/customize-date.php:47
3494
  msgid "Current date and time"
3495
  msgstr ""
3496
 
3497
+ #: inc/core/templates/parts/customize-date.php:59
3498
  msgid "All years"
3499
  msgstr ""
3500
 
3501
+ #: inc/core/templates/parts/customize-date.php:60
3502
  msgid "Past years only"
3503
  msgstr ""
3504
 
3505
+ #: inc/core/templates/parts/customize-date.php:61
3506
  msgid "Future years only"
3507
  msgstr ""
3508
 
3509
+ #: inc/core/templates/parts/customize-date.php:66
3510
  msgid "Start from"
3511
  msgstr ""
3512
 
3513
+ #: inc/core/templates/parts/customize-date.php:70
3514
  msgid "End at"
3515
  msgstr ""
3516
 
3517
+ #: inc/core/templates/parts/customize-date.php:75
3518
  msgid "Years order"
3519
  msgstr ""
3520
 
3521
+ #: inc/core/templates/parts/customize-date.php:83
3522
  msgid "Min hour"
3523
  msgstr ""
3524
 
3525
+ #: inc/core/templates/parts/customize-date.php:87
3526
  msgid "Max hour"
3527
  msgstr ""
3528
 
3529
+ #: inc/core/templates/parts/customize-date.php:92
3530
  msgid "Minute step"
3531
  msgstr ""
3532
 
3533
+ #: inc/core/templates/parts/customize-date.php:96
3534
  msgid "Time format"
3535
  msgstr ""
3536
 
3537
+ #: inc/core/templates/parts/customize-date.php:98
3538
  msgid "12h"
3539
  msgstr ""
3540
 
3541
+ #: inc/core/templates/parts/customize-date.php:99
3542
  msgid "24h"
3543
  msgstr ""
3544
 
3545
+ #: inc/core/templates/parts/customize-email.php:13
3546
+ #: inc/core/templates/parts/customize-number.php:13
3547
+ #: inc/core/templates/parts/customize-phone.php:13
3548
+ #: inc/core/templates/parts/customize-single-line-text.php:13
3549
+ #: inc/core/templates/parts/customize-website-url.php:13
3550
  msgid "Inside input"
3551
  msgstr ""
3552
 
3553
+ #: inc/core/templates/parts/customize-email.php:65
3554
  msgid "Suggest common email domains"
3555
  msgstr ""
3556
 
3557
+ #: inc/core/templates/parts/customize-email.php:70
3558
+ #: inc/core/templates/parts/customize-number.php:96
3559
+ #: inc/core/templates/parts/customize-phone.php:88
3560
  msgid "Require confirmation of the value"
3561
  msgstr ""
3562
 
3563
+ #: inc/core/templates/parts/customize-email.php:74
3564
+ #: inc/core/templates/parts/customize-number.php:100
3565
+ #: inc/core/templates/parts/customize-phone.php:92
3566
  msgid "Confirmation field title"
3567
  msgstr ""
3568
 
3569
+ #: inc/core/templates/parts/customize-legal.php:13
3570
  msgid "Legal text"
3571
  msgstr ""
3572
 
3573
+ #: inc/core/templates/parts/customize-narrative.php:22
3574
+ #: inc/core/templates/parts/customize-number.php:57
3575
  msgid "Format"
3576
  msgstr ""
3577
 
3578
+ #: inc/core/templates/parts/customize-narrative.php:27
3579
  msgid "Each input is required"
3580
  msgstr ""
3581
 
3582
+ #: inc/core/templates/parts/customize-number.php:41
3583
  msgid "Min value"
3584
  msgstr ""
3585
 
3586
+ #: inc/core/templates/parts/customize-number.php:45
3587
  msgid "Max value"
3588
  msgstr ""
3589
 
3590
+ #: inc/core/templates/parts/customize-number.php:62
3591
  msgid "Thousands separator"
3592
  msgstr ""
3593
 
3594
+ #: inc/core/templates/parts/customize-number.php:66
3595
  msgid "Decimal<br>separator"
3596
  msgstr ""
3597
 
3598
+ #: inc/core/templates/parts/customize-phone.php:47
3599
  msgid "International format"
3600
  msgstr ""
3601
 
3602
+ #: inc/core/templates/parts/customize-phone.php:52
3603
  msgid "Default phone number region"
3604
  msgstr ""
3605
 
3606
+ #: inc/core/templates/parts/customize-phone.php:64
3607
  msgid "Allow other regions to be selected"
3608
  msgstr ""
3609
 
3610
+ #: inc/core/templates/parts/customize-radio.php:101
3611
+ #: inc/core/templates/parts/customize-select.php:100
3612
  msgid "Make this option default"
3613
  msgstr ""
3614
 
3615
+ #: inc/core/templates/parts/customize-rating.php:33
3616
  msgid "Rating type"
3617
  msgstr ""
3618
 
3619
+ #: inc/core/templates/parts/customize-rating.php:35
3620
  msgid "No / Yes"
3621
  msgstr ""
3622
 
3623
+ #: inc/core/templates/parts/customize-rating.php:36
3624
  msgid "Scale of 1 to 5"
3625
  msgstr ""
3626
 
3627
+ #: inc/core/templates/parts/customize-rating.php:40
3628
  msgid "Rating visuals"
3629
  msgstr ""
3630
 
3631
+ #: inc/core/templates/parts/customize-rating.php:42
3632
+ #: inc/core/templates/parts/frontend-rating-scale.php:12
3633
  msgid "Stars"
3634
  msgstr ""
3635
 
3636
+ #: inc/core/templates/parts/customize-rating.php:43
3637
  msgid "Smileys"
3638
  msgstr ""
3639
 
3640
+ #: inc/core/templates/parts/customize-rating.php:44
3641
  msgid "Thumbs"
3642
  msgstr ""
3643
 
3644
+ #: inc/core/templates/parts/customize-rating.php:55
3645
+ #: inc/core/templates/parts/customize-rating.php:65
3646
  msgid "Rating Labels"
3647
  msgstr ""
3648
 
3649
+ #: inc/core/templates/parts/customize-scale.php:34
3650
  msgid "Minimum value"
3651
  msgstr ""
3652
 
3653
+ #: inc/core/templates/parts/customize-scale.php:38
3654
  msgid "Maximum value"
3655
  msgstr ""
3656
 
3657
+ #: inc/core/templates/parts/customize-scale.php:50
3658
  msgid "Allow range select"
3659
  msgstr ""
3660
 
3661
+ #: inc/core/templates/parts/customize-scale.php:55
3662
  msgid "Default range from"
3663
  msgstr ""
3664
 
3665
+ #: inc/core/templates/parts/customize-scale.php:59
3666
  msgid "Default range to"
3667
  msgstr ""
3668
 
3669
+ #: inc/core/templates/parts/customize-scale.php:69
3670
  msgid "Min value label"
3671
  msgstr ""
3672
 
3673
+ #: inc/core/templates/parts/customize-scale.php:73
3674
  msgid "Max value label"
3675
  msgstr ""
3676
 
3677
+ #: inc/core/templates/parts/customize-select.php:66
3678
  msgid "Make searchable"
3679
  msgstr ""
3680
 
3681
+ #: inc/core/templates/parts/customize-single-line-text.php:32
3682
  msgid "Show in a tooltip"
3683
  msgstr ""
3684
 
3685
+ #: inc/core/templates/parts/customize-single-line-text.php:47
3686
  msgid "Use value as email subject"
3687
  msgstr ""
3688
 
3689
+ #: inc/core/templates/parts/customize-table.php:34
3690
  msgid "Allow multiple selections"
3691
  msgstr ""
3692
 
3693
+ #: inc/core/templates/parts/customize-table.php:38
3694
+ #: inc/core/templates/parts/customize-table.php:45
3695
  msgid "Columns"
3696
  msgstr ""
3697
 
3698
+ #: inc/core/templates/parts/customize-table.php:39
3699
+ #: inc/core/templates/parts/customize-table.php:55
3700
  msgid "Rows"
3701
  msgstr ""
3702
 
3703
+ #: inc/core/templates/parts/customize-table.php:46
3704
  msgid "No columns added yet. Add one by clicking <i>Add Column</i> below."
3705
  msgstr ""
3706
 
3707
+ #: inc/core/templates/parts/customize-table.php:49
3708
  msgid "Add column"
3709
  msgstr ""
3710
 
3711
+ #: inc/core/templates/parts/customize-table.php:56
3712
  msgid "No rows added yet. Add one by clicking <i>Add Row</i> below."
3713
  msgstr ""
3714
 
3715
+ #: inc/core/templates/parts/customize-table.php:60
3716
  msgid "Type or paste your rows here, adding each on a new line."
3717
  msgstr ""
3718
 
3719
+ #: inc/core/templates/parts/customize-table.php:63
3720
  msgid "Add row"
3721
  msgstr ""
3722
 
3723
+ #: inc/core/templates/parts/customize-table.php:65
3724
  msgid "Or, bulk add rows"
3725
  msgstr ""
3726
 
3727
+ #: inc/core/templates/parts/customize-table.php:69
3728
  msgid "Add rows"
3729
  msgstr ""
3730
 
3731
+ #: inc/core/templates/parts/customize-table.php:78
3732
  msgid "Each row is required"
3733
  msgstr ""
3734
 
3735
+ #: inc/core/templates/parts/frontend-address.php:39
3736
+ #: inc/core/templates/parts/frontend-address.php:54
3737
  msgid "Country"
3738
  msgstr ""
3739
 
3740
+ #: inc/core/templates/parts/frontend-address.php:64
3741
  msgid "City"
3742
  msgstr ""
3743
 
3744
+ #: inc/core/templates/parts/frontend-date-day.php:13
3745
  msgid "Day"
3746
  msgstr ""
3747
 
3748
+ #: inc/core/templates/parts/frontend-date-month.php:14
3749
  msgid "Month"
3750
  msgstr ""
3751
 
3752
+ #: inc/core/templates/parts/frontend-date.php:35
3753
  msgid "Year"
3754
  msgstr ""
3755
 
3756
+ #: inc/core/templates/parts/frontend-date.php:115
3757
+ #: inc/core/templates/parts/frontend-date.php:128
3758
+ msgid "AM"
3759
+ msgstr ""
3760
+
3761
+ #: inc/core/templates/parts/frontend-date.php:115
3762
+ #: inc/core/templates/parts/frontend-date.php:133
3763
+ msgid "PM"
3764
+ msgstr ""
3765
+
3766
+ #: inc/core/templates/parts/frontend-date.php:119
3767
  msgid "Period"
3768
  msgstr ""
3769
 
3770
+ #: inc/core/templates/parts/frontend-rating-scale.php:17
3771
  msgid "%d out of %d"
3772
  msgstr ""
3773
 
3774
+ #: inc/core/templates/preview-form-edit.php:10
3775
  msgid ""
3776
  "This is a preview of your new HappyForm. Once you’ve finished building, you "
3777
  "can add this form to any Page, Post and Widget area. Have questions? <a "
3779
  "our support forums.</a>"
3780
  msgstr ""
3781
 
3782
+ #: inc/core/templates/preview-form-pencil.php:3
3783
  msgid "Click to edit this part."
3784
  msgstr ""
3785
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: contact, contact form, email, feedback form, form, form builder, custom fo
5
  Requires at least: 4.8
6
  Tested up to: 5.0.1
7
  Requires PHP: 5.2.4
8
- Stable tag: 1.6.15
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -80,6 +80,14 @@ Absolutely! HappyForms gets out of the way and is designed to work with any them
80
 
81
  == Changelog ==
82
 
 
 
 
 
 
 
 
 
83
  = 1.6.15 =
84
  * Improvement: Updated "tested up to" tag.
85
 
@@ -347,6 +355,9 @@ Absolutely! HappyForms gets out of the way and is designed to work with any them
347
 
348
  == Upgrade Notice ==
349
 
 
 
 
350
  = 1.6.15 =
351
  * Minor improvement.
352
 
5
  Requires at least: 4.8
6
  Tested up to: 5.0.1
7
  Requires PHP: 5.2.4
8
+ Stable tag: 1.6.16
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
80
 
81
  == Changelog ==
82
 
83
+ = 1.6.16 =
84
+ * New feature: It's now possible to tweak wording for "optional" part label.
85
+ * Improvement: New filter that allows for customization of form submission response json.
86
+ * Improvement: Various labels were missing localization.
87
+ * Bugfix: Responses pagination was misbehaving.
88
+ * Bugfix: Response previous/next links and mark as read were misbehaving.
89
+ * Bugfix: Email part title placement set to "Display as placeholder" was not preserving that setting on input blur event.
90
+
91
  = 1.6.15 =
92
  * Improvement: Updated "tested up to" tag.
93
 
355
 
356
  == Upgrade Notice ==
357
 
358
+ = 1.6.16 =
359
+ * Miscellaneous improvements and bugfixes.
360
+
361
  = 1.6.15 =
362
  * Minor improvement.
363