Accepted botton code with OfferData dinamyc URL
Hi,
I need to configure an Accepted button with a dynamic URL, taking a property in OfferData as source. Is this possible?
I tried to configure a section with Accepted botton HTML Code but the "href" call <pega:reference name='.OfferData.URL'></pega:reference> but when I send the treatment and click the botton does not impression Accepted
It is HTML code section
<tr> <td align="center" bgcolor="#FFFFFF" style="padding: 15px 40px 30px 40px;border-spacing:0"><span><span><a class="mktbutton" href="<pega:reference name='.OfferData.URL'></pega:reference><pega:include name='MKTEmailLink' type='Rule-HTML-Section'><pega:param name='SuppressHref' value='False'/><pega:param name='Trackable' value ='true'/><pega:param name='Resp' value='Accepted'/></pega:include>" id="wordmerge" style="cursor: pointer; background: #1075bb; border: none; padding: 10px;padding-left: 35px;padding-right: 35px; color: #fff;font-size: 14px;font-weight:normal;text-decoration: none">¡Empecemos!</a></td> </tr>
Thank you