What is a good way to overcome the unfortunate fact that this code will not work as desired:
Name:
Use jQuery and CSS
jQuery(document).ready(function() { jQuery("[required]").after("*"); });
.required { position: absolute; margin-left: -10px; color: #FB0000; font-size: 15px; }