Dear All,
I want to implement a function in website module to perform some validation between columns of form.
Example :
Column 1 : Show Drop down Product Category. This column will show the product category. Example : Product Category1, Product Category2...…
Column2 : Show Drop down Product. related to selected category in Column1
So far we have implemented that using JavaScript for static entry, but our aim is to take the input from backend database. I mean Product category and Product to fetch from database.
Appreciate your support, Thanks.
Samir BECHAR