#Jinx

1 messages · Page 1 of 1 (latest)

warm ibexBOT
opal yacht
#

Can you elaborate? Did you do console.log(); at each of the steps to see where it is going wrong?

still rampart
#

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
  }
};```
opal yacht
#

Where are you initializing elements?