As far as I know, it’s not possible. The only thing you can do is to add custom CSS
.my-forms-class input[type=submit] { color: red };
if you know a way to add URLs into CSS, not sure if that’s something at all, that might be your solution.
As far as I know, it’s not possible. The only thing you can do is to add custom CSS
.my-forms-class input[type=submit] { color: red };
if you know a way to add URLs into CSS, not sure if that’s something at all, that might be your solution.