I am happy with the solution. Had to do a few workarounds - but overall it was a fun challenge.
What challenges did you encounter, and how did you overcome them?I had a strange issue where I could not hide my main wrapper with JS. I had to hide the img and form wrapper separately. Also, in order to handle validation of email inputs purely through my custom JavaScript logic, I had to remove required and type="email attributes from my input element. These attributes triggered the browser's automated validation messages.
What specific areas of your project would you like help with?ANY and all help very much appreciated!