Hello. I searched everywhere and found nothing. Can you help me? How to use the collection in the form?
<form method="post" name="form" action="index.php">
    <input name="ext[0][image]" value="">
    <textarea name="ext[0][description]" maxlength="120"></textarea>
    <input name="ext[1][image]" value="">
    <textarea name="ext[1][description]" maxlength="120"></textarea>
    <input name="ext[2][image]" value="">
    <textarea name="ext[2][description]" maxlength="120"></textarea>
    <input name="submit-form" type="submit">
</form>