hoffcamp
Forum Replies Created
-
No, but you could edit the post insertion code fairly easily. The relevant code is found in helpers.php at line 441 (1.6.x).
This has more to do with the theme you are using, and how IE decides to interpret the CSS in the theme. If you tell me the theme you are using, I could try to give you some pointers, though.
Sorry for the late response, I’ve been on vacation…
I’m not quite sure what you want to accomplish. The conditions are processed in order, so maybe one of them is undoing what a previous one does? Otherwise send me an e-mail, campbell at campbellhoffman.com.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Error GeneratedThanks for pointing this out. I’ll have it fixed in the next update.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Can Not Add or Edit FormsHey I apologize for the late response. I installed the Gantry theme & framework plugin (both 1.24) on my sandbox site and I was still able to edit forms and form fields.
Would you be willing to copy & paste the HTML output to your browser for the broken form editor page? Send to campbell AT campbellhoffman DOT com and I’ll take a look.
Usually when the form editor is broke it is because something is adding extra scripts to the form editor page. It can also happen if the default post / page editor is modified in a particular way.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Can Not Add or Edit FormsDo you have any other plugins installed? Also what theme are you using? (sometimes the themes do things to the post editor, which has side effects on the forms editor)
Forum: Fixing WordPress
In reply to: [Form Manager] Making an Email form with more than one reply:to'sIf you read my first post in this thread, I linked to a plugin you can install on your site. The plugin is a template for a custom submission action. That is where the code goes.
Forum: Fixing WordPress
In reply to: [Form Manager] [Plugin: WordPress Form Manager] edit form designThere are some plugins that affect the post editor features, and sometimes conflict with the forms editor. Try disabling plugins, and if that fixes it, let me know which plugin and I’ll work on a fix.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Quicker submittion resolveThe delay is because you are loading a new page. This is more a function of the host and WordPress itself than the forms plugin. Also the ‘delay’ for the redirect is if you want to redirect to yet another page after the acknowledgment is shown.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] E-mail verification conditionI did add the feature. If you have a link to the form that isn’t working I can take a look at it and see if you found a bug.
You would have to make a custom form template, and generate HTML table tags instead of an unordered list.
Your host is probably blocking the second e-mail (this is an issue for a lot of people). The host does this to prevent “spammers” from using their hosting accounts to send out e-mails. You could send a single e-mail with multiple recipients, if you don’t care about exposing the admin’s e-mail address.
There isn’t a direct way of doing this. You might be able to scrape the submission values from the acknowledgement page using JavaScript, if you make a custom summary template and / or know the form structure ahead of time.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Secure Upload directoryThis is more of a WordPress question than a Form Manager question.
You could try to password protect the uploads directory. The method I would use is an .htaccess file.
The submit button has the id
fm_form_submitand classsubmit.