Questions tagged [drupal-contact-form]

The tag can refer to the contact form or the Contact module, a Drupal core module that implements a contact form.

Drupal core includes a module that allows users to contact each other, or to contact specific roles on the site.

Drupal 7, "Contact site" form

Drupal 7, "Contact user" form

For the site contact form, the module allows to define categories of messages that will appear as selector in the site contact form.

Drupal 7, site contact settings

Drupal 7, "Contact site" form

Third-party modules can expand the contact form implemented by the Contact form, or implement a different contact form to replace it.

22 questions
5
votes
8 answers

How do I disable the personal contact form option in the user edit form?

I am a Drupal beginner. When users create their account, they have the option to have a personal contact form. Where do I go to disable that? It's not in permissions. It's not a bad option, but I know it will confuse the hell out of my site's users.…
Behrooz Karjoo
  • 4,250
  • 10
  • 38
  • 48
3
votes
3 answers

add simple texts to drupal contact form

I'm building a site and it has a contact page . the contact page uses contact module and it has some basic forms , what I want is to add some simple text like my personal email and phone number and ... to this page , but I couldn't find a way to do…
m0j1
  • 165
  • 1
  • 7
  • 18
3
votes
1 answer

Email sent using contact form displays admins "from" address, and not the visitors email

This page uses Drupals contact form to send emails: http://www.westlake.school.nz/contact Problem is, the school staff use outlook. When they recieve email from parents etc, the email comes in as "From: admin@example.com On Behalf Of Westlake…
gbhall
  • 13,139
  • 9
  • 37
  • 42
2
votes
2 answers

Sending email from Drupal contact form, but GMail marks it as "Forged"

My Drupal site sends email to a GMail account, but the emails sent all go into the Spam folder, and GMail puts up a bar with the message "This message was likely forged and did not originate from your account." Although I can create a filter to…
James Shields
  • 309
  • 4
  • 12
2
votes
2 answers

Drupal : customize status messages (of contact form)

I am setting up a website using drupal 6 and trying to be minimalistic. I use contact form, and it works pretty well. Once the message is sent, it is redirected to the front page of my site with a message "Your message has been sent.".(with a div…
bsr
  • 57,282
  • 86
  • 216
  • 316
2
votes
4 answers

Is there a customizable form in drupal similar to the contact form?

I need a form to enable user to enter event info in three fields (what, where, and when). Then I would like to be able to present the events in tabular form. I don't know PHP. Does drupal have a module for this purpose?
Behrooz Karjoo
  • 4,250
  • 10
  • 38
  • 48
1
vote
2 answers

Drupal: embed contact form from contact module directly into template (rather then as a stand alone "page")

Full disclosure; I'm a complete newbie to Drupal development. I've been tasked with embedding a contact form in the footer component of our site's template. I've been told to use the Drupal Contact module for this task. The problem is, I don't see…
Frank Rosario
  • 2,512
  • 5
  • 31
  • 47
1
vote
1 answer

contact us module success workflow

I am using site-wide contact Us form, but when user click "send email" submit button, the workflow automatically take the user to home page, without showing any sort of message, which could be very inconvenient for end user. But in case user did not…
Anees Haider
  • 239
  • 2
  • 10
1
vote
0 answers

Drupal 8: How to add personal contact form for user only on a certain type of users content?

On my site, anonymous and authenticated users can both create content of the content type 'job'. What I want to do is create an application form that displays as a block on 'job' pages for authenticated users only(i can do up to here). I want the…
1
vote
2 answers

Drupal: Edit email template from contact form

When submitting a message in my site-wide contact form in Drupal 6.x I get the following message along the top of every message: [Name] sent a message using the contact form at [www.mysite.com/contact] I would like to remove this message. Looking…
chrisck
  • 169
  • 2
  • 18
1
vote
1 answer

My Drupal contact form menu item is not showing up

I enable the contact form module and it isn't showing up unless I'm logged into the system. I want all users to be able to use it.
andyczerwonka
  • 4,230
  • 5
  • 34
  • 57
0
votes
1 answer

contact module drupal 7?

I just installed the contact module for drupal 7 and set all permissions like the documentation said. I am not seeing a link in the main menu. How do I enable it/access it? This isn't clear to me. Does anyone have experience with it?
EZDC
  • 682
  • 1
  • 17
  • 33
0
votes
1 answer

Custom Contact Form on a Drupal CCK Node

What would be the best way to construct a contact form in Drupal 6 for each node of a particular type? I have some CCK nodes of type "profile" which have email address as a field. I want to have a view for each node with a contact form that users…
John
  • 477
  • 5
  • 13
0
votes
1 answer

Drupal 8 - How do I detect whether any contact forms have been created?

Context: On my Drupal 8 site I'm trying to add in a new section containing a view that lists out all forms. The user can then click on one of the form and it launches a download of all the messages sent through that form. However that section should…
ConorBaumgart
  • 493
  • 1
  • 3
  • 18
0
votes
3 answers

Creating a custom contact page -- page-contact.tpl.php

I'm new to Drupal. I want to create a contact page, so I copied page.tpl.php and renamed it to page-contact.tpl.php. I created some new elements in the page, so I can see that if I click on the "contact" link, I'll know that I went to the correct…
jc70
  • 255
  • 2
  • 13
  • 32
1
2