F
F
Franco Mannino2017-01-13 13:12:25
1C-Bitrix
Franco Mannino, 2017-01-13 13:12:25

Why is the $_POST array left empty?

What could be the reasons why after submitting the form $_POST is empty? And how to find these reasons?

<form method="post" action="<?=$arParams['CONFIRM_URL']?>" name="regform" enctype="multipart/form-data">

This is a string from the bitix component template. After submitting this form, there is nothing in the POST.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Grechushnikov, 2017-01-13
@garinov

somewhere the post request is being cleaned. search in result_modifiers.php/init.php
explore the entire path to the component. learn how to use xdebug

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question