WiscWeb - Can’t edit blocks in UW Theme 2.0
Issue
Users will not see the option to edit blocks. In their block inserter window, the message will read “No results found.”

Also, users will not be able to add new blocks by using the slash (/) option.
Cause of issue
The reason this is happening is likely related to Gravity Forms.
Gravity Forms has a few options in their “Embed Form” fly-out that seem to disrupt the typical behavior of blocks within our environment. Particularly, these two options:
- Add to existing content (page or post)
- Create new (page or post)

WiscWeb disables the Gravity Forms block because it gives the impression that you can edit a form within a page, which is not possible. Instead, we drive users to the Shortcode solution, which is more inline with the experience users had in UW Theme Classic and results in less confusion overall.

Since we disable the Gravity Forms block in WiscWeb, the two other embed options will not work as expected and result in users losing their ability to add blocks to a page.
Steps for fixing the issue
Short term solution
The best method for fixing the issue in the short term is to delete the “gfAddBlock” key from your browser’s local storage:
- View one of your webpages in your browser (not the editing view but the front-end, public view)
- Open your browser’s inspection/developer tools
- Right click on the page
- Click Inspect
- Locate the local storage:
- If in Firefox, select the Storage tab
- Select Local Storage
- If in Chrome or Edge, select the Application tab
- Under the “Storage” heading, select Local Storage
- If in Firefox, select the Storage tab
- Find the key called “gfAddBlock”
- Right click on it
- Select “Delete”
- Return to the editor and confirm that you can see blocks in the Block Inserter (Plus icon at the top left of the editor screen)
Long term solution
In the long term, we recommend discontinuing use of the “Add to existing content” and “Create new” options that appear within the larger “Embed Form” flyout. Instead, use the “Copy Shortcode” solution and paste the shortcode into a Shortcode block on the page. This will prevent the issue from recurring.

