Expandir la barra de logros de la comunidad.

RESUELTAS

Custom design of Radio Button in Adobe Designer

Avatar

Level 3

I am working on a PDF project in Adobe Designer and wondering if there's a way to use a custom design for radio buttons. I know I can use different style for the radio button (star, diamond, cross, etc.). 

 

0experience_0-1701261002467.png

 

However, I'm thinking of putting a '?' inside a circle or square (instead of star). Plus, when clicked, I want it to pop up a message box.

 

0experience_1-1701261103195.png

 

Any ideas or tips on how to do this?

Temas

Los temas ayudan a categorizar el contenido de la comunidad e incrementan la posibilidad de encontrar contenido relevante.

1 solución aceptada

Avatar

Respuesta correcta de
Level 3

I would not use a radio button. I would use a regular button. 

 

koolForms_0-1701265914376.png

koolForms_1-1701265959396.pngkoolForms_2-1701265986211.png

Then put the code you need for the message in the click event of the button.

Ver la solución en mensaje original publicado

2 Respuestas

Avatar

Respuesta correcta de
Level 3

I would not use a radio button. I would use a regular button. 

 

koolForms_0-1701265914376.png

koolForms_1-1701265959396.pngkoolForms_2-1701265986211.png

Then put the code you need for the message in the click event of the button.

Avatar

Level 3

@koolForms thanks that works