Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to add a link as part of ac: parameter value

Kyng Star August 12, 2021

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>

1 answer

0 votes
Alex Medved _ConfiForms_
Community Champion
August 12, 2021

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 &lt;a href="https://MYEXCELFILE.XLS"&gt;HERE&lt;/a&gt;</ac:parameter>

Alex

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events