| Post |
|
Guest
| Sita 6:31 pm February 16, 2008
| |
|
|
I just downloaded the plugin – seems like a great tool. However, I am wondering how to have the form apear on a page as opposed to in my sidebar. Is there a small piece of code to enter? I know with another one I tried I could enter %%wpcontactform%% and the form would appear. Is there something similar for cformsII?
Thanks
|
|
|
Admin
| Oliver Munich, Germany posts 6094 7:25 pm February 16, 2008
| |
|
|
Of course, it's described on the cforms HELP page (look for 'Inserting a form').
|
|
|
|
|
Guest
| Sdevil 2:24 pm March 5, 2008
| |
|
|
Hi
My wp theme does not have a sidebar so i have modified my theme to call it manually (sitewide). In the new version, i have seen the options to specifiy the pages that you want the form to be visible on. Is there a way i can pass this as a parameter somewhere in the code?
Thanks
Sdevil
|
|
|
Admin
| Oliver Munich, Germany posts 6094 8:31 pm March 5, 2008
| |
|
|
You can leave this setting empty, since you want the form to appear on all pages.
|
|
|
|
|
Guest
| Sdevil 7:20 pm March 6, 2008
| |
|
|
Hi Oliver
Thanks for your reply. But the problem is i only want to display that form on some pages and not all. Is that a way i can do this?
Thanks
Sdevil
|
|
|
Admin
| Oliver Munich, Germany posts 6094 6:30 pm March 7, 2008
| |
|
|
You need to add condifitonal statements ("if clauses") to your custom sidebar and only make the cforms function call when on the right page.
|
|
|
|