Link to Page with a Specific Tab Selected

You should always know how to describe your issue the right way.

You always should mention everything about your SETUP first.

  1. What kind of Editor you use?
  2. What kind of Wix-Elements can be found inside of your project, which are involved into your issue?
  3. Did you use code, which one? If not, did you use a DATASET? (showing an excerpt).
  4. What is the structure of your database, if used?
  5. Ando so on. The more details you give about your setup, the faster you will get HELP.

So in your case, you used → WIX-TAB-ELEMENT ← ???

Your steps would be now the following…

1) You open the Wix-API-DOCS and you search for the element you have used…

https://dev.wix.com/docs/velo/api-reference/$w/introduction

In your case the TAB-ELEMENT…

  1. Then you check, what kind of possibilities are provided for the TAB-ELEMENT. What you can do, when using the TAB-ELEMENT? Check the API for TAB-ELEMENT.

If you have found the function you need → then your wished functionality you want to create will be possible to realize, if not → than you have to search for a → WORKAROUND <— (workarounds are → to 99% always possible).