[Solve 1.5.6] Add "multiple" to input mail attribute

Hi,

i have to send invoice to multiple mail, so i change the attribute of the input mail
<input type="email" name="to_email" id="to_email" class="form-control" required="" value="mail1@anywhere.true, mail2@anywhere.false">
to
<input type="email" name="to_email" id="to_email" class="form-control" required="" value="mail1@anywhere.true, mail2@anywhere.false" multiple>

If it can help someone

Thanks for your input.
It’s already fixed and will be published with version 1.5.6.

Issue: https://development.invoiceplane.com/browse/IP-617
Pull request: https://github.com/InvoicePlane/InvoicePlane/pull/561

Oh sorry.

Thanks for your work !

Thanks anyway for your post! :slight_smile: