Hi users.
I have a customer form in which I need two input boxes. Let’s call these “Article” and “Code”.
The customer will enter an article number, such as “Baxter1” as well as a customer code, such as “Code1”, and the results shown will be the description, colour, price and image.
I need the results to ONLY show the price that relates to both the Article number input and the Code input. If the code entered is not exactly correct, i.e. no partial matches, then no results will show even if the article number is correct.
I also need the results to not auto-populate when the user is typing. A submit button can be used.
Essentially, I am trying to create a members-only section of my site where procurement staff can log in, enter the article number of their current product and their custom pricing code, and see the best alternative product that my company can offer.
Can anyone assist with the coding of this?