Contact form submit - no confirmation.

Found a bug? Tell us!!
Post Reply
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Contact form submit - no confirmation.

Post 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.
=Don=
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Contact form submit - no confirmation.

Post by Don Chambers »

Just noticed something else too... the "from" field is not the user submitted name anymore, it is "Apache"
=Don=
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Contact form submit - no confirmation.

Post 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
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Contact form submit - no confirmation.

Post 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.
=Don=
Post Reply