#RockstarsNFT-react
1 messages · Page 1 of 1 (latest)
Hi there, no there is no way to do this. You would want to disable the address collection fields in this case and collect them via your own form if you always want to collect certain fields.
we couldn't even document.query the form after it renders?
I haven't tried that myself so can't say 100% on that. But really you don't want to do that. We aren't going to collect a lot of the address fields most times because they aren't important for card authorization. So if you want things like address_line_1 then you should be collecting it yourself and it will be more work to try and listen for the form each time and adjusting your render accordingly.