I'm trying to establish a link between an input field and a paragraph where the paragraph will display the price multiplied by the number of people. For example, if the original cost was 7,000 for one person, then entering '2' in the input field should calculate it as 14,000. This functionality seems to be working fine on another page but not on mine for some reason. Apologies for my lack of expertise in this area!
/* Some JavaScript functions */
.some-styling {
background: linear-gradient(0deg, rgba(187, 243, 249, 1), rgba(70, 139, 186, 1));
/* Add your CSS styles here */
}
<div class="wrapper">
<!-- Your HTML content goes here -->
</div>