<!-- Thanks for contributing ! Please note: - These comments won't show up when you submit your issue. - Please choose a descriptive title, ex. : "The field is not anymore displaying the WP Forms". - Try to provide as many details as possible on the below list. - If requesting a new feature, please explain why you'd like to see it added. --> I'm making an ACF Gutenberg Block, containing an ACF WP Forms field. It appears to work correctly in the block, allowing the user to select a form as expected. In the page however, the form does not appear. Instead the string '90' appears, which is the shortcode number for the form. #### Version information * Plugin version : Latest * PHP : 7.4 * WordPress : 5.4.1 * ACF version : 5.8.11 Pro * WP Forms version : 1.6.0.2 Basic #### Steps to reproduce Here's my ACF configuration: <img width="787" alt="Screenshot 2020-06-01 at 12 02 43" src="https://user-images.githubusercontent.com/16737524/83403073-df814380-a3ff-11ea-914c-b701e2f90b18.png"> It was created using [the instructions here](https://www.advancedcustomfields.com/resources/blocks/) #### What was expected Form to be displayed in front end #### What happened instead Shortcode number displayed instead