Answer the question
In order to leave comments, you need to log in
How to pass the value of several fields to a Bitrix CRM custom field?
There is a web form on the site (CMS - WordPress)
I integrate with CRM Bitrix.
The question arose how to transfer the value of several fields to one Bitrix custom field?
(if stupidly inserted, then only the value of the last input is transmitted)
Answer the question
In order to leave comments, you need to log in
Option 1:
In the Wordpress form, for the inputs that need to be imploded, set the name parameter in the name[] format. Or, easier, make the input a select with the multiple=multiple parameter.
In general, a WordPress form:
<form action="">
<input type="text" name="inputName[]">
<input type="text" name="inputName[]">
<button type='submit'>Отправить</button>
</form>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question