Forum Discussion
NarleyBrittes
Mar 19, 2021Copper Contributor
Confirgure list form with JSON
Hi there, I'm having some trouble in conditionally displaying a text depending on if it's a new form or edit form. The following piece of JSON (when on New form type) * JSON for Header *
{
"elm...
- Mar 19, 2021
Ok, I found the issue.
I have
{ "debugMode": true }set.
Oh dear me.
By removing it, fix the problem.
NarleyBrittes
Mar 19, 2021Copper Contributor
Ok, I found the issue.
I have
{ "debugMode": true }set.
Oh dear me.
By removing it, fix the problem.
MbethC
Jan 21, 2022Copper Contributor
NarleyBrittes Hi there. I am having the same issue but not sure what you did exactly to resolve it. So can you remember how to managed to get [$Title] to be recognised as a data object? Please share and I would be so grateful 🙂
- NarleyBrittesJan 21, 2022Copper Contributor
Hi MbethC. In my case I had { "debugMode": true } in my JSON enabled. I just removed that bit and it was all good after that.