sloga
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Acceptance Yes instead of 1okay I understand about it not sending if unchecked so disregard the “No” option. I do not understand your API. Are you saying that it should be, [acceptance accept-this] ? or [acceptance accept-this |Yes]
Having the email render “1” is not useful. I know we can assume that the user checked the box and that is the reason we receive the email but I still want the email to contain an affirmative, “Yes” I accepted the terms….
Thanks for your help.
Forum: Plugins
In reply to: [Contact Form 7] Check Box ValueHow about for acceptance? I’d like the email to show “Yes” instead of 1 if accepted (checked) and “No” if submitted unchecked. I used
[acceptance acceptance id:acceptance "Accepted|Yes"]
Forum: Plugins
In reply to: [WooCommerce Grid / List toggle] Not workingWhat did you do to get it to work? I am having a problem with it. Thanks!
Forum: Plugins
In reply to: [Custom Contact Forms] [Plugin: Custom Contact Forms] Email From Namein plugins > editor > custom contact form > custom-contact-forms-front.php
search for “FromName”:
$mail->FromName = $_POST[‘fname’] . ” ” . $_POST[‘lname’];
fname and lname are my custom slugs. use yours.further down search again for “FromName”:
$mail->FromName = $_POST[‘fname’] . ” ” . $_POST[‘lname’];—
until the developer fixes/solves this.Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] [Plugin: SI CAPTCHA Anti-Spam] Short CodeAs far as I can tell, there is no way to interact with the data that gets submitted via your contact form. I’m hoping to build a subscriber DB and have the ability to view/manage the contacts that get submitted without logging into phpmyadmin and viewing the raw table in MySQL. I want to see the data entered from the form fields in a table in my WP Admin section. I’m using DB Toolkit to build the interfaces but don’t see a way to add captcha to the frontend form thereby allowing anyone/thing to submit to mySQL table.
Forum: Fixing WordPress
In reply to: Using Captcha with custom formsI have the same issue. Were you able to get this resolved?
Forum: Plugins
In reply to: [CM Newsletter] [Plugin: CM Newsletter] blank settings screenSame problem for me…in right column under
Plugin Updates“Fatal error: Call to undefined method WP_Error::get_item_quantity() in D:\Hosting\6777689\html\wp-content\plugins\cm-newsletter\cm-newsletter.php on line 324”
does not display settings to edit. Running WP 3.0.4.