I am using JetPack plugin to create some custom contact form on the page .
I created a Block-hook using elements and added a form there and made sure it shows on each every post page of the site . Now the issue is when the submit the form it doesn’t show the submission message that is usually shown by the JetPack plugin . It submits the message and I can see that in the Form response section.
But there is no way to show success message to the user , Now I can use custom javascript to show the status message but there is no way to verify the mail is being sent out or not .
There is also a conact form on the Contact page on the site which is create using jetpack which works fine . I submit the form the it shows the success message.
