D dondomainer Active member Sep 17, 2016 #1 I use : Rich Text Box HTML display value : Code: <iframe width="560" height="315" src="https://www.youtube.com/embed/ {$fieldId} " frameborder="0" allowfullscreen></iframe> And as you can see in the picture, the youtube player is displayed, but it gives me error.
I use : Rich Text Box HTML display value : Code: <iframe width="560" height="315" src="https://www.youtube.com/embed/ {$fieldId} " frameborder="0" allowfullscreen></iframe> And as you can see in the picture, the youtube player is displayed, but it gives me error.
D dondomainer Active member Sep 17, 2016 #2 done. Code: <iframe width="560" height="315" src="https://www.youtube.com/embed/{$value}" frameborder="0" allowfullscreen></iframe> Upvote 0 Downvote
done. Code: <iframe width="560" height="315" src="https://www.youtube.com/embed/{$value}" frameborder="0" allowfullscreen></iframe>