5dad1fa545
Add GDPR guide tip into form editor
...
[MAILPOET-1476]
2018-10-12 13:39:55 +02:00
f250807be5
Create Acceptance Test FormsCreation
...
[MQ-49]
2018-07-11 11:11:01 +01:00
87dbb7ff96
Updates HTML code/template formatting
2018-06-06 22:18:04 -04:00
3e84a1f8e1
fixing translations
2018-05-23 21:32:59 +00:00
2228f60e2a
adding recaptcha to form wiget
2018-01-15 10:46:06 +00:00
a05f9bf97b
showing the recaptcha
2018-01-15 10:46:05 +00:00
b648852ef5
Rename jQuery Serialize Object function to prevent conflicts [MAILPOET-1190]
2017-10-30 22:49:00 +03:00
609f1b5e67
Tracking new events
2017-08-25 13:19:52 +00:00
618d0c0c9d
Explicitly sets form target to _self as default
2017-08-15 09:49:38 +02:00
2514d87a00
Uses Helper's replaceLinkTags method to replace tags in translation
...
strings
2017-07-08 10:31:33 -04:00
e9dfff8e66
Wrap form widget title as configured by the sidebar
2017-05-29 18:12:51 +03:00
7598363cae
Fixes notification message not displaying dynamic value due to JS
...
encoding
2017-05-05 18:38:49 -04:00
5cd3917f4d
Removes HTML method from form placement
2017-04-26 19:38:19 -04:00
6a65ff5e5d
Removes default version
...
Updates all AJAX requests to include api version
Requires namespaces to have version
Clean up code
2017-04-19 23:34:40 -04:00
b549f83422
Updates form subscription class to use the main API class instead of calling directly API endpoint
...
Modifies forms to pass api_version
Modifies forms to pass store form-specific values (e.g., form_id, email) inside a separate data array
2017-04-19 15:38:16 -04:00
9d358f74dd
Rename a 'method' field in a form widget so it doesn't break the WP interactive customizer [MAILPOET-851]
2017-04-05 18:35:13 +03:00
a3530c3367
Escapes translations for JS output
2017-03-28 11:17:00 -04:00
c27446666e
Translate untranslated strings
2017-02-27 18:33:09 +02:00
8eb04534bc
Fixed translations based on feedback from translators on Transifex
2017-02-20 14:58:53 +02:00
bedfc4f80c
Add context to 'Select' translation strings
2017-01-30 21:35:49 +02:00
9f7ae122e3
Add missing periods to translation strings
2017-01-30 21:33:59 +02:00
c2546e8aed
Filter lists that can be subscribed to using any particular form [MAILPOET-777]
2017-01-25 16:15:42 +03:00
e6bb1666ee
Remove obsolete wysija-newsletters
gettext domain
2016-12-15 20:24:04 +02:00
d32abff78d
display subscribers count in segments selection
2016-09-30 15:23:18 +02:00
ea5c73721b
remove doing_ajax logic from API and created dedicated class for subscription form non ajax submission
2016-09-22 16:24:13 +02:00
6091751a4b
Closes issue 480
2016-09-21 11:54:16 +02:00
f650455a90
forms & newsletters endpoints
2016-09-05 11:55:01 +02:00
213bca8050
fixed rendering of date block + fixed validation for dates
2016-08-16 14:41:53 +02:00
dc97d3115e
updated Custom Field endpoint + Unit tests + form editor update
2016-08-16 12:40:10 +02:00
9a5a3a08c6
- Fixes default date format not being set
2016-08-08 18:23:11 -04:00
fd2103d1aa
- Extracts custom field specific templates/code into a separate template
...
file
2016-08-08 18:23:11 -04:00
7696b6ec5d
- Replaces depreciated Notice .error() method with .fail()
2016-08-08 18:23:11 -04:00
d972b96255
- Updates custom field editor to display errors inside the form
2016-08-08 18:23:11 -04:00
c05a20cff9
Update 28 July 2016
2016-07-29 13:29:05 +03:00
49b65729db
update 14 July 2016
2016-07-14 20:58:12 +02:00
77dd71935a
Update - June 10 2016
2016-06-10 11:13:40 +02:00
08e6430c7d
June 8 2016 Copy review
2016-06-08 17:02:50 +02:00
046127eeba
fixed react forms (new bug discovered on new forms with default values not saved)
2016-05-19 14:30:33 +02:00
8a4dec08e1
- Converts page title headings to H1
...
- Adds "back to list" to subpages
2016-05-10 10:13:57 -04:00
375e70d84b
success messages in both context when subscribing to a form
2016-04-21 12:39:14 +02:00
42d586610e
form subscription only using Router now
2016-04-20 16:59:18 +02:00
f91bfbf473
handle form as iframe
2016-03-22 17:25:25 +01:00
3281ac390e
Improved segment selection errors in form editor
...
- improved error display to make it more obvious (added border on select2 on error)
2016-03-22 17:25:25 +01:00
d731a6b432
toggle segment selection validation on form editor
2016-03-22 17:25:25 +01:00
03c782d4ab
Fixed issue #305
...
- added validation on add/edit Custom Field for multiple values (select/radio)
- disabled Remove link when only one value remains
- Added confirmation message on Reinstall
- Added missing period in Import
2016-02-18 13:14:57 +01:00
5121dbe0c8
Form Editor Round 3
...
- added prefix to form styles so that it does not conflict when multiple forms are on the same page
- added validation on form save for segments
2016-02-12 12:45:07 +01:00
12c9623e2f
Better Error handling for models
...
- added (array)getErrors() to models, returns false if no errors
- converted Forms::saveEditor method to use getErrors
- added error handling on the form editor view
2016-02-03 12:23:42 +01:00
bb1cc997cc
CustomFields
...
- renamed form block type "input" to "text" for consistency with React
- updated CustomFields router to comply with main router
- unit tests for CF router
2016-01-29 17:16:24 +01:00
3b9821fbe1
Remove matching form block when custom field is deleted
2016-01-18 17:46:42 +01:00
cabe2d61b7
Form editor update
...
- when a custom field is updated, the matching form field is now also updated
- ability to toggle "is_required" on First name & Last name
- fixed position of validation errors on segment selection, checkbox and radio
- fixed form subscription not working when using custom fields
- fixed sortable in segment selection after list update (add/remove)
- updated position of messages in form subscription
2016-01-18 17:23:10 +01:00