D
D
Den Alex Smith2018-10-03 19:34:19
iOS
Den Alex Smith, 2018-10-03 19:34:19

The POST method from the body of the letter does not work in iOs. CHANTD?

I send an email with a form using php. In iOs mail, an action is performed on submit, but no data is transmitted to the server. From browser mail on the desktop it works fine, other mobile devices have not yet been tested. Here is the code for the snippet with the form:

<form name="answer" action="http://site.ru/?module=someaction" method="post">
  <input type="hidden" name="parent_id" value="123" />
  <textarea name="text"></textarea><br />
  <input type="submit" value="Отправить ответ" />
</form>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Shumov, 2018-10-03
@inoise

The client does not have a browser, so there is no one to process the request. It doesn't work like that

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question