Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    The <form> element gets ‘sent’ class added after it has succeeded to send mail, so you can hide it with this CSS rule:

    form.sent { display: none; }

    Thread Starter Kosjka

    (@kosjka)

    Thanks, it works. And what could I add to show sme sentence that the request has been sent?
    Because now it is that it’s completely empty and could cause doubt by the sender

    Thread Starter Kosjka

    (@kosjka)

    I still wonder if i can get a message in the empty page after sending the form.

    Anyone?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hide form after sending’ is closed to new replies.