• How do I Add a Attribute capture in File upload tag on contact form 7
    just like this Vanilla HTML <input type=”file” accept=”image/*” capture=”camera”>
    Badly needed This. Thank You In ADVANCE 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can use this code in your js file
    $(document).ready(function(){
    // access camera in react mobile app
    $( “input[type=’file’]” ).attr(‘capture’,’camera’ );

    });

    Where is that js file? I even try it on code snippet

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Contact Form 7 capture=”camera”’ is closed to new replies.