I
I
ipokos2016-11-09 14:57:44
PHP
ipokos, 2016-11-09 14:57:44

How to redirect to a page in Bitrix after submitting a web form?

I did not work with Bitrix, I tried to google. I could not find a solution (((
I connect the form on the page like this:

$APPLICATION->IncludeComponent(
  "bitrix:form.result.new", 
  "", 
  array(
...
"SUCCESS_URL" => 'mysite.com/catalog' ,
...
  )
  ),
  false
);

The form submits, but I stay on the same page as the form.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Danbka, 2016-11-09
@Danbka

Everything seems to be correct.
See what happens in the /bitrix/components/bitrix/form.result.new/component.php component

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question