Closed AmandaLutzTO closed 3 years ago
I think this might be cause you have a field with the handle user
is the form, correct? Otherwise, I can't see how that would end up being a string of 24
. Are you able to post the full stack trace error with devMode
on, just so I'm looking in the right place.
I have just made a slight improvement to this in the latest branch. To get the fix early, change your verbb/formie
requirement in composer.json
to:
"require": {
"verbb/formie": "dev-craft-3 as 1.3.9",
"...": "..."
}
Then run composer update
.
Thanks @AmandaLutzTO what I was after was a screenshot of the error with devMode
on, as the HTML you've added is pretty difficult to make out unfortunately.
I should also note this is fixed in the latest branch, as I can see you have a field with the handle user
causing an issue here. Will be fixed in the next release
Fixed in 1.3.10
From Craft backend, get Twig Runtime Error when I click on submission.
Impossible to access an attribute ("cpEditUrl") on a string variable ("24"). in /home/.../vendor/verbb/formie/src/templates/submissions/_edit.html {{ submission.user }}
Steps to reproduce
Form settings
Additional info
Additional context Happening on all submissions from all forms