On one of our projects we were porting over a legacy application written in PHP to Rails. A lot of the application’s users accessed the site with bookmarked pages. So we wanted to redirect users when we saw specific words like “buy” or “.php”, so customers were not left staring…
Use CSS to Mark Fields as Required
Curious on how the pros handle marking required fields on their forms? Wonder no more! Below I’ll describe a technique I employ on my own forms to make marking required fields a simple and straight-forward process. I will assume you have at least a basic working understanding of CSS, but…