in reply to Look ahead

replace
$input->param('driver')
with
@{[$input->param('driver')]}

rdfield