WordCamp Europe 2023 Special Offer - Get 30% OFF any edition with coupon: WC30

My Account

Forums

Home Forums General Multi-step forms Reply To: Multi-step forms

#33340
Tim Littley
Participant

Thanks Mark,

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),