Adding a form to the menu
Here's a step by step guide that helps you add a form to your main menu:
In Joomla 1.0.x
- Go to Manage forms, and click on Preview next to the form you want to add
- Copy the link (where you are taken to)
- Go back to Administrator > Menu > mainmenu > New > Link-url
- Give the new menu item a title, and paste the previously copied code
In Joomla 1.5.x
Solution 1:
- Go to Manage forms, and look at the last column (form id). Let's assume your form id is 1
- Go to Administrator > Menu > mainmenu > New > Internal > RSform!
- Give your menu item a name, and on the right side, in the Parameters tab, in the Form Id textbox type 1 (the form id)
Solution 2:
- Go to Manage forms, and click on Preview next to the form you want to add
- Copy the link starting from index.php(something like: index.php?option=com_forme&fid=1)
- Go back to Administrator > Menu >mainmenu > New > External >
- Paste the link and give your menu item a title.
One person found this article helpful.