Own forms with animated "Sending" button?

Hello,
this code shows manually the success message of the webflow-form, if you use your own php-script to send forms:

parent = $(form.parent());
parent.children('form').css('display','none');
parent.children('.w-form-done').css('display','block');

But how is it possible to show the “Please Wait…” state of the button which Webflow shows while sending?

Thank you ^^’

1 Like

No one can help? :frowning: