By xover on
Hi.
I want to add a small simple email form to a specific page on a drupal site.
I'd rather is was separate from the built in drupal contact form.
I've had a look through some of the modules but I was hoping some kind person might know of just the thing!
Cheers
Comments
Develop a new module and add
Develop a new module and add the hooks through the comment form.
Only in this case, each instance of the material will form.
You want to add a form in php content?
Trouble is I can't write in
Trouble is I can't write in php to save my life.
I was hoping someone knew a clever bit of code or an existing module that might achieve the desired outcome.
Try webform
Try webform (http://drupal.org/project/webform), delat module allows forms to send messages.