Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • John Carruthersā€¢ 310

    @techyjc

    Submitted

    I managed to keep the entire form post interaction contained within the same page. I normally use PHP for form submissions (POST method combined with the PHP Super-Globals).

    I think you can use Fetch in Javascript for the POST method but I've didn't think that was necessary in this case and the form GET method is best avoided for user data.

    Used some data attributes in various elements to show/hide various sections. and took advantage of this as you can format with CSS using an attribute selector .something[attrib="value"]

    The transition between break points is a little jarring but It's about practice not perfection.

    You decide.

    @marcusAzevedo93

    Posted

    Congratulations on solving your challenge! I noticed that you need to move down the address div a bit. You could also bold your h1, increase the font size, and center it. Overall, I really liked it, and I even found yours more beautiful than the original. šŸ˜Š

    Marked as helpful

    1