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 CiviContribute (Moderator: Donald Lobo) »
  • Best way to override text (button label) on Contribution Page?
Pages: [1]

Author Topic: Best way to override text (button label) on Contribution Page?  (Read 1748 times)

jimcraner

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
Best way to override text (button label) on Contribution Page?
December 22, 2011, 03:53:31 pm
Running CiviCRM 4.0.7 on D7.  A department needs to change the text of the "Confirm Contribution" button at the bottom of the Contribution page (to "Confirm Membership" since this is a member signup page).  Since this is text entered in CRM/Contribute/Form/Contribution/Main.php and not the associated template file, what's the best way to override this?  Should I copy the formButton.tpl from /templates/CRM/common and add in logic to override the .value there? 

Thanks!

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Best way to override text (button label) on Contribution Page?
December 22, 2011, 07:17:39 pm
IMO best way would be to use buildForm hooks and alter the title of the button else you can use some js to change the label.

Kurund
Found this reply helpful? Support CiviCRM

jimcraner

  • I’m new here
  • *
  • Posts: 20
  • Karma: 0
Re: Best way to override text (button label) on Contribution Page?
December 22, 2011, 08:00:48 pm
Well, Javascript certainly sounds easier but I have already started looking at the form hook stuff figuring that was going to be the way to go.  Thanks for the advice, Kurund!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Best way to override text (button label) on Contribution Page?

This forum was archived on 2017-11-26.