I am trying a new form (survey) on 1.4.beta4. It is using conditional logic on almost every field. I am also using the new label/value choices.
When completing question 11 and question 12 is displayed, I get a validation field that shows up (with question 12) and the following statement:
"This field is for validation purposes and should be left unchanged."
The title of this field varies with each loading of the form...sometimes it is "Comment", other times it is "Name".
<li style="display: list-item;" class="gfield gform_validation_container" id="field_1_27"><label for="input_1_27" class="gfield_label">Name</label><div class="ginput_container"><input type="text" value="" name="input_27"></div><div class="gfield_description">This field is for validation purposes and should be left unchanged.</div></li>
Why is this field showing up?