CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Standalone form email notification
Pages: [1]

Author Topic: Standalone form email notification  (Read 2672 times)

creativeone

  • Guest
Standalone form email notification
May 11, 2007, 01:07:42 pm
I have create a profile form with custom data and everything works great - Yeah!!

The only down side is that I need an email of the information submitted to be sent to me as well as my database.  Am I missing something that would make this happen?  Thanks.

Cindy

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Standalone form email notification
May 11, 2007, 03:12:14 pm
Cindy - There is no "built-in" way to do this yet (this feature is on the "possibles" list for 1.8). However, this functionality can be coded into a simple module (if you're using Drupal) which takes advantage of our hook system.

A sample of the code is included in the CiviCRM distribution:
civicrm/drupal/civitest.module.sample
Protect your investment in CiviCRM by  becoming a Member!

creativeone

  • Guest
Re: Standalone form email notification
May 11, 2007, 05:09:28 pm
Actually I am using Joomla.  Is there anything I can do with this?  I am using a standalone form that I copied and pasted into the clients html page and tried adding a hidden recipient but it didn't seem to work.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Standalone form email notification
May 11, 2007, 06:17:58 pm

you can also implement the same in joomla using the joomla hook. i.e. you'll need to implement joomla_civicrm_post( ) etc.

This will require some developer time at your end and a bit of php code. if you are not a developer, you might want to contact your local php developer and/or someone from the civicrm professional list (http://civicrm.org/professional/)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

creativeone

  • Guest
Re: Standalone form email notification
May 14, 2007, 08:30:14 am
Lobo is there any documentation that will help me figure this out?

I have spent so much time trying to get civicrm working for this client.  I discovered the first time I tried to get it working - unsuccessfully - that the problems I had were due to her host.  With a  new host everything has been going great.  And now this?  bummer.  With all the problems I had before when we were with the other host I discovered that most of the professionals either didn't answer, didn't work with Joomla, or were way to expensive.  I can probably do this myself with the help of some documentation.  Thanks

Cindy

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Standalone form email notification

This forum was archived on 2017-11-26.