• How to fix 302 error on api call via hbs template?

    Hi, I am using ajax call in hbs template to call custom api onchange of specific dropdown. It's working fine for admin user but not working for normal user, It's showing 302 response on api call. Below is the response i am getting on onchange of…
  • How to use onchange event in hbs file ?

    Hi There, I have two drop down list in hbs template. I have to show the 2nd drop down options based on selection of 1st drop down. For ex: my 1st drop down is state and 2nd is city, On selection of state , city dropdown options should list based on…