1. bobdylan
  2. General
  3. Tuesday, April 13 2021, 01:17 PM
Hi with editing is this possible to have the registration page to not use tabs
but only edit profile page to use tabs?


View the form in tabs
(Registation and edit profile views)

Thanks
admin Accepted Answer
Admin
Hi,
this is no possible natively, anyway you can do this with a simple CSS code like this:
#member-registration .z-content{display:block !important;position:relative !important}
#member-registration #jsn-form > ul{display:none !important;}
#member-registration .jsn_registration_controls > *{display:inline-block !important}
#member-registration .jsn_registration_controls .next-button{display:none !important}
#member-registration fieldset > legend{display:block !important}
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.