|
|
@ -865,8 +865,8 @@ class ScriptFormWebApp(WebAppHandler): |
|
|
|
params['max'] = field.get("max", '') |
|
|
|
params['max'] = field.get("max", '') |
|
|
|
|
|
|
|
|
|
|
|
if field['type'] in ('text'): |
|
|
|
if field['type'] in ('text'): |
|
|
|
params['rows'] = field.get("rows", ''), |
|
|
|
params['rows'] = field.get("rows", '') |
|
|
|
params['cols'] = field.get("cols", ''), |
|
|
|
params['cols'] = field.get("cols", '') |
|
|
|
|
|
|
|
|
|
|
|
if field['type'] == 'radio': |
|
|
|
if field['type'] == 'radio': |
|
|
|
if not form_values.get(field['name'], None): |
|
|
|
if not form_values.get(field['name'], None): |
|
|
|