hoffcamp
Forum Replies Created
-
Forum: Plugins
In reply to: [Form Manager] Customizing CSSI think CSS is still the way to go. If you post a link to the form I can take a look.
Forum: Plugins
In reply to: [Form Manager] Submit Button is present but not visibleCould you post a link to the form? Then I can take a look.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Doesnt upload attached fileHey – post the response here. I didn’t realize you started a new thread.
Forum: Plugins
In reply to: [Form Manager] Email Notification with attachmentWhat version of the plugin are you using? I don’t know why it would do that. Try ‘%doc_root%/wp-content/uploads’ for the directory, and http://www.whatever.com/wp-content/uploads for the URL, and let me know if that works. Also, check Settings > Media > File Uploads to make sure it points to the right directory.
Forum: Plugins
In reply to: [Form Manager] Cannot save change on existent form after updateNo, saving forms does not require any permission changes. What you will have to do is try disabling all of your other plugins, temporarily, to see which one is causing the conflict, then let me know which one, so I can figure out how to fix the conflict. If disabling the other plugins does not solve the problem, then let me know that, and I’ll try to isolate the problem. I have to be able to cause the error myself in order to fix it.
Forum: Plugins
In reply to: [Form Manager] reCaptcha not required?Thats a bug. I just posted an update that should fix that.
Forum: Plugins
In reply to: [Form Manager] Cannot save change on existent form after updateSometimes there is a conflict with another plugin, but if it was working before the update I don’t know. Try disabling other plugins to see if one of them is conflicting with FM.
Forum: Fixing WordPress
In reply to: [Form Manager] Conditional "Applies to" does work on a second testI see what you are trying to do. For the example you gave, what you would do is remove ‘sizes’ from both conditions, and make a third condition, ‘if surface equals X OR Y’ and apply that to sizes.
Forum: Fixing WordPress
In reply to: [Form Manager] Conditional "Applies to" does work on a second testIt may be a bug. The conditions are processed in order (top to bottom), so if your second condition says to hide something, it will be hidden regardless of any condition. Does this explain what is happening?
Forum: Plugins
In reply to: [Form Manager] Allow "Editor" user type full use of Form ManagerFor the first thing, if you install the Members plugin by Justin Tadlock, you can give users access to different parts of FM.
For the e-mails, I’m sorry about that and I know these things can be extremely frustrating. Unfortunately it works on every host I’ve tried (only three), so you will have to help me troubleshoot it on your system. Who is your host?
One problem might be if your WP admin e-mail is different than the one registered with your host, since some hosts block outgoing e-mails that don’t come from a registered address. If WP is able to send out e-mails then there is probably something I am doing wrong, but I’m not sure what that is yet.
The latest update should fix the issue.
Forum: Plugins
In reply to: [Form Manager] Must be a date (MM/DD/YY) issueThats a bug. If you delete the last ‘.’ in the regular expression under Advanced Settings, it will work as expected. I’ll fix this in an update.
Forum: Plugins
In reply to: [Form Manager] Email Notification with attachmentIf you update to 1.5.24, I added some new codes for the file upload. If you put %wp_uploads_dir% for the directory and %wp_uploads_url% for the URL, the uploads & links will point to whatever directory is set under Settings > Media > File Uploads.
Forum: Plugins
In reply to: [Form Manager] Email Notification with attachmentOkay I misunderstood. Unfortunately the only attachments you can send with the custom e-mails are text / html that you generate based on the submission. The closest to what you want would be if you choose an upload directory and URL for your file upload field. This way the default e-mails will send a link to the uploaded file.
Forum: Plugins
In reply to: [Form Manager] Email Notification with attachmentWhat are you trying to send as the attachment?