July 4th Enhancement Signup forms

  • Enhancement in Signup Form We've made the signup form even smarter! 🧠 The chosen payment option (through a variable we're calling selectedPaymentOption) now utilizes a feature known as optional chaining. What this means is, if for any reason the payment option isn't available, the system will handle it smoothly without causing any hiccups. 👍

  • Update in Method signup behaviour Another great news! 🎉 We've tweaked the initial settings when you sign up. Now, the signup method will cleverly use the selectedPaymentOption if available. If not, it'll simply start with an empty field. Hence, you won't face any unnecessary pre-filled fields anymore. It's all about making your experience cleaner and more streamlined. 🚀

Last updated