Closed (fixed)
Project:
Contact Save
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2012 at 15:21 UTC
Updated:
7 May 2014 at 05:10 UTC
Jump to comment: Most recent
Comments
Comment #1
Dret commented...Subscribe...
A D7 version... needs!
Comment #2
serkolap commented+1!
Comment #3
stomerfull commented+1 really need this module
Comment #4
eboss commented+1 too
Comment #5
thejamesjones commentedDid anybody find an alternative to contact_steve for D7?
Comment #6
mahyarsbt commentedHi
Please anybody answere
how can store contact to database
any modules exist like 'contact save' for D7?
I really need it
thanks
Comment #7
Philou88 commented+1
I need this module for D7.
I do not find alternative !
Comment #8
Philou88 commentedMy 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.
Comment #9
joelstein commentedI 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.
Comment #10
paravibe commentedHi. 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.
Comment #11
joelstein commentedThanks, paravibe. Once you have a full port to D7, let me know, and we'll see about merging it into the D7 branch. Thanks!
Comment #12
paravibe commentedHi joelstein! I think that D7 version is ready for use. Please add me as co-maintainer of D7.
Thanks in advance.
Comment #13
joelstein commented@paravibe, you're all set.
Comment #14
paravibe commentedThanks a lot!
I'll create release in nearest time.
Comment #15
paravibe commented