Hello, As the title says, I need help making a form work and I'm using GoLive. I've used the script from this link http://www.brainjar.com/asp/formmail/ and I can't say that I've really understood what it was saying. But my brother (a web designer) helped me out some and said that what I would need to do is take the script from where it says 'Setting Up the Form' and insert that in the 'Form section' in the source code on my page where I'm going to have the form (He showed me where all of this was in the source code). So I did this, but now Im not really sure where to go from there. I changed some of the basic things that needed to be changed in the script, but I dont know what to put in the other ones. Here is the script on the page: <form action='/scripts/formmail.asp' method='post'> <p> <input name='_recipients' type='hidden' value='[email protected]' /> <input name='_requiredFields' type='hidden' value='Name,Customer ID,Email,Comments' /> Name: <input name='Name' type='text' /> Customer ID: <input name='Customer ID' type='text' /> Email Address: <input name='Email' type='text' /> Comments: <textarea name='Comments' rows=5 cols=50> Post Edited (klepp) : 2/23/2007 3:27:02 AM GMT