• Resolved coroner24

    (@coroner24)


    On my website, I output a form inside a query element (record). For radio, an output with an image is used, the usual radio works. Nothing works with the image of the second element.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter coroner24

    (@coroner24)

    Solving the problem:

    div.wpforms-container-full .wpforms-form .wpforms-screen-reader-element {
        position: absolute !important;
        height: 40px !important;
        width: 100%!important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        top: 0!important;
        z-index: 10;
        word-wrap: normal !important;
        clip: auto!important;
        opacity: 0;
        cursor: pointer;
    }

    Hey @coroner24 – I’m glad to hear you got that sorted, and thank you for taking the time to let us know. In the meantime, if you have any questions, please feel free to reachout.

    Kindly,

    Hey @coroner24 – We haven’t heard back from you in about 3 days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Radio does not work if the form is used in the query element.’ is closed to new replies.