Answer the question
In order to leave comments, you need to log in
Why is Formit asking for recipient addresses?
I encountered an error - FormIt requires you to enter the addresses of the recipients of the letter. Many times I set up such feedback forms - but I don’t even know what to do here.
The code:
<div class="request-form">
<div class="popup-2">
<h2><span style="font-weight:bold; font-size:24px;">Заявка</span><br /> <span>на консультацию специалиста</span></h2>
<form id="send-form" method="post" action="">
<input type="text" align="middle" name="name" id="name" value="" placeholder="ваше имя" maxlength="255" required />
<br />
<input name="phone" phone="tel" type="text" maxlength="255" value="" placeholder="ваш телефон" required />
<br />
<input type="submit" name="submit" class="submit btn " value="ОТПРАВИТЬ">
</form>
</div>
</div>
Имя:<b></b><br/>
Номер телефона:<b> </b><br/>
Answer the question
In order to leave comments, you need to log in
Everything turned out to be simple - you need to install a different version of PHP
Try to remove emailTo and see if there is an error. Perhaps the email itself contains some extra characters. There was a similar issue with ajaxForm because the email was in the form [email protected]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question