| Post |
|
Guest
| nosharara212 3:28 am August 31, 2009
| |
|
|
Please replace the ??? with your data!
- URL to the FORM: http://???
- The browser used: Firefox
- cforms version: Latest
- Your WordPress version: Latest
Hi,
I am trying to display a mini form in the header (which should load with every page of the website), Can this be accomplished? I tried pasting:
insert_cform();
in the header, but nothing is displayed!
|
|
|
Admin
| Oliver Munich, Germany posts 6002 7:46 am August 31, 2009
| |
|
|
What header? As long as it is in the HTML body you should see it…
URL?
|
|
|
|
|
Guest
| nosharara212 7:13 pm August 31, 2009
| |
|
|
It's in header.php of wordpress, it shows fine on pages/posts, but no display in the .php :(
|
|
|
Guest
| nosharara212 4:30 am September 1, 2009
| |
|
|
<?php insert_cform(); ?> also does not show up at all, and insert_cform(); or <!--cforms--> only show up as text. They work fine and display the form in pages of wordpress, but do not display where I want them (the header.php of my wordpress).
Any help is greatly appreciated!
|
|
|
Admin
| Oliver Munich, Germany posts 6002 7:27 am September 1, 2009
| |
|
|
URL??
can you make a screenshot of the code part in question +- 10 lines above and below?
|
|
|
|
|
Guest
| nosharara212 5:28 pm September 1, 2009
| |
|
|
Hi Oliver,
Thank you for all your support! I got it to work like this:
<?php insert_cform('19'); ?>
Great work!
|
|