From c99a074a7371e29ecb0936690e42803e14a7cf1c Mon Sep 17 00:00:00 2001 From: Jeremy Herve Date: Wed, 23 Oct 2019 10:41:21 +0200 Subject: [PATCH] Changelog: add #13745 --- readme.txt | 1 + to-test.md | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/readme.txt b/readme.txt index 43986d42b3677..8a7a079c6bf2d 100644 --- a/readme.txt +++ b/readme.txt @@ -107,6 +107,7 @@ There are opportunities for developers at all levels to contribute. [Learn more * Block Editor: provide block previews for Jetpack blocks. * Block Editor: allow authors to upload videos to our Jetpack Videos service from the Video Block. * Block Editor: add image size option to the Slideshow block. +* Block Editor: add new post-submission settings to the Form block. * Connection flow: update connect buttons on main dashboard page and plugins page to use the new connection flow. * Connection flow: add plan billing period toggle. * Dashboard: update styles for visual parity with the WordPress.com dashboard. diff --git a/to-test.md b/to-test.md index 68d43dbecfcea..489327014ffd0 100644 --- a/to-test.md +++ b/to-test.md @@ -10,6 +10,15 @@ Both the MailChimp and the SlideShow blocks now work well with the AMP plugin. To test this, try adding either of those blocks to a site where you use the AMP plugin. When visiting your site on an AMP view, you should be able to use the 2 blocks with no issues. +#### Contact Form + +We've added a new option to the Form block. When adding or editing a block in the block editor, you should now see a new "Confirmation Message" setting in the block sidebar. That setting will allow you to do one of 3 things when a visitor submits a form on your site: +- Display a summary of the form they just submitted. This used to be the only option until now. +- Redirect to a new URL, either on your site or anywhere else. +- Display a custom confirmation message. + +Try to edit existing forms, and creating new ones. In both cases, the 3 options should behave as advertized. + #### VideoPress This should be a big improvement for folks using Jetpack Videos on their site and using the Block editor. Until now, you had to go to the WordPress.com dashboard or to Media > Library to be able to upload videos to VideoPress. You would then go to the block editor and insert those videos you had uploaded earlier.