Embedding Videos is the same process as Embedding URLs, but (for YouTube videos for example) instead of embedding just the video’s URL in the Formula - Rich Text field, you need to click on the Share, Embed links for a video

         


 To copy and paste that code into the Formula - Rich Text field instead, which will look like this:

NOTE: You must replace the inside double quotation marks inside the URL YouTube generates (highlighted) with single quotation marks that QB expects. But the entire URL needs to have double quotation marks.


“<iframe width="560" height="315" src="https://www.youtube.com/embed/qGgCGSAQk3g" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>”


When you size the URL field embedded in your form to the size you want the embedded video to display, it will display like this and play from within the form:


To embed Vimeo videos, click on Share (paper airplane icon in the upper right of your video), 

Copy and paste the Embed code in your Formula Text field as shown above for YouTube.  Replace the quotation marks just like with YouTube embed code, and also, wherever you see 

src='https://player.vimeo.com/video/256666002?portrait=0&title=0'

Remove everything after ? including the ?

src='https://player.vimeo.com/video/256666002' 


So the resulting formula code looks like this:


Related Articles:

  1. Template Properties
  2. Adding a New Field to an Existing Template
  3. Embedding Images/ Photos in Forms
  4. Embedding Links/ URLs in Forms
  5. Embedded Reports