Page 1 of 1
Contact form submit - no confirmation.
Posted: Wed Jan 28, 2015 8:51 pm
by Don Chambers
Contact forms typically have this:
Code: Select all
{if $is_contactform_sent}
<div class="serendipity_msg_notice">{$plugin_contactform_sent}</div>
{else}
.... contact form fields here
{/if}
$is_contactform_sent doesn't seem to be working in s9y 2.0 and doesn't appear to be theme specific. Contact form version I am using is 1.13.
Re: Contact form submit - no confirmation.
Posted: Wed Jan 28, 2015 9:01 pm
by Don Chambers
Just noticed something else too... the "from" field is not the user submitted name anymore, it is "Apache"
Re: Contact form submit - no confirmation.
Posted: Wed Jan 28, 2015 9:43 pm
by yellowled
Don Chambers wrote:$is_contactform_sent doesn't seem to be working in s9y 2.0
Can not confirm. My blog's theme uses {if $is_contactform_sent} in 2.0, the message is displayed after the form is sent.
Don Chambers wrote:the "from" field is not the user submitted name anymore, it is "Apache"
Can't confirm this, either. Both the "from" of the incoming mail as well as the user name text in the mail content are filled with the correct user name.
serendipity_event_contactform is in version 1.16.1 here, though. If updating doesn't solve it, your PHP version might help (here, it's 5.6.latest).
YL
Re: Contact form submit - no confirmation.
Posted: Wed Jan 28, 2015 10:03 pm
by Don Chambers
Upgrading solved the $is_contactform_sent issue. Still showing from "Apache". My php version is 5.3.29. I have other sites running on that same server, but only the one with s9y 2.0 sends from "Apache" - the others send from the contact form name. Odd.