[SOLVED]BUG - SCRIPTCASE V9.0.031 - Form - Ajax Event On Change in SELECT FIELD

Hi people i have a form
i use a select field to pick up a teacher.

I add an ajax onchange event in order to update some variables on the form.

The code is this.

{xlim_hrpag}=25;
{hrs}=15;

it works great but if i call any method before or after my code, the fields doesn’t update the vale
on the screen they are blank.

even if i change the value of variables inside any local php method doesn’t work, the varaibles on the screen remain blank.

I need to finish an important system please fix it

bug-form.jpg

bug-ajaxevent.jpg

bug-method-call-code.jpg

1 Like

El error lo tienes en la funcion, ya que alli estas escribiendo mal el nombre del parametro. wstructxpanel y ll tienes con una E el paramtero.

I think You have the error in the function, since you are all writing the name of the parameter incorrectly. wstructxpanel and you have it with an E the parameter.

I have the same issue