hoffcamp
Forum Replies Created
-
I have seen this with certain themes, but I don’t remember which. The checkboxes and radio buttons are actually just very very tiny. What theme are you using?
This is a bug. You probably have an ’empty’ condition. Delete the condition and everything should work fine. I’m going to fix this in the next update though.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Can Not Add or Edit FormsThe problem is that my admin pages load scriptaculous. Mootools and scriptaculous can’t coexist nicely.
In a perfect world, the RokStories plugin would only be loading mootools on its own pages.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Conditions don't workI just checked the site and the conditions are working. I’m using FF 15. Did you figure out what was going wrong? Otherwise, what browser are you using?
There isn’t anything you are doing wrong, this is a bug with form manager. It sends two e-mails back to back, one to the form user and the other to admin. This keeps the admin’s e-mail address out of the form user’s message. Unfortunately the rapid sending of two different e-mails is often picked up by the host’s spam prevention.
Unless you mean the page that performs the auto-redirect. Then you want to check the box for ‘Show summary with acknowledgement’ under ‘Customize’ on the form editor.
I agree, and I apologize for the pain this must be on a development server. I should have taken the time to eliminate the PHP warnings/notices. For the MySQL I genuinely did not understand what is considered ‘standard’ versus ‘acceptable’ (I do now).
However I’m developing version 2 right now (without blatantly ignoring warnings & notices…), so I’m not going to fix the 1.6.x warnings/notices.
If you are willing to edit the code, insert the following line at line 133 of email.php:
case 'post_title': return get_the_title( $this-> formData['post_id'] );This will let you do [item post_title].
I’m not able to add this to the official plugin right now, but v2.0 will include this.
There isn’t a way to do this. Sorry!
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] print the formYou can print the page that the form is on. Otherwise, no.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Single entryThere isn’t a way to do this. I agree this is a missing feature. I’m going to add more query-like options for the shortcodes in the next major version.
Your test has [item parent_url]. You want to use either ‘parent_post_url’ or ‘post_url’ in the [item …] shortcode.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Comparing Element ValuesThis feature is missing. I’m going to include it in the next major version, right now I’m just doing bug fixes for 1.6.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Front end editingI would have to redesign the way the plugin is structured for this to work. I am working on that, though. This has been requested a few times now, so I’ll be sure to include this or something equivalent in the next major version.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Auto Redirect not workinThanks for posting. This is the third example of this problem, I’ve pretty much figured out what is causing it, however I’m not sure how to fix it. Basically the forms don’t work as expected on pages that aren’t an explicit ‘page’ or ‘post’ in the WordPress sense. I am working on a fix though.