Questions about Payment Form extension

Component Heading

More
13 years 10 months ago #3415 by knich
Component Heading was created by knich
Hello,

When I open my registration form, it displays the component heading: PAYMENT FOR [TITLE].

Is there a way I can change this? Our emphasis is the registration...not the payment. It would be okay if it displayed, REGISTRATION FOR [TITLE]. However, I'd really prefer it did not display anything.

Thank you!

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

More
13 years 10 months ago #3416 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re:Component Heading
Hi

In the back-end of Payment Form, there is a function called Translation . You can access to this function to change this language string .

If you want to remove it , please open the file components/com_pmform/views/form/tmpl/default.php and remove the line of code :
Code:
<div class="componentheading"><?php echo $headerText; ?></div>

Hope this help .

Regards,

Tuan

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

More
13 years 10 months ago #3417 by knich
Replied by knich on topic Re:Component Heading
Thank you for such a quick helpful reply. I will do that...

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

Moderators: Tuan Pham Ngoc