Dear Takayuki,
these are a few rules in the form which I mean. I would like for people to select the gender of more than one child (boy or girl), but that is not possible:
<label>child 1</label>
[radio child 1 label_first default:1 “Boy” “Girl”]
[date Birthdate placeholder “dd-mm-jjjj”]
<label>child 2</label>
[radio child 2 label_first default:1 “Boy” “Girl”]
[date Birthdate placeholder “dd-mm-jjjj”]
<label>child 3</label>
[radio child 3 label_first default:1 “Boy” “Girl”]
[date Birthdate placeholder “dd-mm-jjjj”]
<label>child 4</label>
[radio child 4 label_first default:1 “Boy” “Girl”]
[date Birthdate placeholder “dd-mm-jjjj”]
I also played with the default option, but that did not work. Hope you can help me out here. Thank you very much!
Maurice