We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d0476 commit e1be552Copy full SHA for e1be552
components/dom_crawler.rst
@@ -278,7 +278,8 @@ To work with multi-dimensional fields::
278
<input name="multi[dimensional]" />
279
</form>
280
281
-You must specify the fully qualified name of the field::
+You must specify the values of multi-dimensional fields as arrays itself to
282
+address which fields' values should be changed::
283
284
// Set a single field
285
$form->setValues(array('multi' => array('value')));
0 commit comments