Change submit button text by simple CSS (only for Landing Pages)
Change your existing form button with your choice of text, here is small css code, paste “Landing Page Action” > Edit Meta Tags,
<style>
button {text-indent: -9999px; line-height: 0;}
button::after { content: "MY NEW BUTTON TEXT"; /* Write you own button name */ text-indent: 0; display: block; line-height: initial; }
</style>
This is fastest sweet css code, works in all type of landing pages, please write your feedback or questions...