Mar 25, 2020
0
Level 1
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
Please or to participate in this conversation.