• Resolved yanldst

    (@yanldst)


    The “other” option input field in “multiple choice” is too short.
    The screenshot of this problem.
    In the figure, the bottom grey square is the input field. It is too small, how can I modify this.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter yanldst

    (@yanldst)

    Thread Starter yanldst

    (@yanldst)

    When I edit it in wp-admin page, if I click “other”, the input field is shown normally.

    Thread Starter yanldst

    (@yanldst)

    Has anyone any idea?

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hi, @yanldst!

    We are very sorry for the inconvenience. Most probably there is a CSS or Javascript conflict on your website.

    Could you please post the link to the page, where you have published your form? We will check the alignment of Other input and suggest a quick CSS fix.

    Thank you! Have a great day!

    Thread Starter yanldst

    (@yanldst)

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Thank you for the link, @yanldst!

    Could you please add the following CSS code to the end of your form theme? It should fix the problem with Other input.

    .wdform-page-and-images .other_input {
        max-width: none !important;
        top: -5px;
        left: 30px;
    }

    Make sure to clear the cache of your web browser before you check the changes. Let us know if it works.

    Thank you! Have a great day!

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

The topic ‘Problem with form maker, multiple choice’ is closed to new replies.