We use an off the shelf product called EditLive!. This is not an advert for them but merely just to say that we have found it useful.
Pete Boys
www.hansam.co.uk
I want to show the values in an email e.g. if a user checks the check boxes for information on -
wills
fafily law
but does not check
criminal
other
then the email will have in the body
Send me information on -
wills
family law
Same sort of thing with radio buttons for a simple two option...
I am using this which is fine so far -
<%
email = request.form("Email")
Dim objMail
Set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.From = email
objMail.Subject = "Enquiry From Web Site"
objMail.To = "myname@myURL.co.uk"
ObjMail.BodyFormat =...
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.