Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

sdeemer's avatar

send an array of objects from a form

I have

Vue.component('', data() { return( form: new SparkForm((

full_name: '',

products_selected : '',

This issue I am getting I can post the string of values but products_selected is an array of various checkboxes sent as an array

I can not seem to find how I can pass the array

Any help ?? Please

0 likes
0 replies

Please or to participate in this conversation.