Como incorporar um áudio no meu formulário?

  • easytermobrasil
    Perguntado em 5 de março de 2024 às 13:51

    Gostaria de saber como posso criar um slide, com o elemento parágrafo/texto com auxílio (narração). Ex o paciente ao receber o Tablet vai poder ler e escutar a mensagem de boas vindas.É como se ele fosse guiado de forma auditiva para completar o formulário

  • Jemuel Jotform Support
    Respondido em 5 de março de 2024 às 14:24

    Hi easytermobrasil,

    Thanks for reaching out to Jotform Support. Our Portuguese Support agents are currently busy assisting other Jotform users. However, I'd be happy to help you in English using Google Translate and you can reply in whichever language you feel comfortable using. If you'd rather have support in Portuguese, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again. 

    I'll need a bit more time to check on this. I'll get back to you as soon as I can.

  • Jemuel Jotform Support
    Respondido em 5 de março de 2024 às 14:53

    Hi easytermobrasil,

    Thanks for your patience, we appreciate it. Sure, you can do it by hosting your mp3 file and HTML file on your web server or adding Spotify or Sound Cloud widgets to your form. Let me show you how:

    Hosting MP3 File and HTML File on your Web Server

    1. You need to host your mp3 file and HTML file on your web server.
    2. After that, you can use the audio tag in your HTML code to embed the mp3 file. Here's an external guide.
    3. Once you have set up the HTML code, you can then embed it into your form using the Paragraph field.

    Como incorporar um áudio no meu formulário? Image 1 Screenshot 30

    <p><audio controls="controls">
    <source src="https://www.computerhope.com/jargon/m/example.mp3" />
    Your browser does not support the audio element.
    </audio></p>

    An easier alternative is to use the SoundCloud widget.

    1. In Form Builder, click on Add Form Elements.
    2. Under Widgets, search for SoundCloud and add it to your form.
    3. Click on the Wand icon, and add the URL of your uploaded audio on SoundCloud.

    Como incorporar um áudio no meu formulário? Image 2 Screenshot 41Here's my demo form. You can clone it to test or inspect.

    Give it a try, and let us know if you need more help.

  • easytermobrasil
    Respondido em 4 de abril de 2024 às 13:20

    Gostaria de saber como pego o URL do meu audio?


  • Jemuel Jotform Support
    Respondido em 4 de abril de 2024 às 14:00

    Hi easytermobrasil,

    Thanks for getting back to us. You need to upload the audio to your SoundCloud account. From there, you can copy the URL and paste it into your SoundCloud widget.

    Let us know if you have any other questions.

  • easytermobrasil
    Respondido em 4 de abril de 2024 às 14:07

    Mais eu gostaria do botão de áudio, não com widget de outras ferramentas, queria incorporar o url no codigo html, que é colocado no paragrafro.


  • Jemuel Jotform Support
    Respondido em 4 de abril de 2024 às 15:01

    Hi easytermobrasil,

    Thanks for getting back to us. You'll need to host your mp3 file and HTML file on your web server. After that, you can use the audio tag in your HTML code to embed the mp3 file, click here to see the guide.

    Let us know if you have any other questions.