-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a dynamic block to replace the [bw_contact_form] shortcode #7
Comments
To test #8 we'll change the registration of the Contact form block so that Gutenberg enqueues the styles. |
Changing the edit: method to return using parentheses rather than square brackets seems to resolve the annoying react message about duplicate keys. It'd be nice to know why... but I'll check in this version anyway. |
The Contact form already works with Gutenberg v4.0.0 but the following changes could be made anyway.
|
The Contact form block is now delivered in oik. See bobbingwide/oik#138 |
The [bw_contact_form] shortcode displays a simple HTML form.
We would like to be able to use the existing logic in a dynamic block.
Requirement
Proposed solution
The text was updated successfully, but these errors were encountered: