Add form fields dynamically with JavaScript
If you have ever used GMail you have most probably already seen this at the attachments page, where you can dynamically add attachment slots without even refreshing the page. You can achieve this effect easily and I will just show you how to do it. For the purpose of course, we will use JavaScript, so...