• Resolved MarionFW

    (@marionfw)


    Hi,
    I purchased the pro version today, and run into the problem that the submission form looks rather ugly, with different font types en sizes, some text strong and input fields that are far to small, at least for the suggested reaction).

    Furthermore I have some remarks that are probably feature request for [submit-question]:
    * add and autofill author name and email address for logged in users (I only allow logged in users to submit faqs)
    * Option to choose one or more categories when a user submits a faq
    * Option to add an excerpt in the form (very short description to )

    Hope to hear soon!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Marion,

    Thank you for the feature suggestions. I’ve passed them along to our team and we’ll discuss the viability of implementing it in a future update.

    For the form: it appears that your theme may be overriding some of the plugin styles, which is why the form looks a bit strange.

    Here is some CSS you can add to the “Custom CSS” box (in “Settings”->”Basic”):

    #question_form input[type=text], #question_form input[type=password], #question_form input[type=email], #question_form input[type=url], #question_form input[type=tel], #question_form input[type=number], #question_form select, #question_form textarea {
        width: 100%;}
    
    #question_form label {
        font-weight: inherit;
        color: inherit;
        font-size: inherit;}
    
    #question_form p {
        font-family: inherit!important;}
    Thread Starter MarionFW

    (@marionfw)

    Thanks! That looks much better ??

    I’ll be looking forward to possible new features.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘customizing submission form’ is closed to new replies.