hoffcamp
Forum Replies Created
-
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Hide Fields not filled inIn 1.6.30 there is an option for this. Go to the form editor, ‘Advanced’ tab, then check the box under ‘Summary Fields’.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Upload sometimes doesn't workI added this to the list, I’ll try to include it in the next update.
The update 1.6.30 includes this.
I went through the code, and this was a huge oversight on my part. The code relies heavily on the assumption that the value stored under ‘data_table’ in the forms table is the full name of the table. It would take a very long time to modify everything and the potential for application breaking bugs is high, so I’m going to include this in version 2.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Multiple Entries Per UserAre you clicking the ‘back’ button? Or, did you change the ‘behavior type’?
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] User Upload DirectoryWhat is being used as the upload directory within the file element?
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] No serverside validationI appreciate the offer, but I should be fine. This will be part of the next major version.
This is a feature that is on the list for future versions. Right now the parent post/page is not recorded with the submission.
Hey Zdenek, I don’t exactly have hundreds of things to do.. I’m going to have something out by the end of the week. This is on the list, and you aren’t the first to point out this problem, so it will definitely be addressed.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] some suggestionsThis is a major oversight on my part. The ‘hide’ only works for table output.. I’ll have something by the end of the week.
If you are the site admin you should be getting e-mails already. If not, on the right hand side of the form editor, under ‘E-mail notifications’, there is a place to add e-mail addresses to the notification list.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] persian language entryThe form inputs *should* allow unicode. I know this was an issue for somebody entering Chinese before, and I thought I fixed it.
If the site is in English the browser might default to English input, but depending on the OS you should be able to force international input.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Validate Text FieldThis can be handled with regular expressions. Its actually a really powerful language, so when you have time you should Google it.
What you want is to separate your codes with ‘|’, which stands for ‘or’. So if your three codes are ‘abc’, ‘def’, and ‘ghi’:
/^abc|def|ghi$/The e-mails in FM are sent out when the form is submitted, and depending on your setup you might have two different e-mails to send per submission. A lot of hosts, godaddy included, restrict the rate you can send e-mails, so make sure you don’t spam.
Unfortunately this is a buggy part of this plugin on certain hosts (sorry).
This happens when either the scriptaculous script library is disabled (WP e-Commerce does this) or if something is adding scripts to all the pages, instead of just its own. Themes can also do this; try switching to the default WP theme and see if its still broken. Unfortunately on my end I can’t recreate the problem unless I have the same setup.