Bug results in scrapbook form block not submitting

Permalink
Hi

I have a scrapbook block which is a form, this is added to the page like so

$block = Block::getByName('Request Callback');
if( is_object($block))
     $block->display();


The form is added to the page and displays fine. Upon submission it does not register the submission, no errors or success message is reported.

I then tried creating an area and adding the black from the scrapbook to that area, this worked.

How do I make this work using the code I already have, as I do not want to have to go through each page to add the block to the new area.

I am using Concrete 5.4.1.1

Thanks.

yolk