Title: Problem with form maker, multiple choice
Last modified: June 6, 2017

---

# Problem with form maker, multiple choice

 *  Resolved [yanldst](https://wordpress.org/support/users/yanldst/)
 * (@yanldst)
 * [9 years ago](https://wordpress.org/support/topic/problem-with-form-maker-multiple-choice/)
 * 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](https://wordpress.org/support/users/yanldst/)
 * (@yanldst)
 * [9 years ago](https://wordpress.org/support/topic/problem-with-form-maker-multiple-choice/#post-9201799)
 * [image of this problem](https://drive.google.com/open?id=0B3XpHv3gaDWMbEFsMC1MaDU0UU0)
 *  Thread Starter [yanldst](https://wordpress.org/support/users/yanldst/)
 * (@yanldst)
 * [9 years ago](https://wordpress.org/support/topic/problem-with-form-maker-multiple-choice/#post-9201854)
 * When I edit it in wp-admin page, if I click “other”, the input field is shown
   normally.
 *  Thread Starter [yanldst](https://wordpress.org/support/users/yanldst/)
 * (@yanldst)
 * [9 years ago](https://wordpress.org/support/topic/problem-with-form-maker-multiple-choice/#post-9202444)
 * Has anyone any idea?
 *  Plugin Contributor [Form Maker Support](https://wordpress.org/support/users/formmakersupport/)
 * (@formmakersupport)
 * [9 years ago](https://wordpress.org/support/topic/problem-with-form-maker-multiple-choice/#post-9205730)
 * Hi, [@yanldst](https://wordpress.org/support/users/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](https://wordpress.org/support/users/yanldst/)
 * (@yanldst)
 * [9 years ago](https://wordpress.org/support/topic/problem-with-form-maker-multiple-choice/#post-9207120)
 * Hi, [@formmakersupport](https://wordpress.org/support/users/formmakersupport/)
 * [http://kyanichinese.com/registration-page/](http://kyanichinese.com/registration-page/)
 *  Plugin Contributor [Form Maker Support](https://wordpress.org/support/users/formmakersupport/)
 * (@formmakersupport)
 * [9 years ago](https://wordpress.org/support/topic/problem-with-form-maker-multiple-choice/#post-9212170)
 * Thank you for the link, [@yanldst](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/form-maker/assets/icon-256x256.png?rev=2068681)
 * [Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder](https://wordpress.org/plugins/form-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/form-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/form-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/form-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/form-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/form-maker/reviews/)

## Tags

 * [multiple choice](https://wordpress.org/support/topic-tag/multiple-choice/)
 * [other](https://wordpress.org/support/topic-tag/other/)

 * 6 replies
 * 2 participants
 * Last reply from: [Form Maker Support](https://wordpress.org/support/users/formmakersupport/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/problem-with-form-maker-multiple-choice/#post-9212170)
 * Status: resolved