I have created an Audio input form.

  • techreachviy
    Asked on February 20, 2018 at 2:29 AM

    I have created an Audio input form. But the flash is not loading due to which no one can record their answers. 

    Jotform Thread 1389885 Screenshot
  • mksglu
    Replied on February 20, 2018 at 3:30 AM

    I have cloned and test your form to reproduce the issue and It seems  the widget is working as expected on   our end without any issue. 

    This may be a browser-originated issue. I recommend you to check the browser microphone settings and allow the option as seen below. 

    If you still have a problem, please provide us the browser and device details so we can investigate it further.

    1519115391microphone Screenshot 10


  • techreachviy
    Replied on February 20, 2018 at 3:38 AM

    I have pasted the screenshot for the browser settings. 

    I use a Mac OS High Sierra. Hope these details are sufficient. Do let me know if anything is required.

    1519115829Screen Shot 2018 02 20 at 2 Screenshot 10

  • Ardian_L
    Replied on February 20, 2018 at 6:36 AM

    AudioCapture permission has been blocked because of a Feature Policy applied to the current document. Which means you can not use that feature on the URL. You need to generate the iframe code of the form to add that to your website and add this attribute allow="microphone;"

    Please check the link below on how to get the iframe code of the form:

    https://www.jotform.com/help/148-Getting-the-Form-iFrame-Code

    Note: You need to add the attribute on the iframe for example:

    <iframe src="https://example.com" allow="microphone;"></iframe>

    Let us know if you have any other question.

  • techreachviy
    Replied on February 20, 2018 at 8:23 AM

    Thanks Ardian and mksglu

    Ardian I have tried your suggestion in the below page in our website but it still does not work. 

    http://reachivy.acodez.ca/audio-interview.html

    Looking forward for your advice.

  • Ardian_L
    Replied on February 20, 2018 at 9:49 AM

    I have tested out your website on another browser Mozilla Firefox and it worked fine on my case because I allowed permission to use my microphone. 

    1519137893Permision Screenshot 10

    And probably it's not working on your case because you have blocked those on your browser. If you previously disallowed access to your mic in Chrome, you will need to enable it in your Google Chrome settings in order to use it once again. Please follow the steps from the link below on how to do that: https://support.google.com/chrome/answer/2693767?hl=en

    I would suggest to put this link on your form, so your users could follow the steps if they have previously blocked microphone on Chrome.

    Please let us know if you have any other question.