hoffcamp
Forum Replies Created
-
Forum: Plugins
In reply to: [Form Manager] Form manager – spamThe reCAPCTHA form element is designed for this purpose. Were you already using this?
Forum: Plugins
In reply to: [Form Manager] Private fields not inserting with Default valuesI just posted a fix for this in 1.6.47.
Forum: Plugins
In reply to: [Form Manager] Fatal error in 3.9-RC2I just fixed this in 1.6.47. I’m not sure where my head was when I made that decision… but all of the mysql_* calls are gone.
Forum: Plugins
In reply to: [Form Manager] Database queries brokenI just posted 1.6.47 which fixes this… I don’t know why I did such nonsense, but it has been purged.
Forum: Plugins
In reply to: [Form Manager] Database queries brokenThanks.
Forum: Plugins
In reply to: [Form Manager] Contributing?Sorry for the late reply. I’m just using the SVN repo hosted by WordPress (http://plugins.svn.wordpress.org/wordpress-form-manager/).
Feel free to send me diffs: hoffcamp at gmail
Out of curiousity, what is the new feature?
Forum: Plugins
In reply to: [Form Manager] hide debug message after submit formWhat you are seeing is a php ‘print_r’ on the posted data – it looks like something is turning on ‘debug’ mode. There is a setting in wp-config.php for this, thought it might be something else.
Forum: Plugins
In reply to: [Form Manager] Omit hidden fields in email summaryThats the gist of it. The conditions functionality is all Javascript in the browser. The PHP on the server has no knowledge of this state. At least, not without adding a bunch of hidden values to the form when submitting.
Forum: Plugins
In reply to: [Form Manager] Cannot edit forms in WP 3.8.1This is usually because another plugin is displaying JavaScript on the Form Manager pages (which it shouldn’t). Try disabling other plugins. If you find out which one, there might be a workaround.
Forum: Plugins
In reply to: [Form Manager] Omit hidden fields in email summaryThere isn’t really a way to do this.
But… if you are comfortable with PHP, you could make a custum summary template, and change lines 54 – 56 to reflect the condition logic.
Forum: Plugins
In reply to: [Form Manager] Suggestion for two reCAPTCHA field adjustmentsI just tested & posted the changes you requested… sorry to take an eternity on this.
Forum: Plugins
In reply to: [Form Manager] requiring double submit to send dataI looked at your form, the problem is probably due to caching. The version I just posted (1.6.46) has an option to disable caching on form pages. Go to Forms > Advanced Settings > Cache, and check the box to disable caching. This will only apply to pages with form on them.
You may also have to clear the page cache for your caching plugin.
Forum: Plugins
In reply to: [Form Manager] Version 1.6.42 Error – Will Not ActivateUpdate to the latest version, 1.6.43. That will fix the activation problem.
Forum: Plugins
In reply to: [Form Manager] Custom upload folder syntax?That will work if the owner of that directory is the same as for the wordpress directory. So if it doesn’t, try changing the owner to the same as for ‘wp-content’, (usually ‘apache’).
Forum: Plugins
In reply to: [Form Manager] Custom upload folder syntax?For something like
%doc_root%/whateverto work, the folder has to be editable by the process running WP (this is a server config issue). Usually you need to change the permissions on the folder to allow the ‘apache’ user and ‘apache’ group have ownership & read/write access.. but this is just a typical setup, yours might be different. Who is your host?