Embed Forms Navbar

Embed Forms Navbar

Hello, 

I have created a navbar within a page and I would like to embed forms into the difference sections of the navbar.  Can someone please I am unsure where I need to add the code to embed the multiple forms which can be accessible by clicking the relevant button the navbar?

  1. htmlpage Paraplanning_Database()
  2. displayname = "Paraplanning Database"
  3. content
  4. <%{%>    <style>
  5. ul {
  6.     list-style-type: none;
  7.     margin: 0;
  8.     padding: 0;
  9.     overflow: hidden;
  10.     background-color: #696969;
  11. }

  12. li {
  13.     float: left;
  14. }

  15. li a {
  16.     display: block;
  17.     color: white;
  18.     text-align: center;
  19.     padding: 14px 16px;
  20.     text-decoration: none;
  21. }

  22. a:hover:not(.active) {
  23.     background-color: #E6E6FA;
  24. }

  25. .active {
  26. background-color:#C58900 ;
  27. }
  28. </style>



  29. <ul>
  30.   <li><a class="#DB1" href="">DB2</a></li>
  31.   <li><a href="#DB2"</a>DB2</a></li>
  32.   <li><a href="#Report1">Report1</a></li>
  33.   <li><a href="#Report2">Report1</a></li>
  34. </ul>    <div elName='zc-component' formLinkName='Paraplanning' params='zc_Header=true&amp;zc_SuccMsg=Data Added Successfully!&amp;zc_SubmitVal=Submit&amp;zc_ResetVal=Reset'>Loading Form...</div><%}%>