Rabbitweb - problem with submit's form

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.

Example zhtml file, whitch not works:

[SIZE=“1”]

Shouldn’t it be ‘config.databits’ instead of ‘config.stopbits’?

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)

and on web

	SELECTED

>

and now it works good. thank you for your answer :wink: