I need help on some HTML code

Hi folks!
I’m making a website for my small business and I had an issue with something

so it’s and E-Store and the problem that I wanna receive the name of the product too in the SMS text when they click on “Order now!” but I didn’t know how hh
please help
:slight_smile: and thank you

that’s my code

the code

Page Title

hi

$5.00
Quantity:

that’s the output

and that’s what happens when they click on “Order Now!” Button

Take a hidden input field with value will be your product name
On submit you will get product name

<input type="hidden" value="Product Name" name="product">

where exactly do I place it? if u can send me a screenshot or smthg plz

How many types of products do you have on the website? If there are a lot, then only Html code will not work.
You need to add some javascript or PHP code for the product name variable.

he can use json as data source.
And parse the json using javascript.

if he doesn’t want any backend interaction.