Is there a way to have background music on any form?

  • kendalluber
    Asked on October 16, 2015 at 6:19 PM
    Is there a way to have background music on any form?
  • jonathan
    Replied on October 16, 2015 at 6:36 PM

    Yes this is very much possible as well.

    The simplest way is just embed the hosted audio/music into the form.

    So the steps needed are:

    #1 Host the audio file. You can either upload it on a service that will allow you to share the URL of the audio or upload it on your form using the Upload field.

    #2 Get the URL of the audio file

    #3 Embed the audio to the Form using the TEXT field within an iframe embed code. 

    Is there a way to have background music on any form? Image 1 Screenshot 20

     

    optional: You can HIDE the TEXT field as well so that it does not show up on the form, but the audio/music should automatically play on the background.

    Please open this test jotform http://www.jotform.com/52887216042961 . You should hear the background audio playing. 

    Let us know if you need further assistance.

  • abajan Jotform Support
    Replied on October 16, 2015 at 7:38 PM

    Just to add my 2 cents worth, you could also hide embedded YouTube music videos and have them loop continuously, as in this demo (https://form.jotform.com/52887567741976). If you clone it you'll see that it has the following injected CSS:

    #id_3 {
     display: none;
    }

    This rule hides the form's iFrame Embed widget (please see our widget guide). Removing the rule will allow you to examine the widget's settings

    Is there a way to have background music on any form? Image 1 Screenshot 20

    where you'll see the following in its url field:

    https://www.youtube.com/embed/L9RWzGH8XqQ?version=3&loop=1&autoplay=1&playlist=L9RWzGH8XqQ

    The original URL I got from my browser's address bar while viewing the video on YouTube was just https://www. youtube .com/watch?v=L9RWzGH8XqQ. Altering the URL of any YouTube video and in the same manner would make it loop continuously just like this one.

    Hope this helps.

    Cheers

  • nbicket
    Replied on August 13, 2016 at 11:35 AM

    Hi

    This is the track I'd like to embed as background music:

    https://open.spotify.com/track/5rnDi1tTt4x98UgttDpEc6

    I cannot get it to start automatically and loop. Any help would be very welcome.

     

    If possible, I'd like this track to run after wards, annd then both as a loop.

    https://open.spotify.com/track/5hSYJpuvAPc6B82vekCGlA

     

    This is my form: https://form.jotformeu.com/62244138538356

    Many thanks

    Nicholas

     

     

  • victor
    Replied on August 13, 2016 at 2:19 PM

    To assist you better I have created a new thread that will be answered shortly by our support team

    https://www.jotform.com/answers/905626

    This is so we do not get confused with the current thread and give you an incorrect answer.