diff --git a/README.md b/README.md index c558fd8f..697c2cb8 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,6 @@ If you are upgrading to version 1.6.0, you will need to updated any references t ## Frequently Asked Questions -### Can I have multiple forms on one page? - -No, only one form should exist per page, no matter the display type (block, widget, or shortcode). - ### Why am I not seeing all my fields in my form? You need to ensure that the fields are enabled both in your Mailchimp account (Audience > Signup forms) and in the settings of this plugin. Once the fields are enabled in both places, then they'll appear in the editor and frontend of your site. diff --git a/assets/css/frontend.css b/assets/css/frontend.css index 5c6f7809..5fddac1f 100644 --- a/assets/css/frontend.css +++ b/assets/css/frontend.css @@ -9,7 +9,7 @@ div.mc_interest{ width:100%; } -#mc_signup_form label.mc_interest_label { +.mc_signup_form label.mc_interest_label { display:inline; } .mc_signup_submit { @@ -35,7 +35,7 @@ ul.mc_list li { margin-bottom: 0.75em; } .mc_custom_border_hdr, -#mc_subheader { +.mc_subheader { line-height: 1.25em; margin-bottom: 18px; } @@ -86,15 +86,15 @@ select.mc_select { .mc_interest input { margin-bottom: 0.4em; } -#mc_signup_submit { +.mc_signup_submit_button { margin-top: 1.5em; padding: 10px 8px; width: 80%; } -#mc_unsub_link a { +.mc_unsub_link a { font-size: 0.75em; } -#mc_unsub_link { +.mc_unsub_link { margin-top: 1.0em; } .mc_header_address, @@ -110,7 +110,7 @@ select.mc_select { .mc_email_type { padding-left: 4px; } -#mc-indicates-required { +.mc-indicates-required { width:100%; margin-top: 1em; } diff --git a/includes/blocks/mailchimp/block.json b/includes/blocks/mailchimp/block.json index 476b4d52..c5049bed 100644 --- a/includes/blocks/mailchimp/block.json +++ b/includes/blocks/mailchimp/block.json @@ -46,7 +46,6 @@ }, "supports": { "html": false, - "multiple": false, "reusable": true, "align": [ "wide", "full" ], "__experimentalBorder": { diff --git a/includes/blocks/mailchimp/edit.js b/includes/blocks/mailchimp/edit.js index da4d2467..aaa97b87 100644 --- a/includes/blocks/mailchimp/edit.js +++ b/includes/blocks/mailchimp/edit.js @@ -328,9 +328,9 @@ export const BlockEdit = (props) => { value={header} onChange={(header) => setAttributes({ header })} /> -