change style of individual button on a form

I have a custom button and want to change its style (for example color red). All other buttons must keep the default style.

There is a property “CSS style” but only 2 options available: default and disabled, none of them can help me out.

Any suggestions?

Re: change style of individual button on a form

What kind of button is it? Javascript or PHP??? I think if it’s a javascript button, you have the option of making the button an image. That way you should be able to make the button whatever you want, you just have to make the image.

Re: change style of individual button on a form

Is this still an issue? You can add buttons style in the template designer and have as many styles as you want. I created a red button for delete in some forms.

Regards,
Scott.

Re: change style of individual button on a form

since your post it’s not an issue anymore, thanks Scott!