Rename text with javascript

Hey Guys,

I'm trying to rename some submit buttons and label text using javascript, but I'm not being successful. Can anyone explain me how can I do it?

Tks!

There's some great examples in the developers documentation, including changing submit button text. From there you'll be able to modify the code to suit, and learn how to target elements in JQuery.

See https://www.knack.com/developer-documentation/#javascript-amp-jquery-examples

Brad