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 Profiles (Moderator: Dave Greenberg) »
  • Profle - send email to user who filled out profile....
Pages: [1]

Author Topic: Profle - send email to user who filled out profile....  (Read 954 times)

kathykelley

  • Guest
Profle - send email to user who filled out profile....
October 23, 2009, 05:48:25 am
I have multiple profiles in the system (joomla) civic 2.2.  I need to be able to send and email to the person who filled out the profile after they submit the profile form.  What is the best way to handle this?

Also, I need to store the date associated with each profile being filled out?  How would you suggest dealing with this?

Thanks in advance for the help

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: Profle - send email to user who filled out profile....
October 23, 2009, 06:56:29 am

You will need to use hooks (and hence php code) to do so

check: http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+hook+specification

specifically civicrm_hook_postProcess

your date associated with each profile can also be done in a custom field (which is modified / updated via php code)

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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Profiles (Moderator: Dave Greenberg) »
  • Profle - send email to user who filled out profile....

This forum was archived on 2017-11-26.