Pass a link from CRM view to WordPress
-
Hi,
I am hoping you can help. I have a simple view in Dynamics that I am showing on my WordPress site.
I would like to show the following: (Sorry for the poor formatting, I’m trying to show a table with 3 columns and third column being rendered HTML)
Course……..# signed up……..Link
————————————————
ABC………..2………………Sign up
XYZ………..3………………Sign upWhat I see is
Course……..# signed up………….Link
————————————————
ABC…………2………………..<a href="xxx">Sign up</a>
XYZ…………3………………..<a href="xxx">Sign up</a>
Course and # signed up are pulled from a database and Sign up is a static link that takes users to a portal where they can sign up. The link is being shown in WordPress however, it is treated as text and not HTML. I would like to treat the link as HTML.
The link is always the same, I.e. no matter which course it is, the link takes users to a portal where they can sign up.
Thank you!
- The topic ‘Pass a link from CRM view to WordPress’ is closed to new replies.