See Example of script below that works fine. I want to add the feature to this where it will tell customer that they missed a field, "click here" to go back & try again.
Does not need to be fancy telling them which field they missed. (Although would be nice) Can even require all fields to be filled out, or do again.
Currently it kicks you out when e-mail field is empty, but not on any other field.....
I'm using CDO to send mail to the site owner from ASP pages with forms. Recently one of my forms is occasionally sending email with what seems to be an insertion which is replacing the plain text part of the email with something else. Looking at the server sent email source, the hacked emails have the following:
How do I make form fields required if I'm using a formmail.asp script? Also can I customize the page that visitors are sent to that tells them "you forgot to fill out this part..blah blah blah" ,and if so, how is it done?
I have a form with several fields - I have a radio button Yes/No
I have Field1, Field2, Field3, Field4 and Field5
If the radio button is Yes then I want Field1, Field2 and Field3 to be required - the other fields do not have to be required.
I'm not sure how to set them to be required - I know that I would have an if statement that if the button was yes then do something, but I'm not sure what to do?
i have a self submitting form which validates itself using post, once validated the form goes 2 another page . this page uses the GET method to get the data from the previous page. however this is at present not working . I would like the variable to be passed server side not client side in vbscript the pages are in ASP .
I would like to change it so that it displays only the first 40 (or so) characters from the record being pulled from the MySQL DB producing a result more like this:
Is there a way to change the SELECT call to MySQL so that it retrieves only the first 'x' characters found in the record? Code:
I have a contact form, that needs to be sent as email. However, I would like that email to be received with elements of the contact form in order and not as code in between. Personally I would put it into a DB. But My client uses a server that supports ASP but not access db. Go figure. and the current form made in PHP does not work for some reason. Is there a way to parse the email in ASP so it is organized.
I normally code in PHP but need to be able to send the contents of a form in asp. the thing is, i really don't know where to start and have got completely lost in all the different scripts I have found.
Does anyone have a script which does this?I need to get the contents of the form to be sent in an e-mail in such a way that it is lisible for a complete stranger.
I have made an html form which I would like to send by e-mail. When the recipient receives the e-mail form, I would like them to be able to fill it out and click the Submit button which will submit to an ASP page. This ASP page contains the code to submit the form data to a database. The page works fine when viewed through a browser, but the form will not submit in Outlook 2002 (I haven't tried other mail programs).....
I have .asp page that have a form. When form is submitted it's stored in Database. How can I make it also send an email like to some spesific address when the form is submitted?
I already have .asp file that is some sort of a mailer and it works. But what should that button Submit have to pass parameters into that .asp and still continue what it would be doing?
I'm sure questions like this irritate the hell out of experts but I'm more designer than programmer. Please could someone help me to create a form that will allow users to tick check boxes then have this info sent to an email address. I've managed to create text fields that work (which is a miracle in itself) but check boxes have me stumped.
I have an asp server script called confirmation.asp
I just need a form that sends to an email address and sends an attachment.
1. I have tried php: matt wrights script and jacks form mail. (set to multipart form data: they send the mail, but still dont send the form attachment.)
2. I have tried using pure asp upload and the cdont mail object. and that wont work with the imail smtp. ( i think I need to use cdo's or .net?)
If anyone has a form with attachment script that works with iis and imail email server.
I have an ASP script that collects information from a form on my site and sends it as an email. The ASP script is calling CDONTS.DLL which is registered on a win2k3 server with Exchange server running.
When submitting the form there is an error when it comes to the 'mail.send' part of the script. I have given all the necessary folders the correct permissions as per microsoft however I still get the same errors.
I believe it is something to do with permissions because if I disallow anonymous access to the site and access it through the local network as a logged in user the script works fine.
I have searched for a decent asp form to email script, but cannot find one that is suitable. What I need is: Email results to a specified email address (dont want this to be a hidden input for spam reasons)
i get code samples for servers running windows/IIS. the problem is that the server with my site is an aapche with chiliasp-3.5.2L-C3. i cannot figure out the syntax to take the input from the html form and mail it to a specified address.
I am struggling to set up a form that would allow me to recieve an e-mail from someone submitting an e-mail address for my sites newsletter. My host does have ASP and it is enabled on my site. It says there is a problem with line 122 on the thank-you.asp page but I am not seeing it. Click here to go to the page with the form on it.
I'm having trouble with spammers getting through my mail script. I've heard of FormMail for php but I need a solution for ASP. Any suggestions? I don't know how to stop these guys from using my forms to spam.
I've searched the forum for the answer to this..it's probably on here somewhere but in a different guise to my particular question and I don't know enough to figure it out.
If I have a basic form to mail ie
strEmail = request.form("Email")
and
mail = "me@me.com"
can I simply do this to get my form to be sent to 2 email addresses?
'Update configuration objConfig.Fields.Update Set objMail.Configuration = objConfig
objMail.From ="info@justonedomain.com" objMail.To = "kmuel@aol.net" objMail.Subject ="Information" objMail.TextBody="This is a test for CDO.message" objMail.Send
If Err.Number = 0 Then Response.Write("Mail sent!") Else Response.Write("Error sending mail. Code: " & Err.Number) Err.Clear End If Set objMail=Nothing Set objConfig=Nothing %>
Can anyone point out why this is not working? It should work.
I have found a FormMail type script in ASP that will send 1 attachment but getting any more seems to be a problem.. Can anyone suggest a script paid or free download?
Also the webserver and exchange servers sit on different boxes will this cause any problems?
I have constructed an order form and the users will enter the informtion. I now need to send the filled out form as an e-mail (body being the HTML with the fille din data) to a predefined e-mail address. I know how to use CDO. I don't want to go to another page to recontruct the HTML as the '.body'
Is it possible to create line breaks in a form? All of my informations appears as follows:
This mail message was sent from the www.ccbwebdesigns.com Online Form Email: First Name: John Last Name: Doe Business Type: Anonymous Business Name: In the Dark Phone: 555-GHOSTLY Mail: casper@haunted.com
I would like a line break after each individual text field.
I've been racking my brains over this one. I have a Classic ASP edit form with many fields, one of them a Status drop-down. If the Status (option value) has been changed to "Pending" for instance, I do a objMail.send, otherwise it doesn't send.
No problem, but how can I prevent the mail from sending AGAIN if a user goes back to the page and updates another field, or even just refreshes the page? If it helps, I am updating a SQL Server database.
I have an asp page that posts to a third-party site. I need to send an e-mail from this page when the user submits the form but before it posts to the other site.
I'm developing a service request form for our intranet that will send out an email when it is submitted. Sending to an internet email address, something@yahoo.com, poses no issue, but a lot of the staff only have internal email accounts.
Is there a way to send an emmail to a MS Exchange Alias?