| Post |
|
jars - Guest
10:32 pm - September 5, 2007
|
| |
|
I am using WP2.2 with a couple of plugins. One of them is Adsense-Deluxe, which uses a similar code mechanism (just a guess; could there be a conflict?).
http://jars.de/about/kontakt-freelancing
I can see the header, but
Thanks yor any help.
|
|
|
Oliver
- Admin
10:48 pm - September 5, 2007
posts 3656 |
| |
|
the cforms tag should not be inserted as plain text in the Tinymce editor. Either use the cforms button (if enabled on Plugin Settings) or switch first to HTML view before inserting the tag.
|
|
|
jars - Guest
11:24 am - September 7, 2007
|
| |
|
Nope, I did not use the WYSIWYG editor.
Another odd thing is, that this plugin seems to push away the Adsense Deluxe plugin buttons in the code editor.
Did you consider testing the plugin with Adsense Deluxe?
|
|
|
aarij - Guest
10:18 pm - September 10, 2007
|
| |
|
hi
i have a similar problem. my form does not show up in the sidebar. i tried to insert the cforms widget in the sidebar, but it doesn't show up.
any help will be appreciated.
|
|
|
tmoflash - Guest
5:23 pm - September 12, 2007
|
| |
|
I am also having an issue with my form not showing up
|
|
|
jars - Guest
11:00 pm - September 13, 2007
|
| |
|
Same picture after upgrading to Wordpress 2.2.3. It still did not work after deactivating all plugins and only activating cforms. My server is running PHP 4, could that matter?
|
|
|
Oliver
- Admin
1:51 pm - September 23, 2007
posts 3656 |
| |
|
jars said:
Nope, I did not use the WYSIWYG editor.
Another odd thing is, that this plugin seems to push away the Adsense Deluxe plugin buttons in the code editor.
Did you consider testing the plugin with Adsense Deluxe?
Jars, I just notice that you have a typo in the tag, it should be:
<!--cforms-->
No, I haven't tested it with Adsense Deluxe yet and PHP4 should be fine.
aari, How did you try to insert the form? Per button, HTML, widget, or PHP code?
tmoflash, Any details?
|
|
|
Nik - Guest
11:29 am - September 28, 2007
|
| |
|
Oliver, I have the same problems as aari.
inserted in the page (as html), and represented in the sidebar (<li> <? php insert_cform (); ? > </ li>)
form does not show
|
|
|
Nik - Guest
11:57 am - September 28, 2007
|
| |
|
my version wordpress is 2.3
|
|
|
Oliver
- Admin
7:15 pm - September 28, 2007
posts 3656 |
| |
|
There is a space between <? and php in your statement above, not sure if that's causing the problem.
Is your default form a regular form or a T-A-F (tell a friend) form?
What's your URL?
|
|
|
jars - Guest
12:04 am - October 7, 2007
|
| |
|
Disabling "Tell-a-friend", which was proposed in another thread, worked for me too. I do not understand how it's related but my form now shows up.
|
|
|
Oliver
- Admin
9:30 am - October 7, 2007
posts 3656 |
| |
|
Glad you found out. The T-A-F feature is special in its use and how it works, merely enabling it without proper configuration (and enabling your posts) will break the display of the form...(it should be all in the documentation , hopefully)
|
|
|
Joe - Guest
1:58 am - October 25, 2007
|
| |
|
OK, I give!
I can get this tag to display the default form , no prob.
But I cant get this tag to display any other
<--cformsX-->
I created a form, named it 3, so wouldn't this tag display the form named 3?
<--cforms3-->
I tried button insert, php insert, html code insert, nothing displays on page except the default form
<--cforms-->
Tell a friend disabled, I removed any date selection javascript, only text fields exist, WP 2.3,
Help??!
Other than that, Wow, what a plug-in!
|
|
|
Oliver
- Admin
7:14 am - October 25, 2007
posts 3656 |
| |
|
Every form created has a name (which is user defineable) and an ID (check that little button in the center of the main cforms config page).
The X in <!–cformsX–> represents that number (or nothing if it's your first, default form).
|
|