Remove progress bar in multistep forms

Add the code below to the Custom CSS field on your Form widget’s Appearance tab:

[class*="FormLayout__ProgressBarContainer-sc"] [class*="FormLayout__Steps-sc"],
[class*="FormLayout__ProgressBarContainer-sc"] [class*="FormLayout__Bar-sc"] {
display: none;
}
1 Like