Hi, I try to make simple html form by using rabbitweb module(zhtml) for serial setting. My problem is: when I use in zhtml file all form inputs, whitch I need for set serial port, form is not submit to Dynamic / form not works. When I use only one input form is submit / form works OK.
Hi. I found this mistake too, but this was not error. Form didn’t work. So I did it another way. I use:
in dynamic web configBlock.ser.databits select(“7” = PARAM_7BIT, “8” = PARAM_8BIT) web configBlock.ser.stopbits select(“1” = 1, “2” = 2)