Last Updated on February 4, 2023 by Neil Murray
We have added CF7 shortcodes block into WordPress editor. It has similar feature and interface with default Contact Form 7 and WordPress shortcode block. While developing, we do several tests for the block to avoid error or conflict with other JavaScript code that can break the whole page.
A. Add new Contact Form 7 Shortcode block.
☑ Block preview works correctly
☑ Clicking the block icon should add a new block.

B. Shortcode features
☑ Typing in the shortcode input text should show a popup with all CF7 shortcodes.
☑ Clicking outside the block should hide the popup.
☑ Clicking the shortcode from the list should hide the popup.

C. Interaction with other blocks
We use WordPress Popover library for suggestions popup and it should have no conflicts with other block that uses it.

☑ Inserting or editing link within WordPress block should not affect CF7 Skins shortcode.
☑ TODO [ another block uses popup ]
NOTES
Add notes here