The tag can refer to the contact form, a form that allows to contact other users, or specific site roles (e.g. the site maintainers); the Contact module, a Drupal core module that implement a contact form.

learn more… | top users | synonyms

0
votes
1answer
17 views

I have installed contact module and SMTP Authentication Support but do not appear in Structure tab

I have Drupal 7.22 installed, I have installed some modules, but there are two modules that appear correctly installed but I cannot see their configuration in structure. These modules are Contact and ...
0
votes
0answers
22 views

Add user link to author contact form

I am using the Author Contact module on Drupal 7 to add a contact form on the bottom of an advert page which allows logged in users to apply for this advert and would like to add a link in the contact ...
0
votes
2answers
39 views

obscuring email addresses in user to user email conversation

my registered users can send each other proper emails (not private messages) through contact forms on their user profiles. When user A sends such an email to user B, I need user B to be able to reply ...
0
votes
1answer
23 views

Spam filter options for unregistered user to registered user email service

I would like to give unregistered visitors the chance to send emails to node authors through a contact form. What would be the best and most efficient way to filter out spam? 1) Simply add a CAPTCHA ...
0
votes
0answers
52 views

Contact Importer module to invite users to my drupal7 site

I am trying to use the Contact Importer module so that i can invite users to my Drupal7 site. I am trying to integrate it with the Invite module which it says integrates nicely with it but i am just ...
0
votes
1answer
43 views

How can I notify an admin when a user is contacted?

On my Drupal 7 site, I have a user contact form. How can I alter the form so that an admin is notified when the form is submitted?
0
votes
1answer
50 views

How to integrate a private Google Calendar?

My client is a counseling center that would like to use Google Calendar to record and manage confidential information when clients schedule appointments online. The catch is that they want it to be a ...
0
votes
0answers
24 views

contact form sending only message content

I have a contact form on my website where I added few fields (Name, Phone number ...). When I receive the mail from the website, it only contains the content of the message. All other fields, even ...
0
votes
1answer
47 views

Inline block confirm messages

I have a contact (web)form in my sidebar on my site and I would like to display a custom confirm message when a users submits the form. However, this message should replace the contact form. I've ...
0
votes
0answers
51 views

Drupal upgrade - Tables for which the schema and database are different [closed]

Drupal 7.18 to 7.19 upgrade Is producing some errors and I am unsure as to what to do about it. Any tips would be appreciated. Tables for which the schema and database are different contact ...
0
votes
1answer
158 views

Import contacts from different social networking sites and invite to my drupal site

I am in the process of building a social networking site.I need to allow my users to be able to invite their friends as well on to the site. Using the Invite module alone will not cater to my need. ...
1
vote
1answer
23 views

Contact form - leaving the form and resuming it later

Is it possible to have a contact form in drupal, which you can save, and resume later?
0
votes
1answer
82 views

Creating mulitple contact forms in drupal 7

I have installed the contact and contact_forms modules. I have created different categories in the contact settings page. I want multiple contact forms as I have multiple domains. For each domain I ...
0
votes
0answers
80 views

Not receiving email from contact forms - messages: “Your message has been sent” - not in spam folder [closed]

i've looked through the answers, but my contact form problem seems to be different than the examples I found. I believe my contact forms are all set up correctly. I followed all the steps and they ...
0
votes
2answers
384 views

How to display contact form module in a block using drupal 7 [duplicate]

Possible Duplicate: Put Site-Wide Contact Form in a Block I want to display the contact form in a sidebar of the website. Is it possible? Please help me.
1
vote
2answers
38 views

Contact recipient different than UID

Is there any way to make that Drupal 7 built-in contact form sends the emails to a different address than the one of the UID 1?
0
votes
1answer
98 views

Extend the drupal contact form

How do I add fields to the standard Drupal contact form? Can this be done programmatically or is it a task for a module?
0
votes
1answer
260 views

How to edit personal contact form e-mail content - Drupal 7

I looked everywhere in my admin for this. Can it be achieved via the admin panel or do I have to make a custom module? I can't seem to find an adequate code snippet on Drupal Answers. Help would be ...
1
vote
0answers
61 views

How to show social network providers in OpenInviter?

Below is the image of all providers. I have checked postinstall, everything is fine for facebook and others but they are not listed on the providers tab. How to make facebook available to be able to ...
3
votes
2answers
391 views

How to add a field to the contact form in Drupal 7?

I want to add a phone field and a company field to the contact form. How to overwrite the form in template.php? Thank you
1
vote
1answer
178 views

contact form in popup block

I want to show the contact form in popup. How should I actually do it? I tried to create a module and call the function in it. But I am confused on how to implement *hook_block_view()* Is there any ...
0
votes
1answer
236 views

How do I attach a CAPTCHA when adding the contact form to a node?

I am embedding the Drupal contact page in a node. I added the following code in template.php. function sakura_preprocess_node(&$variables) { $node = $variables['node']; if (!empty($node)) { ...
0
votes
1answer
47 views

Display contact information for each car owner [closed]

I am trying to view contact information for each user who will be the car owner in this case. so in each car in car content type I want to display user info with each car he post best
1
vote
1answer
151 views

Loading Personal contact form and access denied

Into a user profile page I provide a personal contact to conact the profile woner and that contact form is loaded like this: $recipient = user_load(array('uid' => $fptr->uid)); $output .= ...
1
vote
2answers
88 views

User Not be Sent to Front Page after Submitting Contact Form

After submitting contact form (on contact page), the user automatically is sent (redirected) to front page. How can I avoid it? (user remain on contact page) Thanks
0
votes
1answer
46 views

What's meaning of %contact in this menu path?

$items['admin/structure/contact/edit/%contact'] = array( 'title' => 'Edit contact category', 'page callback' => 'drupal_get_form', 'page arguments' => ...
0
votes
1answer
63 views

Contact form block with data from the page the blocks featured on

So I have a content type "Real Estate." On the view for a "Real Estate" node, I want to have a contact block in the right side bar that has a feild for the node id of this specific "Real Estate" node. ...
0
votes
0answers
201 views

How to rewrite the url of the core contact form?

Is there any way to change the url of the contact form with an alias? Instead of user/%/contact I would like to have role/a_profile_field/contact Pathauto does not provide this option. Thanks in ...
1
vote
0answers
169 views

Custom site wide contact form label for multilingual site

I want custom label in "site wide contact form" of my multilingual site. I change it in theme layer like : function mytheme_form_alter(&$form, &$form_state, $form_id) { // Overrides ...
0
votes
2answers
403 views

Contact form is not being translated

I have a multilingual Drupal 7 site with following languages enabled: dutch (default) french Now when I enable my sitewide contact form, and navigate to it using dutch ...
0
votes
1answer
467 views

Side-by-side contact form and GMap using panels

I need a "contact us" page which has a contact form and google map side by side. Thus, I enabled the core "Contact" module and installed GMap module. I also installed Panels module and ctools module ...
0
votes
1answer
22 views

more than one contact form block?

I have this module enabled http://drupal.org/project/contact_form_blocks but I only have one contact form block, which is set to global. How would I make another contact form block? Thank you!
0
votes
2answers
343 views

How do I add a header to the contact form?

I want to add a text header to the core contact form (between the title and the "Name" field). How can I achieve this?
0
votes
2answers
240 views

Contact form to notify the author of the node

i am building a real estate website where authorized users will be able to add some properties. I need in the property details page(node) to have a contact form with spesific fields and when that form ...
0
votes
1answer
139 views

how to change a theme through themekey on the contact page in drupal 7

I made a site in drupal 7 and used themekey (i'm using "nid" for all the pages) to have on every page a different backgrounds, this works perfect. But on the contact page i'm not able to find the way ...
0
votes
2answers
185 views

Removing username from personal contact form

On the personal contact form, when someone cc themselves, the username of the user they are emailing is exposed. Many users actually type their full name as username, so for them to remain anonymous, ...
0
votes
1answer
52 views

Module for form submitting straight to admin section

Can anyone recommend a module for a contact form to submit to the administrator (so the administrator can view/read it)? Users should be able to anonymously submit messages; they should not first ...
1
vote
1answer
279 views

hook_mail_alter() - how to access the “contact admin” form fields?

In Drupal 7.10 I have the /contact form open to anyone and would liketo add the Reply-To header to the mail message. How do I get the value of the e-mail address field in the /contact form - both for ...
0
votes
2answers
2k views

Put Site-Wide Contact Form in a Block

I want to display the contact form inside a block, so that a user can access it directly from another page. Using Webform Module to create a new form would be overkill. Is there a simple way to do ...
1
vote
1answer
103 views

How to change Contact Form sendto from admin dynamically

In D7 I have a hook_form_alter to make changes to the Contact Form (Core). How can I change the sendto address from the admin to another email addres that is determined when the user requests the ...
1
vote
1answer
129 views

Comment subject field too large breaks the page layout

I activated a contributed theme and I am doing some little customization. At the moment I have a 2 columns layout (content + second sidebar). Originally the theme was designed with a much larger ...
0
votes
1answer
526 views

Contact Form with drop-down subject (bonus: auto-selected based on GET/POST)

I have a number of services on my site and I want them to all direct to the contact form. Now, this is where it gets tricky- I want the subject to be a dropdown selection of all services provided and, ...
0
votes
2answers
159 views

Customising the contact form

I'm using the contact form inside a block on my frontpage, however the labels are pretty ugly, and I'd like to customise the form a bit. Is there some template file I can grab and put in my theme? ...
6
votes
4answers
7k views

Adding extra fields to Site Contact Form

This seems strangely difficult to me. What I thought would just be a case of adding extra fields a bit like adding fields to Content Types. But no. I can't locate any facility to add say a phone ...
1
vote
1answer
492 views

Personal Contact Forms

What is the best way to get a 'Contact User' form on nodes like an ebay-ish 'Contact Seller' simple form? I tried Contact / Contact Forms module, but I do not want a Sitewide Contact form to be ...