hoffcamp
Forum Replies Created
-
You can duplicate the form elements, but not the conditions, data, e-mails, etc., by clicking on ‘Insert Saved Form’, on the right hand side of the form editor.
Thanks for pointing this out. I added the (hopefully) appropriate headers to the default e-mail for the next update.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] using php in text fieldsUnfortunately this is not something that would work without explicitly facilitating it, and its not a good idea to do that, since it opens a huge security hole. I’m not sure what you need to do, but if all you need is the post title and stuff like that, you could put some javascript in a ‘note’ with no label (it will be invisible that way), or you could make a custom display template.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] refresh issueThis will be fixed in the next update.
Try these things:
1. Make sure you are using the latest version, this was a bug I thought I had fixed before (the IE9 problem)
2. Try changing the e-mail method, go to Forms > Advanced Settings > E-Mail > Send method, and change it to ‘PHP (mail)’. Of course if you are having the problem with submitting the information, e-mails won’t be sent out in that case either.
3. Make sure everything works without the reCaptcha.
4. Disable other plugins, until your form works. Then you have found a conflict, so let me know which plugin it is and I’ll try to fix it.
Also if you post a link to the form I might be able to figure out what is wrong by looking at the generated code.
There isn’t a good way to do this. The only way would be to make the ‘list’ item a list of e-mails, and use a shortcode in the custom e-mails for the ‘To’ field. There is a valid e-mail format that looks like this: “Joe Schmoe <jschmoe@email.com>”, that way your options will have the name as well as the e-mail, but you are still exposing the e-mail address to the public.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Problem activatingThis should be fixed in the next update.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Persian language packHey sorry for the late response. If you send the files to me, campbell AT campbellhoffman DOT com, I’ll put the translation in the next update.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] change uploaded fileYou would have to access the database directly if you are uploading to the database. Depending on which version of Form Manager you are using though, your files are probably being uploaded to something like ‘/wp-content/uploads/’.
The shortcode for showing data is ‘item’, so try [item dept].
Thanks mdatawt for narrowing it down to SFC. 1.6.22 should fix this issue. There was actually something much deeper wrong with my plugin which was causing the problem, but I’ll spare you the details.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] reCaptchaThe Google version is the only one that comes stock. What is the other one you had in mind? If you are comfortable with PHP it is pretty easy to add new item types.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] disappearing menuI just posted an update that might fix your problem.
Forum: Plugins
In reply to: [Form Manager] Upload video and limit video file type?I would just google it. The regular expressions are used in the javascript ‘match’ function, fyi.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] WidgetThe PHP is
fm_doFormBySlug('slug').