• Hello
    When I try to ask a question via this form [dwqa-submit-question-form] I see a processing icon in the Title field, which never disappears.
    When the whole form is filled out and I click “Send”, I never get the message.
    https://youtu.be/_ARHj-IlYuI

    Meanehile, all the other contact forms work properly.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author DesignWall

    (@designwall)

    Yes, this icon loading for the auto filter the question title the same title that you are submitting.
    In this case, you can add the following code to hide this icon:
    .submit-dwqa-question .dwqa-search input.ui-autocomplete-loading {
    background-image: none !important;
    }

    Thread Starter activeenglish

    (@activeenglish)

    Sorry, where does this code go?

    Do I undestand it correctly that, after I have added this code, the users will be able to add their questions ?

    PS: The icon disappeared but the messages, which are sent via this form, will not appear in

    wp-admin/edit.php?post_type=dwqa-question

    So the users add questions, but they do not see the “sent notice” and the admin never gets the questions.

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