• Resolved Manish S

    (@shahmanish877)


    I am trying to add custom validation using javascript. But the input are not showing up in <input> tag or on any other hidden element.

    How can I get the input values?

    Screenshot – https://nimb.ws/1XzQnTg

Viewing 1 replies (of 1 total)
  • Plugin Author Narinder Singh

    (@narinderbisht)

    Hello @shahmanish877
    The browser inspection window will not display the input value. It is applied to other inputs as well. You can try to assign a unique id attribute or direct input name attribute.

    jQuery(‘input[name=your-name]’).val();

    I hope It will help.
    Best Regards
    Narinder.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.