Hello,
I saw that form information is now available as a smart value e.g {{forms.last.<Field name>}} so I want to use that to create Asset objects.
But when I run this I get some strange error?
The field on the form is Name, but I think that you can not use {{forms.last}} in this way?
Help and thanks
Mark
Just documenting my own journey :-)
I'm going to remove the Form and see if I can write a piece of text.
Okay, so that worked, and the issue is that the smart value {{forms.last.Name}} is empty.
Ok, so I missed a step, when using Form fields.
You do not use the Field Name, but at the bottom of the field attributes, there isa field Key.
You need to give your fields, field keys and its that what you use to get the information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.