Pro Form button formatting

Hello,

Not sure if this is a bug or if I am doing something wrong:

  1. I removed the button style:
    image

  2. I styled the button by adding the font colour (white) and background (orange), but this does not display properly
    image

I am using the beta 3 version.

Thanks,
Philippe

Are you styling the button trough the “Style” tab? This will not work, as the root of this element is the element wrapper. Please use the “Style” group in the “Content” tab to style this button.

Or, alternatively, you can use any other default button. Just assign the type=submit attribute and it will submit your form. You would need to handle an optional loading circle by yourself though.

Thanks Daniele. You are correct, I formatted the button in the wrong tab.

1 Like