CodePudding user response:
Please insert your code. Its easier to help when you insert code instead of image links. Read how to ask a question here
You just need to add value attribute in your button and change its name.
<button name="name" value="<%= name %>"><%= name %></button>