cancel
Showing results for 
Search instead for 
Did you mean: 

Display Product name as label in form of Magento 2.3.2

Display Product name as label in form of Magento 2.3.2

We have form which gets initiated from product page. There are certain labels and disclaimers which needs to display the particular product name in the form.

 

Can someone please guide how this can be achieved?

1 REPLY 1

Re: Display Product name as label in form of Magento 2.3.2

@optimyle_optimy  As you can describe a global variable which has product name and then you can access that variable in your form of the product detail page.
for this you have to override form.phtml file in your custom theme.
If this help you accept this as solution and give kudos.