I will open a ticket for adding a hide tabs setting 🙂
In the meantime for reference to other users, aside from checking the hidden option for each individual tab, you should also add the following custom css to fully hide tabs:
.wsf-tabs {
display: none;
}
This may need to be done outside of WS Form
This reply was modified 2 years, 3 months ago by Tim Littley. Reason: figuring our markdown syntax for displaying code in post
This reply was modified 2 years, 3 months ago by Tim Littley. Reason: figured out there is no language options (i.e. ```css),