pl92630
Member
Posted 11 months ago #
I'm currently using the paid version of GWA autoresponder on my wordpress blog. I want to change the field name from "Name" to "First Name" and also change the "Add" button to "Get Instant Access" on the subscription form.
How do I make those changes?
Thanks
pomspot
Member
Posted 11 months ago #
You can do this in the subscription form editor and in the raw html code for the form. The button value="..." tag is the text to change the button label. The other is just text. You need to checkout a simple tutorial on customizing html forms, this is basic stuff.
pl92630
Member
Posted 11 months ago #
Thanks. The subscription form editor was kind of confusing, but I was able to change the field name after all.