hoffcamp
Forum Replies Created
-
I can’t edit the posts. I’m not an admin on the forums, just for this plugin.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] MailchimpIt may be possible to use that code inside of the Form Manager plugin. I’ll see what I can do.
Are you using a caching plugin? This would cause some submissions to be ignored, since they would be viewed as ‘duplicates’.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Form not validatingThere isn’t a simple way to do that, but it *can* be done.
You could customize the form template to customize the button directly. Just place your own HTML button instead of the call to fm_form_the_submit_btn().
OR
You could add javascript to a ‘note’ form item (make sure to check the HTML box). You will have to use jQuery.ready() to run your code after the page loads.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] MailchimpNo, the only way would be to download the CSV and try importing that into Mailchimp.
Hey Darlene, the files use ‘tab’ as a separator, and the gibberish is supposed to signal that the file contains Unicode characters. What version of Excel are you using? Sorry about the problems! I know the plugin is fairly useless if you can’t export the data.
It may be your browser. In Firefox for example the first option will be the default value, unless the dropdown is set to be required, which forces you to choose one. I’m collecting features for the next version and I’ll add a ‘default option’ for the dropdowns.
Sorry to ask a dumb question, is it the same post every time, and are you using ‘nice’ permalinks?
Tracey, unfortunately the problem is with WP shopping cart, not Form Manager. I’ve explained this in some other posts but here is the short version: WP shopping cart disables a script library in an irreversible manner. This is *not* standard practice for plugins. I’ve asked them to change this in their code, as well as a few other developers, but nothing has changed.
You might consider ‘Marketpress‘. Its $40 but I’ve used it and it is rock solid.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Conflict with Permalinks?The problem must be something else. I tried using ‘nice’ permalinks on my testing site and the forms still function. Are you saying that when you click ‘submit’ the page just reloads, without sending the information to the database?
Forum: Plugins
In reply to: Change action in formPHP. The best way to work with actions is to make your own plugin. The codex has a good article on how to get started.
I’ve had problems with this before. There is a ‘fix’ for WP e-Commerce, which is based on WP Shopping Cart, on my site here, though it doesn’t seem to work for everybody. Download and install the ‘WP e-Commerce compatibility’ plugin.
If you follow my last post, give the form item with the e-mail address a nickname, like ‘e-mail’. Then use [item e-mail] as the shortcode.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Form ElementI haven’t had the time to upgrade the plugin for 3.3.1 – I don’t even have that running on my testing server yet. Sorry!
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Resize reCaptchaTo do a ‘custom’ theme you have to include some extra script when creating the reCaptcha, and I didn’t want to add the complication to the interface.
The code for displaying the reCaptcha is in types/recaptcha.php lines 34-36. If you have problems let me know.