By jane on
can any one help to create a email form which consists of reciepients address ,Your Email address,Message and send me a copy with logic
can any one help to create a email form which consists of reciepients address ,Your Email address,Message and send me a copy with logic
Comments
Drupal already comes with
Drupal already comes with the contact module.
If that does not meet your needs take a look at the Webform module which can be used to produce such forms.
Webform is a good one but
Webform is a good one but here is also another http://drupal.org/project/contact_forms
how can i give a condition
how can i give a condition like
if Send me_a_copy (radio button) is selected,i should get the mail and if no is selected -i should not get the mail.