Hey Guys,
This sounds really simple but is giving me a lot of trouble. I am trying to load multipule contact form elements into an array. Wix documentation says i should do the following:
let selected = $w(“#myElement1, #myElement3, Type”);
My Code
let formType = $w(“#mckinneyForm”).type
let forms = $w(" #mckinneyForm, #rockwallForm, #murphyForm, #richardsonForm, #planoForm, #mesaForm, formType");
However, the wix code editor complains throwing. Unexpected token error. Not totally sure what im doing wrong. Any Help is appreciated.