You may be able to delete them through the database using phpmyadmin.
Thread Starter
smijos
(@smijos)
okay…I’m sure I can delete them somehow –
Anyone had luck posting a form like this in a wordpress post?
Why on earth do you need this in a post?
There are a number of very good contact form plug-ins for WordPress, I’d think it would be prudent to use one of those.
FormMail.cgi (in its various forms) is often not recommended as it can be “security deficient”. It probably won’t let you do anything with these posts because it might think that this is some kind of injection attack or something like that. I’m just guessing here, but I think that would make sense.
Actually, formMail works just fine in a Page on wp. That’s why I asked why heesh needed it in a post….
Maybe dissociative identity disorder? Every personality/identity needs a contact form!
I’ve always heard horror stories about using the default contactform.cgi type thingies that come with cpanel or any of those things. Besides that, looking at cgi/perl is like reading encrypted Chinese for me! But I do love PHP!
Thread Starter
smijos
(@smijos)
Why on earth do I need this…
Well, I’m using wordpress just to build a normal site (total non-blogish). Makes it really easy for multiple users to update their stuff, since they just use the WP panel to edit their content.
Anyway, on one of my “posts” I need people to submit info that gets routed to an email. Oh, another really wierd thing – after I save my changes with this form, it cuts everything in half below “save and contine, save, publish” all the way down to “delete this post.” Literally, in the upload section, the right half is missing (the half directly below the save/publish buttons.)
Lastly – the editor keeps exchanging my normal paragraphs with plain text and then <p> </p> afterward. Then when I publish it comes out with ONLY </p> at the end of each paragraph. Firefox doesn’t like that (neither does W3C)
Are you using the rich editor? If your trying to do anything by putting in HTML code, you should turn the rich editor off, as it will mess up any code you put in.
Thread Starter
smijos
(@smijos)
okay, I turned it off…but it still puts in an extra </p> here and there
still need help with that form…
Thread Starter
smijos
(@smijos)
Okay, I’ll give it a whirl