I'm using confiforms and want to create add a link as part of value .
This is what i want to achieve:
To look at example click HERE
The code I'm using is
<ac:parameter ac:name="values">To look at example click <a href="https://MYEXCELFILE.XLS">HERE</a></ac:parameter>
but after saving.
the output i get is just:
To look at example click
and when i look at code it changes to this
<ac:parameter ac:name="values">To look at example click</ac:parameter>
Hi
Why do you need to modify storage format for ConfiForms configuration?
For example in ConfiForms Field macro, for description field you can have HTML (cleaned from scripts) and that is when put into parameters as-is will be escaped to be something like
<ac:parameter ac:name="fieldDescription">To look at example click <a href="https://MYEXCELFILE.XLS">HERE</a></ac:parameter>
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.