CiviCRM Community Forums (archive)
Old sections (read-only, deprecated) => Developer Discussion => Topic started by: sanook on March 14, 2009, 06:06:31 pm
-
Any tips on how I can/where I should go to customize the message after a profile form is filled out?
-
check:
http://wiki.civicrm.org/confluence/display/CRMDOC/Customize+Built-in,+Profile,+Contribution+and+Event+Registration+Screens
the templates/CRM/UF/Form/ also has the email templates of the mail message sent out
lobo
-
not the email message, but the system confirmation message that appears after a form is submitted. is this the same thing?
-
Do you mean the message: Thank you. Your information has been saved.
if so, your best bet would be to hack the file: CRM/Profile/Form/Edit.php and make the change there
lobo