#oranges13_code

1 messages ¡ Page 1 of 1 (latest)

languid mauveBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1248722988115689533

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

strange jolt
#

I also tried

this.addressElement.update({
    defaultValues: {
                    address: {
                        line1: '123 Any St.',
                        line2: 'Apt #4',
                        city: 'Nowhere',
                        state: 'ME',
                        postal_code: '04567',
                        country: 'US'
                    },
                    phone: '5555555555',
                    }
            });
``` which did not work
#

is this possilbe?

torn wharf
#

Hi, there is not a button that you can click on to pre-fill test data.

strange jolt
#

We have one, I was just wondering if it was possible to update the address element in this way

#

If not, what would you suggest? I guess I was under the assumption that we have to use the address element to collect billing information, but if we can use our own fields still.. how would I do that with the payment element?

torn wharf
strange jolt
#

ok. I will try it with our existing fields then.