You say:
1. Ensure that the email address set in the form’s “Email To” field is correct. This is where the form responses should be sent. You can find that by editing the maintenance page and clicking on the forms block.
Where do you find this? What does “Editing the forms block?” mean? I can’t find anything obvious anywhere. I’ve been to the page code:
<!-- wp:themeisle-blocks/form {"id":"wp-block-themeisle-blocks-form-f9b364b5","optionName":"158_f9b364b5","submitLabel":"Keep me updated","inputPadding":{"top":"16px","right":"16px","bottom":"16px","left":"16px"},"labelColor":"#282525","helpLabelColor":"#282525","inputRequiredColor":"var(u002du002dnv-c-2)","inputBorderColor":"#bbbbbb","submitMessageColor":"#457843","submitMessageErrorColor":"#c66262","submitBackgroundColor":"#282525","inputGap":2,"inputColor":"#131313","inputsGap":16,"submitFontSize":"1em"} -->
<div id="wp-block-themeisle-blocks-form-f9b364b5" class="wp-block-themeisle-blocks-form" data-option-name="158_f9b364b5"><form class="otter-form__container"><!-- wp:themeisle-blocks/form-input {"id":"wp-block-themeisle-blocks-form-input-dee32220","label":"Name","placeholder":"Your Name","isRequired":true,"className":"ticss-6f3ea31f","hasCustomCSS":true} -->
<div id="wp-block-themeisle-blocks-form-input-dee32220" class="wp-block-themeisle-blocks-form-input ticss-6f3ea31f"><label class="otter-form-input-label" for="wp-block-themeisle-blocks-form-input-dee32220-input"><span class="otter-form-input-label__label">Name</span><span class="required">*</span></label><input id="wp-block-themeisle-blocks-form-input-dee32220-input" class="otter-form-input" required="" type="text" placeholder="Your Name" /></div>
<!-- /wp:themeisle-blocks/form-input -->
<!-- wp:themeisle-blocks/form-input {"id":"wp-block-themeisle-blocks-form-input-ed39daf2","type":"email","label":"Email","placeholder":"Your email","isRequired":true} -->
<div id="wp-block-themeisle-blocks-form-input-ed39daf2" class="wp-block-themeisle-blocks-form-input"><label class="otter-form-input-label" for="wp-block-themeisle-blocks-form-input-ed39daf2-input"><span class="otter-form-input-label__label">Email</span><span class="required">*</span></label><input id="wp-block-themeisle-blocks-form-input-ed39daf2-input" class="otter-form-input" required="" type="email" placeholder="Your email" /></div>
<!-- /wp:themeisle-blocks/form-input -->
What am I looking for?