1
0
-1
1 answer
- 10-1
Hi, I don't think JavaScript allows the minus character in function names, hence the error. You should avoid using the minus symbol in the field ID.
Add your comment...
Hi, I don't think JavaScript allows the minus character in function names, hence the error. You should avoid using the minus symbol in the field ID.
Hello. I have been working on a form, let say form A, which consists of subform B. In the subform B, it has element of popup select box. However, upon accessing the form A, the popup select box element does not get render as it show syntax error, as shown in below screenshots.
However, when accessing the form B directly, this error does not occurs. Additionally, when I import the whole app to another Joget instance, for example, my local Joget, this issue also does not occurs; I was able to see the whole subform B in the form A view, including the popup select box. Plus, if I somehow change the id of that specific field, this issue also gone.
Any ideas on how to troubleshoot this issue, instead of changing the id of the field (since doing this will also require lots of efforts) ? Is there any relation with Joget version as well?
Thank you in advanced!
Any steps you can provide to replicate? Have you tried using latest Joget version?