It's possible to create a step form where in each step a sound is played?

  • amm_aa
    Asked on January 25, 2019 at 5:33 AM

    Then we ask the answer for that question, The answer it's mixed in the sound.


    thank you

  • roneet
    Replied on January 25, 2019 at 8:46 AM

    You could try adding a Text field to your form and then add an audio tag:

    1520366807screencast Screenshot 10

    Here is the audio tag that you should add:

    <audio src="LINK" controls="controls"></audio>

    Just replace the LINK with a link to your audio file.

    Then you could conditionally show that field.

    Please let us know if that could work for you.

    Thank you!