unable to edit message after submitting
-
I can’t edit the confirmation message on any forms being used, the settings > confirmation page is blank
is it possible to edit this directly in the wp post entry for the form in the mysql table?
I tried using a javascript to swap it on the page where the form runs, but it did not work
<script>
var element = document.getElementById(“wpforms-confirmation-24676”);
element.innerHTML = “New Heading”;
</script>any help/suggestions are much appreciated
thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘unable to edit message after submitting’ is closed to new replies.