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
My steps..
Downloaded the entire site on through and then used phpmyadmin to export the database.
I usually export the full structure only and then database only without the cache.
I then installed and imported everything locally.
When I try to run the site I locally I get an index page that seem to have no CSS of JavaScript ..
I can't sign in to try do a recache.
The error I get on the login page is "
I am using Drupal 8.
I was trying to use the drupal export tool found in 'admin/config/development/configuration/single/export'
The way I understand that I have to "export" the content types and their fields is by selecting them in the selector and copying and pasting the structure in a file with the name that appears below
What I was trying to export was a content type with its fields.
I was able to export both, the fields and the type of content, I put this into a module that I created, inside "config/install".