Support Forum

All Ajax forms do not have animation

UN
Unknown
Member

hello…

All Ajax forms do not have animation while they are doing, and users do not understand that the form is being sent

How to display the animation when the user clicks on the submit button? For example submit button in profile forms or other ajax form?

5 Answers

New Answer

MP Mr Papa
Mr Papa
Member

would need specific examples… anything in the profile displays a popup message that fades away after display on all form submissions…

UN
Unknown
Member

No, So I do not see the default animation.
Animation (saving post….) is displayed in the post or topic submission, but not show in the profile or other ajax form.

YS Yellow Swordfish
Yellow Swordfish
Member

It is there so if you do not see it there is a chance you have some kind of JavaScript conflict with another plugin or maybe your WP theme. You need to check with the wen console and of errors, try and correct them.

SH shahry
shahry
Member

There is no error in my browser console.

Apparently I did not express my intention.

I’m sorry that my English is not good.

More explanation:
In your forum, go to the profile option to set the signature. When you click on the Update Signature
Nothing will be displayed to you during signature setting. Only when the signature is set will you be notified.

During the time of the signature setting(post setting and server response by ajax), the “saving… message” will not be displayed. Like when the post is sent.

The following video is provided by your own forum

https://vimeo.com/230154366

MP Mr Papa
Mr Papa
Member

sorry, afraid this how it works… the only animation we use is the message saved (or error) one…

if you wanted to add additional animations, you would have to add a plugin and hook into the saving process with ajax or js…