Crowdfunding product page

Solution retrospective
Didn't really match everything from design pictures, especially regarding popup boxes. Could've hide form until radio button is checked.
What specific areas of your project would you like help with?/if (radioPledge.checked) { prikazA.style.display = "block"; } else if(radioB.checked) { prikazB.style.display = "block"; }else { prikazA.style.display = "none"; prikazB.style.display = "none"; }/ This part in script.js didn't work.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on jovanao1's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord