- Code: Select all
<script type="text/javascript" charset="utf-8" >
var pd_tags = new Array;
pd_tags['full_name'] = '%%user_full_name%%';
</script>
<script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/1234567.js"></script>
<noscript><a href="http://polldaddy.com/poll/1234567/">Do you think blah blah blah?</a></noscript>
However, the result is not the full name but that line of text. How would I adjust what I have to accomplish this?