tbelmans
Forum Replies Created
-
Forum: Plugins
In reply to: [MM Forms Community] [Plugin: MM Forms Community] Unable to edit mail optionsHello adowdle,
This problem has been fixed in the latest version of MM Forms Community.
Tom
Forum: Plugins
In reply to: MM Forms – export CSV not working@jptelthorst, try creating a new form and update the table wp_contactform_submit with the new forms’ id in the field fk_form_id. Then export will work.
Let me know if I can help you out.Forum: Plugins
In reply to: [Plugin: MM Forms Community] Fatal error on fresh installFixed the install error in version 1.0.1 of MM Forms Community.
Check header.php and footer.php in your theme files.
wp_head() and wp_footer() must be in the files.
Tom
Forum: Fixing WordPress
In reply to: MM Forms email arrives without the input data. Please help?You can use [formfield_name] in your mail fields.
so If you have a textfield [text myName] in your form, you can use [myName] in the email fields.
Hope this helps.
Forum: Plugins
In reply to: MM Forms email@ bsiete2000 : you have to use all your form field names in the body of the notification email.
If your form is something like this
[text your-name]
[text your-subject]
[textarea your-message]In your mail body you can put something like this :
Name : [your-name]
Subject : [your-subject]
Message : [your-message]the tags between [ ] will be replaced by the values of these fields.
Hope this helps
Forum: Plugins
In reply to: [Plugin: MM Forms] Auto-post to an MM Form with a custom URLHello Andy,
Found a solution already for this problem ?
TomForum: Fixing WordPress
In reply to: [Plugin: MM Forms] Captcha not workingYou have to add the captcha in your form.
like this :
<p><label for=”captcha-203″>captcha</label>[captchac captcha-203][captchar captcha-203]</p>Tom
Forum: Requests and Feedback
In reply to: [Plugin: mm-duplicate] WARNING: Dupilcates GUIDHello Robert,
Thanks I fixed it.
kind regards,
TomForum: Plugins
In reply to: MM Forms emailFrom address had to be [your-name] <[your-email]> and that should do the trick. If you don’t specify a From name WordPress will add “WordPress” automatically, this is something nasty in the core.
Forum: Fixing WordPress
In reply to: [Plugin: MM Forms] Captcha not working/captcha/tmp directory must be writable
Forum: Everything else WordPress
In reply to: wordpress image uploads on One.comOtto42, yes I tried all other solutions. None of them was working.
Forum: Fixing WordPress
In reply to: Returns disappear when writing Posts & PagesI had this on a theme of mine also, basically tinymce replaces the carriage returns by <p> tags. I added some margin to the p class in style.css of my theme and the problem was fixed ??
It’s just a workaround, but it does the job well.Forum: Everything else WordPress
In reply to: wordpress image uploads on One.comThank you guys.
It definitely has something to do with the flash uploader. I installed the no-flash-upload plugin and now I can upload images.
Any idea why the flash uploader does not work on my hosting ?
Forum: Plugins
In reply to: [Plugin: WordPress Admin and Login Themer] How about a better description?I added a readme.txt file and a screenshot to the repository, don’t know if this will be displayed on the plugin page. I hope it does.