• Resolved conflit-rgp

    (@conflit-rgp)


    I just downloaded VFB v. 2.4.1 and there is a validation error in the file visual-form-builder.php

    This error prevents the css styling of radio button labels to appear correctly in lower versions of IE.

    There is an extra double quote in the line 2173

    before:

    checked( $default, ++$option, 0 ) . ' " />'.

    after:

    checked( $default, ++$option, 0 ) . ' />'.

    http://wordpress.org/extend/plugins/visual-form-builder/

Viewing 1 replies (of 1 total)
  • Plugin Author Matthew Muro

    (@mmuro)

    Yeah…I know it’s there. I corrected this while working on the next update to the Pro version. In other words, this will be fixed in the next update to the free version.

    Thanks for the feedback!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Visual Form Builder] Extra double quote in code’ is closed to new replies.