how do i make a feed back form, when submitted it will email me there name, email, and URL? Ive been tryin but i cannot get the right one to work. Please Help Me
1. Do you program in Perl?
2. Do you have a basic formmail script running?
3. If so, it sould have an area where it specifies input names from the form, you would have $url = $in{"url"};
or it parses all input from the form.
Simply make sure there are input fields in your form for the user to enter that information.
i.e <input type="text" name="url">
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.