• Resolved jimmywb

    (@jimmywb)


    Does this plugin support embedded images in the google form? I added one to my form and the output HTML has the infrastructure, but is missing the actual image.

    <div class="ss-item  ss-embeddable-object-container wpgform-dontsplit">
    <div class="ss-form-entry">
    <h2 class="ss-q-title"></h2>
    <div></div>
    </div>
    </div>

    Thanks in advance!

    https://wordpress.org/plugins/wpgform/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    Support for images within a Google Form is something fairly recent although I am not exactly sure how recent. Because images weren’t originally supported, the IMG tag was not included in the list of allowed HTML elements. Google Forms uses wp_kses() to limit the HTML to just what is needed for the form (it makes it east to strip of the header and other unused markup.

    I will take a look at supporting the IMG element but it may be a day or two before I get to it, I have a lot of stuff on my plate at work.

    Thread Starter jimmywb

    (@jimmywb)

    No rush and thanks for the prompt response!

    Plugin Author Mike Walsh

    (@mpwalsh8)

    I have added support for images embedded in a Google Form in v0.69.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form embedded image’ is closed to new replies.