hoffcamp
Forum Replies Created
-
Forum: Plugins
In reply to: [Form Manager] How to print the uploaded img on the post or data?Okay – I added this to the ‘file upload’ item settings. When you edit the file upload item, look at the bottom for “Media” and select “Image”. This will cause the uploaded files to be shown as images.
Forum: Plugins
In reply to: [Form Manager] Need to change the date fieldI just posted the update for this. I added another text validator for DD/MM/YY.
Forum: Plugins
In reply to: [Form Manager] Form submissions not being emailedI just posted 1.6.41 which should fix this problem. Thanks for posting the error message, otherwise I wouldn’t have found the culprit.
Forum: Plugins
In reply to: [Form Manager] Form Quits Sending Notifications When Custom Is UsedThe user would have to put their e-mail address into the form, and then you could use that for the ‘to’ field. This is the FAQ on that if you haven’t already found it.
Forum: Plugins
In reply to: [Form Manager] Need to change the date fieldI was planning on doing the next update tonight / tomorrow. I’ll let you know if there is a problem with this feature.
Forum: Plugins
In reply to: [Form Manager] Form Manager generate nonindex code for google !!This plugin does not generate that output. Nor would it have any reason to. What other plugins do you have installed?
Forum: Plugins
In reply to: [Form Manager] "Send to Administrator" checkbox NOT WORKINGThis has caused confusion before. The problem is that your admin account is also a registered user. I’ll try to make it more self explanatory.
Forum: Plugins
In reply to: [Form Manager] Need to change the date fieldA date picker has been sorely needed for a while now – I’ll be adding one shortly. Until then, you could go to Forms > Advanced Settings and play with the regular expressions for the validators to suit your needs.
Forum: Plugins
In reply to: [Form Manager] Plugin with wordpress muI’m not sure, I haven’t tested it with MU. If it is working or not working, either would be good to know.
Forum: Plugins
In reply to: [Form Manager] How to print the uploaded img on the post or data?This is a missing feature… and has been requested a few times now. I’ll add it shortly.
Forum: Plugins
In reply to: [Form Manager] "Send to Administrator" checkbox NOT WORKINGIs the ‘registered users’ checkbox on Forms > Settings checked? If not, I don’t have any ideas about what is causing the problem.
You will want to modify the summary template as described here. The process is the same for the summary as for the e-mail templates.
Forum: Plugins
In reply to: [Form Manager] PHP send method and UnicodeThis should be simple to fix. I’ll take a look.
Forum: Plugins
In reply to: [Form Manager] WP Form Manager – do not want to save in dbNo, the database behavior is hardcoded.
Forum: Plugins
In reply to: [Form Manager] Error 500 – Internal Server Error when downloading resultsUnfortunately I can’t recreate this behavior on my testing server. The file getcsv.php in the Form Manager directory is responsible for generating the download. It loads wp-load.php, then echoes headers for an application/csv document, then the csv data.
It is possible that getcsv.php is not accessible, because files in the wp-content/plugins directory are not accessible (this is actually a good idea for security reasons). You might have to explicitly allow access to getcsv.php in Form Manager’s directory.
This should be changed to not require direct access to files in the plugins directory anyway.
BTW if this fixes the problem, please let me know!