Asp Email Form With Tick Boxes To Different Address's?
I am trying to set up a contact page using Matt's FormMail ASP script (because my hosting is on a Windows server I am unable to use the easier Natemail PHP script)
It is simple enough to send an email to a single email address but I want to have a form with a choice of 4 email address's to send to that are chosen by way of a tickbox (it doesn't have to be a tickbox but that is what I prefer at the moment)
Does anybody know of a method to do this?
(I am using Adobe Golive CS2)
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Email Form - Verify Email Address
Just starting to play with scripts, and need a little guidance. I want to check to make sure that the email addresses users enter in a form are identical before it will allow them to submit. here's what i have: the variable for the second email address is EmailFrom2 'validation Dim validationOK validationOK=true If (Trim(EmailFrom)="") Then validationOK=false If (validationOK=false) Then Response.Redirect("emailerror.htm?" & EmailFrom) If (Trim(Name)="") Then validationOK=false If (validationOK=false) Then Response.Redirect("nameerror.htm?") If (Trim(CityState)="") Then validationOK=false If (validationOK=false) Then Response.Redirect("citystateerror.htm?") If (Trim(SchoolName)="") Then validationOK=false If (validationOK=false) Then Response.Redirect("schoolnameerror.htm?")
ASP Form- How To Block An Email Address?
I was wondering if anyone could shed some light on how to blacklist certain email addresses or domains form posting in my form. I have client side validation to ensure fields are entered correctly and contain the correct values. I need to adapt my script (below) to block email from "@mail". I am getting losts of spam from this email address filling in my form. Code:
Create Email Form With Attachment With Cc And Bcc Address?
I want to create form in which user specify his details. But that mail should be take cc address from database and also that form have one attachment field. Mail body must be in html format. Attachment and "from" his email field compulsory....
Send Form Data To An Email Address?
What I am trying to do is create a page on my company's internet site so that our customers can fill out a form, click a submit button and then have the data they entered be emailed to me. I have already created the form within Dreamweaver MX. How do I setup the Submit button to automatically email the information to me?
Block Email Address Form Registering
I want to prevent people with yahoo, hotmail, gmail accounts from registering to my site. Here is where I do Email Insert Confirm. How do I block these email Address: Code: .....
Mailto: Get Email Address Form Field?
In my page, i have 6 textbox field: name, id, email address, age and bookingStatus, bookingMessage. when i click a button in the page(mailto), the ms outlook will opened, and all the information in the field(name, id, email address, bookingStatus, and bookingMessage) will be displayed in the ms outlook in the message part before i send the email. I want to use the "mailto" code! The form will be emailed to the user according to the email field, that means, the "mailto" address will come from the form "email address field" in the form The subject of the email will be: fixed as "BOOKING STATUS"
Form Setup To Send The Results To An Email Address
I have a webpage with ASP that is a form. I have the form setup to send the results to an email address (using the Frontpage feature). We have published the page to the web, but it will not send email. It simply does nothing. This is the code: <form name="Datasheet" method="POST" action="DataSheet.asp" webbot-action="--WEBBOT-SELF--"> <!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE" S-Email-Address="ray.clark@721-file.com" B-Email-Label-Fields="TRUE" S-Builtin-Fields startspan -->
Remove Email Address/ Pseudo Email Address
has anyone got a function or subroutine which will remove blank out or remove email addresses. i've wrote a function which will remove valid email addresses, it's pseudo addresses such as "blah @ blah.com" or "blah_at_blah_dot_com" or "blah_at_blah_._com" the function is basically to stop users posting an email address in a message.
Email Validation Of Email Address Within An Access Database
Im running a simple mail system program which emails newsletters to a database list of 3000+ users. The program loops through a database containing the emails and sends them out using ASPEmail. My question is, is there some way i can validate each email address so that if there are invalid characters e.g. the space in "blah @blah.com" it will skip the record and continue the loop. At the moment i have a working program however, whenever the program comes across an invalid email address it stops at that record and prevents the program from emailing any further.
Generating Email Address And Textarea To Be Inlcluded On Email
1. I want users to type in their email address on a textfield, and after users press the "Submit" button. The info will automatically go to another person's email to receive a compliment, suggestion, etcetera. 2. Another is how to include the message written on a textarea of a form with the ASP code supplied below: Code:
Form :: Make The Input Text Boxes Smaller Or Bigger
I am currently making a form in asp and when i make the text boxes they are all formatted to the same size, even if I use the width=*** to change the size? Is there another way to make the input text boxes smaller or bigger?
Passing Email Address To Sql Db
I have a webform that I would like for customers to fill out. Their information is written to a sql db and in the background, an email is sent back to the customer and also proving a url for them to fill out a questionare. Ok, that part is done without any problems. The url that I am providing to the customer to return back to the site, is also passing their email address in the url for validation. which is http://www.url?email=email Here is the query that I am trying to run in displaying their company information: SQL = "SELECT * FROM CONTACT where email = " & request.QueryString("email")" If i do a basic select * from contact, that works, so it has to be w/ the ending part of passing the email address.
Email Address From Textfield
I would like to provide the text field to let the user key in the email address. How to ensure that they at least will key in the "@xxx.com"?
Validation Of Email Address
I have a form that registers users and adds their details to a database. I am looking for a validation msg that chaecks that a users email address has not being used to register before. Any ideas of where I can find one like this?
Email Address Validation
Is there a way where I can confirm that the email address in the DB is a valid one? eg. .....@yahoo.com.sg
Disguising Email Address
I have a website where users can enter their email address and submit a form. This form inserts that email address into an access database and reloads the page showing the added email address. The site is entirely in asp. The problem is that I am afraid that spam bots will find the "mailto:" links and the "@" sign in the asp code and use that to add the email addresses to a spam list. I am aware of javascript methods to work around this, but I cant do it because it would require a client-side function call, which cant be done in asp. Also, I am aware of the code in which each letter is replaced with some symbols, but I have heard that spambots can find this too. Does anyone know of a solution to this problem? I have searched the web and havent found much help. Any info. would be appreciated. If this can be done in another programming language, i will be willing to switch from asp.
Emails Sent To An Email Address
Basically one of our clients has asked us to save all emails sent to a particular email address. eg.'bruce@almighty.com' to a database. I don't even have the slightest idea as to how this could be done via ASP on a web server.
Email Address From A Database
I trying to send an email using CDO Mail compontent with ASP.I would like to pull the email address from a database. I have created recordset, and I can get the first address to work, but I can not figure out a way to make it loop so it pulls all the email address from the database and sents the email to all of them.
Validate Email Address
I have about 10 text boxes and "Email_Address" is one of the first boxes. I would like it so when they exit the Email_Address box it checks to see if it is in the right format before they continue. I have scripts that check at submit, but the form already goes through another complicated Perl script then and I did not write the script so I would rather not mess with that.
Verification Of Email Address Thru Nslookup
How do you write in asp to verify email address whether it is valid or not. Is it related to nslookup? Is there any way i can do it. i mean test@abc.com is a bad mail or something else.
ASP SmartMail Sends To Only 1 EMail Address
My website uses ASP SmartMail to send Contact Us and Order Forms. In both the forms It only sends the forms to kirti@one-world-trading.com although I want it also to go to my msn address. Here is what the form looks like....
Possible To Get Outllook Email Address Automatically?
Using ASP and CDONTS to send a simple email to an address that is chosen from a drop-down. This works, however I currently have a textbox ('From') that the user has to manually enter their email address. Is there anyway I can assign the outlook email address to a variable, without actually using outlook to send the email (i.e mailto?)
CDOSYS With Variable For To: Email Address
Has anyone been able to use a variable for the To: line with CDOSYS? When I put in a specific address like: myMail.To = "webster@thisplace.org" it works fine. When I put in a variable like: myMail.To = areaDirector it doesn't work. I did a reponse.write on the areaDirector and it comes out like it's supposed to: Join Bytes! Any ideas? Does it have something to do with the quote marks?
Email Address Link Question
I can't remember the code for email address link. The program will open up default email service when the user click on an email. Do you know what I'm talking about?
Concatenate Textbox With Email Address
I have an asp page and wish to concatenate a Contact Name textbox to part of an email address and place this concatenated text into an email textbox. I know how to concatenate but unsure of how to implement this via the textbox event, onexit. Can this be done? The code I'm using is: Dim EnterName Dim NewEmail EnterName = Request.Form("txtContactName") If Instr(EnterName," ") <> 0 Then EnterName = Replace(EnterName," ",".") NewEmail = EnterName & "@something.com" End If The html code for the email textbox is: <Input type="text" Name="txtEmailAddress" value="<%=NewEmail%>> Like I said not sure if this will not work until the txtContactName has an OnExit event, or something similar.
Attach Email Address To Checkbox
I have a web form that collects data and passes it to a mailer.asp page that arranges the form data into an nice html table and then emails it using CDONTS. The form works fine. Here's what I am trying to accomplish: Based on which of the checkboxes are checked, that is who the email needs to go to. I cannot figure out how to attach an email address to the specific checkboxes. I would prefer to keep the email addy's in the asp so that the spambots dont take them. Here is my form page: Code:
Checking Email Address Format
Is there a way to check if an email address is the right format, e.g: firstname.secondname@myserver.com.I want to check that every email address entered has a firstname then a . then a second name and always @myserver.com
Can I Retrieve Sender Email Address For CDO Message ?
I have an ASP script for users to replying by email to job postings. I set up the message using CDO as usual: Set objMessage = CreateObject("CDO.Message") objMessage.Subject = "Example CDO Message" objMessage.From = "blah" objMessage.To = "myemail@comcast.net" objMessage.TextBody = "blah" objMessage.Send I did not realize that objMessage.From needs to be filled in, and that there is no vlaidation. Suppose that's how spammers work their magic. Is there a way to determine the user's email account so I can fill in objMessage.From ? I am thinking No, that a server app can not strip something off a user's PC memory. Otherwise I will have to set objMessage.From to a generic term.
Grab Logged In User's Email Address
I have this asp page (see code below). It grabs the values from the previous page and populates the email which gets sent to the recipient from the person bidding on his product. I need to grab the bidder's email address (he is logged in when sending this email) from the database. I can't seem to figure out the code for grabbing a logged in visitor's information from the database to display in the "From" field. Can anyone help? I need the code that grabs his email address, and the code that goes in the "mailer.from" variable to populate that field. Here's the code:
Tick Checbox
Ive set up a page with a apply/sumbit button on one page . when the user clicks either apply or sumbit button I want the following page to tick the checkbox . would I need asp coding or java and which page would code go into.
Shows Tick Box Data
i want to do is to have an update form that shows tick box data which is read from an access database via asp and a dsn less connection string. Have achieved it with text boxes but can't for the life of me figure out how to do the same with tickboxes.
Address In Form Field
I'm using MS database editor.When the db is updated ("submit") I want to send an email to an addrss in one of the fields.The db update function works well.
Tick Box Duplicate Text From One Textbox To Another
i have a form on my page.. i have one textbox called 'bookername' and another one called 'customername' and a tick box called 'tickme' the user fills in the booker name first.. they then move through the form.. they then get to the customername textbox.. basically when the user ticks the tickbox.. i want the name currently in the bookername textbox to be placed in the customername textbox.. i am guessing that this feature will probably need to be coded in javascript.. but seeing as you guys must deal a lot with forms.. someone will probably have done this before..
CDONTs - Problem Formatting An Email, From Form To Email
I am having a problem formatting an email message which comes from a form. I am currently having difficulty with the <br> tag which I am using for line spaces within my email. I am getting an expected statement error message which is pointing to the line which is underlined below. I can't think what is causing this. The code for my processing page is below:-
ASP Email Form: Sends To Some Email Addresses But Not Others..
here is the script i use: Set myMail=server.CreateObject("CDO.Message") myMail.Subject="subject" myMail.From="me" myMail.To=request.form("email") myMail.TextBody="hello" myMail.Send set myMail=nothing this script sends emails to some addresses but not others--and its based on the email service it's sending to. for instance, hotmail email addresses get the email, but mail.com email addresses dont get the email. i have tried sending it to other email hosts, too, and still, some work, some don't. what is going on here?
How Can I List All The Email Address From Hotmal Contact List?
How can i list out all the email address into my website from the hotmail caontact list? i am successful log in into the yahoo contact list by using serverxmlhttp and list out all the email address from the page source, but i could not access to hotmail by using the serverxmlhttp. Is any other methos can list out the email address from hotmail contact list?
How To Check For "www." In Email Address Field
Hi everyone. I'm new to this forum and appreciate anyone's help who knows how to do this. I use ASP to mainly handle email forms. I have code that validates the email format, making sure the @ and . are in the right place, but there is a frequent problem with people submitting their email address on my forms that seem to think their email address begins with "www." (ex: www.bob112020@aol.com), which leads inevitably to bad emails in our list. Anyone know how to automatically remove "www." from a form text field when it is found?
Merging Upload Form And Email Form
Im having problems with my form, separately both forms work perfectly, but having problem sending the email once submitted, however the upload fuction is working fine. The message im getting is, Request object error 'ASP 0207 : 80004005' Cannot use Request.Form /forminfo.asp, line 42 Cannot use Request.Form collection after calling BinaryRead. Heres the script Code:
ASP Repeating Form Fields In An Email Form
Would anyone be able to give some guideance in ASP code as to how I would repeat a section of input fields in a form based upon the number of guests that are attending an event? Basically, what needs to happen is if 3 guests are attending, I need the Name, address, city, state fields to repeat so they can be filled in with information. Then all of the information from the whole form is submitted which returns an email to the administrator of the event.
Sending Email With Values Form A Form
<%@Language=VBScript %> <%option explicit%> <% MESSAGE = (Request.Form("type")) MESSAGE=MESSAGE & vbcrlf & "Name" & (Request.Form("name")) MESSAGE=MESSAGE & vbcrlf & (Request.Form("address")) MESSAGE=MESSAGE & vbcrlf & (Request.Form("handphone")) MESSAGE=MESSAGE & vbcrlf & (Request.Form("phonenumber")) MESSAGE=MESSAGE & vbcrlf & vbcrlf & (Request.Form("comments")) MESSAGE=MESSAGE & vbcrlf & vbcrlf MESSAGE=MESSAGE & "____________________________________________" Set objMail = Server.CreateObject("CDONTS.NewMail") objMail.From =Request.Form(email) objMail.To = "icepricessa@hotmail.com" objMail.Subject = "Business/Career Enquiries" objMail.Body = ""&MESSAGE&"" objMail.Send Set objMail = Nothing %> but somehow i'm not able to send the mail....
Email Form In ASP
i want to create an email form in ASP that can send emails to one and if possible multiple email addresses. 1. what requirements do i need. ie. web hosting .etc Is it possible to make a form with a dropdown box for the different email addresses? does anyone know where i can download a copy of something like this or have a copy themselves? It can be just a simple type in your name, comments and submit form. just anything that works and how i get it to work.
How To Email A Form To Someone
Does any one have working or sample scripts that will retrieve a form information and send that information to a specified email account? eg. a data request or a user comment form.
Form Email
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Option Explicit Response.Expires = 0 'you need to set up a variable (declare variables) for each filed fron your form page ' what I like to do is use the exact same name and add str for string to the beginning of it. Dim strFirstName Dim strLastName Dim strAddress1 Dim strAddress2 Dim strCity Dim strState Dim strZip Dim strEmail ' After you declare the variables you need to assign a value to each one. ' each variable will be assign the corresponding value being sent from the form 'If you need other form fields, declare them above and assign a value here, Just 'follow the same format......
|