Ok to summarise, basically to make myself clear as i have a habit of not explaining properly and confusing myself
I have a custom form field that has peoples Xbox Live gamertags that they enter. It used to display under their post count etc (if a value was entered) as Gamertag : XXXX (XXXX being the value entered).
What i would like to do now is put that back since upgrading to 3.5.1. It should only display if it has a value entered.
Then after it displays, it should have a VB menu style link on it that displays the following from xbox.com (external URL) :
<iframe src="http://gamercard.xbox.com/XXXX" scrolling="no" frameBorder="0" height="140" width="204"></iframe>
(i hope the code displays as code properly)
So it needs to feed the form field value into the URL as well.
I've seen it done elsewhere so it can be done, but i'm just having issues getting it working since upgrading.
Any help appreciated!