10-Mar-2019, 10:11 PM
Hi
How can I change the headline over the form so it includes some information about what the user is about to comment on?
Instead of only showing "Add Comment" I want it to dynamically change based on the $cmtx_reference for example or is there a better way to have a dynamic <h3> above the form?
I want to change this element:
To something like
Where "Product XYZ" can change based on which page the user visits.
Thanks in advance!
How can I change the headline over the form so it includes some information about what the user is about to comment on?
Instead of only showing "Add Comment" I want it to dynamically change based on the $cmtx_reference for example or is there a better way to have a dynamic <h3> above the form?
I want to change this element:
Code:
<h3 class="cmtx_form_heading">Add Comment </h3>
Code:
<h3 class="cmtx_form_heading">Add Comment about Product XYZ</h3>
Where "Product XYZ" can change based on which page the user visits.
Thanks in advance!