HI everyone
I am trying to use two fields to give myself a linked button that has a different ID for each form submission in the item view of the search and list.
In the item view, I have a field that is a text field where we store a URL
Then in the Item Fields view, I have the field 'ebprofilego'
I have applied typography to it using html+ as per the following
<a href="/*value*" role="button">View Profile</a>
THAT ALL WORKS GREAT, if I click the link in the list, it takes me to the correct article
WHAT I CAN'T WORK OUT HOW TO DO IS
I want to wrap that html in a div with an ID like this
<div id="xxxxxx">
<a href="/*value*" role="button">View Profile</a>
</div>
Where xxxxxx has to be the value taken from a different text field in the same form.
Can anyone help me with the correct code to get the value of the second field 'ebidspecialist' as xxxxxx in the wrapping div of the first field please
Thanks all
Jacqui