Copy link to clipboard
Copied
Hello everyone,
I need a bit of help on this one. I have two radio buttons that I have inserted into my form - one is print the form and the other is Submit the form. Both have javascript and they work - BUT i want the name of the buttons to show up all the time not just when you hover over them. Does anyone know how i can accomplish this?
Thanks so much!!!!
Copy link to clipboard
Copied
That's because it's not a button, it a radio-button, and radio-buttons don't have a visible text component (a "label"). You'll need to add one separately next to it.
Copy link to clipboard
Copied
You need to set the Label property, under the buttons' Properties, Options tab.
PS. What you're seeing when you hover over the field is not the field's name, but its tooltip value. That can be set under Properties - General.
Copy link to clipboard
Copied
I don't have that option:
Copy link to clipboard
Copied
That's because it's not a button, it a radio-button, and radio-buttons don't have a visible text component (a "label"). You'll need to add one separately next to it.