• Your plugin doesn’t set the value, it sets the vlaue instead. I just checked your code and it’s doing this in several places. This is how the HTML is displaying:

    <option class=”iws_country” vlaue=”Antigua And Barbuda” data-id=”10″>Antigua And Barbuda</option>

    It should be:

    <option class=”iws_country” value=”Antigua And Barbuda” data-id=”10″>Antigua And Barbuda</option>

    Please let me know if this will be fixed.

    Steve

  • The topic ‘Value not being set correctly’ is closed to new replies.