I like to create a block to display at the top region with an arrow. By default, block will be shown or hidden. I should be able to hide the block by clicking the up arrow. I also should be able to display the block by clicking the down arrow.
Today I'm not able to place a block anywhere: when I click on "Place block", nothing happens, but I find the following log:
LogicException: Render context is empty, because render() was called outside of a renderRoot() or renderPlain() call. Use renderPlain()/renderRoot() or #lazy_builder/#pre_render instead. in Drupal\Core\Render\Renderer->doRender() (linea 243 di /home/customer/www/xxx/public_html/core/lib/Drupal/Core/Render/Renderer.php).
I use the webform views integration module. There is a nice video from Jacob Rockowitz at youtube.
But I'm not able to add submitted values to the views at this path "/USER/{USER}/SUBMISSIONS". At the path " /admin/structure/webform/ " the values are viewable. Is there a way to add the values to the desired path?
I try to let the user define a few input values like amount and price liter
The View allready has all the data, i just need to get these inputs in a math expression field in my view, so the user can see which is the most effective machine.
Example: User sets Amount to 5 and liter per hour to 20