Change Subscription button to Submit
Is there a way to change the Subscription button on the Subscription Form to say Submit instead?
-
Jim D. commented
Excellent, that changed it.
Thanks! -
Sergey O. commented
In order to change this button value, just proceed to your site global JavaScript settings and insert this code:
<script>
jq$(document).ready(function(){
jq$('.WaGadgetSubscriptionForm .navigationOuterContainer .navigationContainer .right input[type="submit"]').val('Submit');
});
</script>Refer to this page to find out how to reach global JavaScript settings:
https://help.wildapricot.com/display/DOC/Inserting+and+modifying+HTML+or+JavaScript#InsertingandmodifyingHTMLorJavaScript-InsertingglobalJavaScript