Obtain gross value from view-complete page?

  • Dan Atrill
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 months 2 weeks ago #160631 by Dan Atrill
Hello,
We are looking to add a financial value to stats and can see the Gross Value in the Registration Complete page but it's not easy to surface that value using JavaScript. Is there an override we could use to add an ID to the value element perhaps?

Thanks

Dan 

Web developer in London, England
Attachments:

Please Log in or Create an account to join the conversation.

More
7 months 2 weeks ago #160648 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Obtain gross value from view-complete page?
Hi Dan

Exactly what file you will be adding that code? You might be able to get that value using PHP code:

<?php echo $this->rowRegistrant->amount;?>

Regards,

Tuan

Please Log in or Create an account to join the conversation.