Hi everyone,
I'm working on some pretty complex views in Formidable, and I'd love to be able to add comments directly in the code to make it easier to manage and update later on. Unfortunately, I've noticed that HTML comments aren't working for me—they cause errors when used inside Formidable shortcodes.
For example, in this snippet:
[if 29 like="profesorado"]
[display-frm-data id="84089" filter="limited" my_param="[27]"]
[/if 29]
I want to add comments like these:
[comment] The field 29 refers to the type of professor [/comment]
[comment] The field 27 is related to the specific call for applications [/comment]
Has anyone figured out a way to include comments like this in Formidable views without breaking anything? If there's no built-in way, maybe someone has a workaround or best practice they could share?
Looking forward to your insights!
Thanks in advance,
Ernesto