@Rez, to include the form steps, update the CSS to the following.
<style>
.btn-primary, .p-step, .form-navigation-pages ul li.active:after, .form-navigation-pages ul li:hover:after {
color: #fff;
background-color: black !important;
border-color: black !important;
}
</style>
They indeed look great, and for further customization, I created some Table Rules:
Whenever a record is created or updated, set the Slider Field to 25 and set Status Field to “Pending”.
Whenever a record is created or updated, if Status Field is “In Progress”, then set Slider Field to a Custom Value of 50.
Whenever a record is created or updated, if Status Field is “In Review”, then set Slider Field to a Custom Value of 75.
Whenever a record is created or updated, if Status Field is “Complete”, then set Slider Field to a Custom Value of 100.
It’s important to set the numbers as “CUSTOM VALUE” and DO NOT use a Radio Field with Assigned Values, as those do create bugs (Took me a while to figure it out but @Chem saved me from that rabbit hole).