Jake Campbell
@Jake-OzAll comments
- @I-antiva-ISubmitted 4 months ago@Jake-OzPosted 4 months ago
Hi. The form looks good however the Toast message CHeck Icon was missing. The browser gave me a 404 error on that resource. Perhaps check to see that it has been uploaded to your provider.
Marked as helpful0 - @Refer59Submitted over 1 year ago
Hello 🖐, this is my solution for this challenge.
I built this component in a way that let devs add as many forms as they need by making this component as layout container, letting the individual form logic does not depends upon this component, so we can manage validations directly in the given forms components, and these validations are called once the MultiForm's Next button is pressed.
Also I added a form transition animation and a country code modal selector.
The most challenging things were the Country Code and the Transition animation system
Feel free of making any comments 🎉
@Jake-OzPosted over 1 year agoHi. I am in Australia and couldn't get the country code to work for the phone number on Page 1. It comes up with Australia as the option at the top of the form but nothing loads in the list below that element.
0 - @jhops10Submitted over 1 year ago
can someone help me with the responsive part?
@Jake-OzPosted over 1 year agoHi, For the responsive design, you are on the right track with @media queries but you need to have the mobile image display set to "block" when you hide the desktop image. Otherwise it won't display.
0