My form does not work on all browsers.

  • photosimile
    Asked on December 11, 2014 at 1:02 PM

    Hi,

    My form http://www.jotform.co/form/43428179767873

     

    Works on: Mac Firefox yes,  PC internet expoler yes,

    but google chrome mac and PC, nor Safari allow the third option of a I want..... a quote to open.

     

    Help would be great!

    Thanks

    Steve S.

  • Jeanette JotForm Support
    Replied on December 11, 2014 at 3:48 PM

    The option displays the hidden fields if you use the direct link of the form. The problem is on the page where the form is embedded because there are some javascript libraries in conflict with form's code. To solve the problem.

    I would recommend you to find this jquery reference: (it's at line 19)

    <script type="text/javascript" src="res/jquery.js?57"></script>

    And insert this noconflict function right after that.
    <script>jQuery.noConflict();</script>