• Resolved mstudioIL

    (@mstudioil)


    The console show error:

    
    Uncaught TypeError: Cannot read properties of undefined (reading 'submit_disabled')
    at HTMLInputElement.<anonymous> (cf7-grid-layout-public.js:1:17345)
        at Function.each (jquery.min.js:2:3003)
        at s.fn.init.each (jquery.min.js:2:1481)
        at HTMLDocument.<anonymous> (cf7-grid-layout-public.js:1:17211)
        at e (jquery.min.js:2:30038)
        at t (jquery.min.js:2:30340)
    
Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Can you tell me a little more about your form?

    Are you using the Grid layout for your form?

    Thread Starter mstudioIL

    (@mstudioil)

    Hey, I using the Grid layout, maybe is because I have 2 form?
    one at footer and second on the sidebar?
    will link to one page will help?
    The site is still on development

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Hey, I using the Grid layout, maybe is because I have 2 form?

    are they both created using the grid UI or custom HTML ?

    Anyhow, I introduced an additional validation in the next release to handle this, you can test it by manually upgrading to v4.13RC1 from the GitHub repo.

    Thread Starter mstudioIL

    (@mstudioil)

    I used the Grid layout, but added container like this

     <div class="container">
            <div class="row">
              <div class="columns full text-center">
                <h3>Get a quote</h3>
              </div>
            </div>
          </div> 
    

    Can this because I missing </div>s somewhere?

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Can this because I missing </div>s somewhere?

    no it shouldn’t be related. Anyhow, have you tried the v4.13rc1 version ?

    Thread Starter mstudioIL

    (@mstudioil)

    No, when the update will be ready? I don’t know how the update from GitHub, just upload and overwrite the plugin files?

    Plugin Author Aurovrata Venet

    (@aurovrata)

    No, when the update will be ready?

    I am working to add other fixes from issues raised by other users (rc2 is out already), so hopefully another week or two.

    I don’t know how the update from GitHub

    download the zip file, and upload to your server on your plugins admin page. You have an option to update with a file at the top of the page.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    so this should be resolved with the latest release. I am marking this as resolved, but feel free to reach out if the issue persists.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Error on console’ is closed to new replies.