UJIN, <form method="post" action="" id="formMain" name="formMain">
<input id="name" type="text" name="name" placeholder="Введите ваше имя" maxlength="30" autocomplete="off" required/>
<input id="telephone" type="Tel" name="telephone[]" placeholder="Введите ваш телефон" maxlength="30" autocomplete="off" required/>
// сюда подгружать инпуты name="telephone[]"
<input id="button" type="button" value="Заказать обратный звонок" onclick="AjaxFormRequest('messegeResult', 'formMain', 'index.php/types2')"/>
</form>