Getting value of defined property inside HTML
Hello Guys,
I need to plug an iFrame inside Pega having a defined URL. I have succeeded doing it by using a section and by putting the following line inside its HTML section :
<iframe src="DEFINED_URL"></iframe>
The iFrame opened perfectly with this static URL. But, if this URL is dynamic and it has a parameter that reads from the property inside the object (let's say we want to render the iFrame based on a certain property called "email" for example => URL becomes "http:// .. && parameter = <email variable value>", how to get dynamically the value of this property inside the HTML ?
Thanks in advance,
Rosy