digitz
Forum Replies Created
-
Forum: Plugins
In reply to: Uninstall Contact Form 7 and Really Simple CAPTCHAWould you please provide us with more precise information?
If you’ve uninstalled the plugins, since everything’s generated from the CF7 db table, I don’t think they will have leftovers.
You might want to check the db structure and see if it still exists.Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] not recieving submitted formsThat’s true. Indeed Yahoo does silent filter with unknown patterns.
Try Gmail. I had this problem with Yahoo. Gmail seems to have this worked out. ??Forum: Plugins
In reply to: Contact Form 7 and newsletter opt inFuture versions will have this functionality.
Forum: Plugins
In reply to: Contact Form 7 – Customize Send FunctionFuture versions will have this functionality.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Nothing appears on admin pageTry pointing your browser to https://yoursite.com/wp-admin/upgrade.php
I think this might be a db issue. Upgrading your db might help.You’re basically seeking an AJAX function for the form. Fortunately CF7 is AJAX enabled out of the box, but the functionality you’re looking for would be an option to be added to the code either by you, or the developer,in future versions of the product.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Saving Results to DatabaseNot at the moment.
The only way would be hacking CF7 so that it sends the submitted info to the designated db once the user hits SUBMIT.Forum: Plugins
In reply to: [Plugin: Contact Form 7] Text Field for Telephone allows only 8 digitsOkay, let’s say your telephone text field is named “tel”. This is how I would go by enabling maximum 12 digits and 12 characters for the text field:
[text tel 12/12]
12/12 denotes maximum 12 characters out of a 12 character size.
This also shrinks your text field to 12 characters max.If you don’t want it to shrink, use this:
[text tel 12/]
[text tel /12] size is 12 characters with no maximum limits for characters.
Hope this helps.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Failed to send — no borderPHP mailer is probably not configured in your WordPress configuration file or your webhost doesn’t support it.
As an alternative you can use SMTP for sending email.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] email address not working at all…..Place this tag in your FROM text field in the report deign section of the plugin:
[your-email]
That’s if you’re using the default user email designation tag.
Hope this helps.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Attachments not getting attachedTakayukister,
I don’t know what you changed in the new version 1.9.4, but the problem is fixed.
I’ll have the new FARSI .po file your way ASAP. ??
Thank you
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Attachments not getting attacheddid you notice? in the email header the content type is not as you said. it’s text/html.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Attachments not getting attachednope ??
No use, switched to gmail.
the email comes through but no attachment.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Multi-column contact formsAs a turnaround, you can use embedded CSS and DIVs and classes in your page, because fortunately CF7 is compatible with all these sorts of bells and whistles.
Hope this helps.
Cheers ??
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Multi-column contact formsYes of course.
It’s a sinch. try using tables to place your form elements.
e.g. you can use 4 columns with with a 5px cellpadding, therefore you have two main columns for form elements and two main columns for your field names which also automatically get aligned and produce a very slick overall form layout.
As a quick note, you might be forced to reduce the size of your text fields, because you don’t want to be having horizontal scroll problems in your design.