Jump to content
  • 0

Creating Tabbed Interface In Oxwall


wfadmin

Question

I have a multipage form that I'd like to deploy using a tabbed interface. I'd like to deploy the datapages on our Oxwall site on a blank page. Up to now, I've managed to embed the deploy code for one page, but I'm having a hard time figuring out how to create the tabbed interface given the existing Caspio tutorials. 

 

I have the datapages linked through passing parameters, and so Tab1 would route to Tab2 to Tab3, etc.

 

Any help on how to set up the html would be greatly appreciated!

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hi,

 

Consider using the following solution. Deploy datapages in different html files. Set up redirection for each datapage. So, datapage1 should redirect to the deployed datapage2 and so on.

 

You could use the html code for the webpage like in the example below:

 
<ul>
<span>
<li><a href="index.html" class="selected">Manage Members</a></li> 
<li><a href="eprofile.html">My Profile</a></li>
<li><a href="profile_password.html">Change Password</a></li>
</span>
</ul>

Take a look at the live example of using this html code in the membership directory ready made app. This example doesn't contain redirection, but I think, you'll get the idea.

 

Hope it helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...