Event response creation name required
This commit is contained in:
parent
b47003a7b4
commit
352e0992d6
|
@ -90,6 +90,8 @@ $data[1] = html_print_input_text(
|
|||
'',
|
||||
50,
|
||||
255,
|
||||
true,
|
||||
false,
|
||||
true
|
||||
);
|
||||
$data[1] .= html_print_input_hidden('id_response', $event_response['id'], true);
|
||||
|
|
Loading…
Reference in New Issue