S
S
Sergey2015-09-06 15:10:04
MODX
Sergey, 2015-09-06 15:10:04

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>

Content - sentCallTpl
Имя:<b></b><br/>
Номер телефона:<b> </b><br/>

In the chunk - Recipients' email addresses. I inserted just an address instead of a chunk - the result is the same -020ee61c75fe494fbb7e75d3bd8ff630.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2017-05-31
@Derzaiii

Everything turned out to be simple - you need to install a different version of PHP

S
Sergey, 2015-09-07
@dpmango

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]

Z
zooks, 2015-09-08
@zooks

Remove the chunk in &emailTo=``and specify the mail in the normal way.
Instead of a chunk, you need to use text, or in extreme cases, the TV parameter.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question