would make sense!

Comments

Dret’s picture

Category: bug » feature
Priority: Normal » Major

...Subscribe...

A D7 version... needs!

serkolap’s picture

+1!

stomerfull’s picture

+1 really need this module

eboss’s picture

+1 too

thejamesjones’s picture

Did anybody find an alternative to contact_steve for D7?

mahyarsbt’s picture

Hi
Please anybody answere
how can store contact to database
any modules exist like 'contact save' for D7?

I really need it

thanks

Philou88’s picture

+1
I need this module for D7.
I do not find alternative !

Philou88’s picture

My bypass is to add the following lines at the bottom of the file ".../modules/contact/contact.pages.inc", just before the line « flood_register_event » :
$to = 'xxx.yyy@zzz.com';
$from = $values['sender']->mail;
drupal_mail('contact', 'user_mail', $to, language_default(), $values, $from);
And like that, you get an archive in a mail box xxx.yyy@zzz.com that you open for checking the messages.

joelstein’s picture

I haven't considered making a D7 version, since most of the functionality can be made with Webform (except responding to contact message).

If somebody wants to make a D7 version, feel free to post it here.

paravibe’s picture

Issue summary: View changes

Hi. I want to maintain D7 version. Here is link https://drupal.org/sandbox/drupalrv/2221913.
There are a lot undone but I will do it in nearest time.
joelstein can you add me as co-maintainer of 7.x module.
Thanks.

joelstein’s picture

Thanks, paravibe. Once you have a full port to D7, let me know, and we'll see about merging it into the D7 branch. Thanks!

paravibe’s picture

Hi joelstein! I think that D7 version is ready for use. Please add me as co-maintainer of D7.
Thanks in advance.

joelstein’s picture

@paravibe, you're all set.

paravibe’s picture

Thanks a lot!
I'll create release in nearest time.

paravibe’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.