Are form variables not visible while the form is in a collection item?

Haha I feel you man, doing the same here :laughing:
My input id bind to something like this :

image

My checkout button bind quantite parameter to this js :

return document.getElementById("kit"+context.item.data['id']).value
1 Like