This commit is contained in:
Oliver Walters 2021-08-30 20:08:18 +10:00
parent 6177fe0c5a
commit e1adef5010

View File

@ -467,7 +467,7 @@ function constructFormBody(fields, options) {
break;
}
html += constructField(name, field, options);
html += constructField(field_name, field, options);
}
if (options.current_group) {