I have an input button that submits content from the front end for review in the back end. The problem is it doesn't show a confirmation message - it's not setup as a form otherwise this would be easy (I cannot change it to a form either).
The input button has a unique ID - I would like to add a small delay of say 5 seconds when the button is clicked AND it to show a message saying 'thanks the content has been submitted for review'. Is this possible with Javascript or PHP?
The code I have for the button is:
<input type="button" class="button-primary" id="wdqs-post" value="Post">