Okay
  Public Ticket #1463749
Contact Form in Contact Page
Closed

Comments

  •  3
    Pietro started the conversation

    Hi there,

    regarding this ticket i've submitted few months ago, you guys told me that in the next updates you would have made possibile to disable the contact form js by adding this this code: 

    <script> var oxygen_disable_contact_form_js = 1;</script>

    But it's not working with the latest update.

    Thanks

  •  1,560
    Laborator replied

    Hi Pietro,

    On which of your sites is this happening, there are many staging sites so I need to know on which one you are trying to implement that.

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    Pietro replied

    Hi Art,

    you always give us the same answers. Please let us talk with whom handled the problem in the first place, therefore Arlind. He knows the problem and knows how to solve it.

    Thanks


  •   Pietro replied privately
  • [deleted] replied

    Hi Pietro,

    In our contact form this is implemented:


    (view large version)

    I am not sure why is not working. You just have to add this code in Theme Options > Footer > Tracking Code:

    <script>
    var oxygen_disable_contact_form_js = true;
    </script>
    
    This will disable Contact Form processing (validation). Can you tell me if this works for you?