PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

1.3.13 beta still not Option to hide Province

  1. Einsteinno1
    Member

    Hi,

    Nice Update but still no Option to hide the State/Province Field. Most of us don't need this field

    :) maybe in the full version later

    Posted 13 years ago on Wednesday July 7, 2010 | Permalink
  2. Einsteinno1
    Member

    Hi,

    Because there is still no option to hide the state field and I would like to hide it you gave me the following code to implement into my site.

    <script type="text/javascript">
    jQuery.noConflict();
    jQuery(document).ready(function($) {

    $('#input_2_11.4_container input').attr('value','n/a');

    });
    </script>

    This gives the State field a value and I can hide it with css so it doesn't appear and doesn't get an error because it isn't filled out.

    I tried it,changed the id, eveything but nothing happens. I added this code into my header and it loads, but nothing happens.

    Maybe you can help me with that

    http://www.hai-thai-massage.de/gutschein/gutschein-bestellen/

    Posted 13 years ago on Saturday July 10, 2010 | Permalink