#Jinx
1 messages · Page 1 of 1 (latest)
Can you elaborate? Did you do console.log(); at each of the steps to see where it is going wrong?
When I integrate the 2nd code, it says elements is not defined
const addressElement = elements.getElement('address');
const {complete, value} = await addressElement.getValue();
if (complete) {
// Allow user to proceed to the next step
// Optionally, use value to store the address details
}
};```
Where are you initializing elements?