How can I add a hidden multiple choice field to a landing page

You can always use javascript to change the feidl to a multi value. But that would only work on the fromt end.

$('select').prop({'multiple':'multiple'});