PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Integrate Tabs in form ?

  1. I've a plugin installed for creating tabs in pages

    Is there a way to insert the tab command [tab:Your First Tab] into parts of the form in html blocks ?

    I could then split one form up over several tabs on one page

    I tried just inserting the tab field in the html block and the page itself but both failed

    Thanks

    Simon

    Posted 12 years ago on Tuesday July 12, 2011 | Permalink
  2. Placing the tab markup in the HTML blocks isn't going to work because of how the form markup works. The markup uses list items, so that isn't going to work properly. The plugin you have that creates tabs using shortcodes isn't going to work the way you are thinking. I'm not sure if a good solution for this, I haven't seen anyone implement a tabbed interface yet.

    Posted 12 years ago on Tuesday July 12, 2011 | Permalink
  3. Thanks Carl ....

    I thought I had it as I managed to pass the total from the tab that held the form to tab two using the source code - but then it just got too complicated ....

    Posted 12 years ago on Tuesday July 12, 2011 | Permalink
  4. You may be able to adapt this to use your tabs. This uses the HTML blocks to split up the parent/containing list and wraps each with a div.. this was for a column layout, but you should be able to take the same idea and modify it to create your tab containers.

    http://www.gravityhelp.com/forums/topic/how-can-i-get-the-form-fieldsboxes-side-by-side#post-29425

    Posted 12 years ago on Tuesday July 12, 2011 | Permalink