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?
- htmlpage Paraplanning_Database()
- displayname = "Paraplanning Database"
- content
- <%{%> <style>
- ul {
- list-style-type: none;
- margin: 0;
- padding: 0;
- overflow: hidden;
- background-color: #696969;
- }
- li {
- float: left;
- }
- li a {
- display: block;
- color: white;
- text-align: center;
- padding: 14px 16px;
- text-decoration: none;
- }
- a:hover:not(.active) {
- background-color: #E6E6FA;
- }
- .active {
- background-color:#C58900 ;
- }
- </style>
- <ul>
- <li><a class="#DB1" href="">DB2</a></li>
- <li><a href="#DB2"</a>DB2</a></li>
- <li><a href="#Report1">Report1</a></li>
- <li><a href="#Report2">Report1</a></li>
- </ul> <div elName='zc-component' formLinkName='Paraplanning' params='zc_Header=true&zc_SuccMsg=Data Added Successfully!&zc_SubmitVal=Submit&zc_ResetVal=Reset'>Loading Form...</div><%}%>