Did you manage to fix the segmentation fault @yaschangmailcom ? I experience the same at my local development machine and it appears to be related to my .htaccess file. Any thoughts?
Okay I kind of fixed it.
For this particular case, instead of
render_block($block)
I could use:
echo apply_filters( 'the_content', render_block( $block ) );
This works as long as the contact form is not in a block-column. That was my initial plan but I’ll fix that in CSS.
-
This reply was modified 4 years, 6 months ago by silverfactory. Reason: typo
I think the following plugins (extenstions to CF&) would help you if they would work.