Jump to content

moneytree

Members
  • Posts

    55
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

moneytree's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi 947740,Yesideez, Many thanks for your advice over confirm opt-in issue. 947740,you're right ! Your advice is exactly what I'm thinking of for the confirm opt-in.Unfortunately,I am new to php and had no idea to go about it. May I have a helping hand from people who has a solution for it ? Thank you. Best regards manicui
  2. Hi, May I know how to create a confirm opt-in link in the email message which send out to subscriber after they have opt-in to webform on my site ? The main objective is to avoid any spamming issue. When a subscriber opt-in with his/her details into the webform for newsletter,the first email will be send out with this confirm opt-in link,the subscriber has to click on this link in order to receive a second email with a down load link for the newsletter they had opt-in for it. I am using my autoresponder which provided by my web hosting company for this purpose,if I have create an email account - confirmoptin@yourdomain.com, how can I get it done ? Many thanks for your time and efforts in helping me. Best regards manicui
  3. Hi, I am using Matt's formmail.pl for my wenform in cgi-bin as show here. --------------------------------------------------------------------------------------------------- # FormMail Version 1.92 # Copyright 1995-2002 Matt Wright mattw@scriptarchive.com # Created 06/09/95 Last Modified 04/21/02 # Matt's Script Archive, Inc.: http://www.scriptarchive.com/ --------------------------------------------------------------------------------------------------- The main reason to captured and display the firstname,lastname and email address of the subscirber as it requried by this autoresponder software - milloop 7 which I am using it to collect the opt-in list from my webform. The following is the opt-in info of the subscriber display in my webmail : --------------------------------------------------------------------------------------------------- Subject: Thank you for subscribing to newsletter ! <u>From: Unknown sender</u> Date: Wed, April 23, 2008 5:28 pm To: newsletter@mysite.com Priority: Normal Options: View Full Header | View Printable Version | Download this as a file firstname: manicui lastname: gohin Email: manicui@XXXXXXX.com --------------------------------------------------------------------------------------------------- The problem is the sender captured in the email became as " unknown sender " as you can see it in the email as show above ( From: Unknown sender ). I had carried out a test by creating an autoresponder's message ( newsletter ) to be send out immediately to those subscriber who had opi-in to my webform,but,this message never send out and the subscriber never receive the newsletter ! It could be due to the unknown sender without an email address. May I know how to make changes in the formmail.pl in order to captured the email address of the subscriber in the " From : " field ? Many thanks for your time and efforts in helping me. Best regards manicui
  4. Hi zenag, Many thanks for your replied to my query over script's issue. My webform is working now based on your advice for the changes ! Thank you for your time and efforts in helping me. Best regards manicui
  5. Hi everyone, I had tried to set-up the validation function for two webform on my site,however,it didn't work.Please kindly advice what's the caused of it.The following is the two webform code extracted from my home page for your review. <script language="javascript"> function verify() { var errors1 = ""; var errors2 = ""; var errors3 = ""; var message="Please complete the following field(s): \n"; var first = document.myform.firstname.value; var last = document.myform.lastname.value; var email = document.myform.email.value; if (first.length == "0") { errors1="First name\n"; } if (last.length == "0") { errors2="Last name\n"; } if (email.length == "0") { errors3="email address\n"; } if (errors1.length >= "1" || errors2.length >= "1" || errors3.length >= "1") { alert(message + "\n\n" + errors1 + errors2 + errors3); } else { document.myform.submit(); } } function verify2() { var errors1 = ""; var errors2 = ""; var errors3 = ""; var message="Please complete the following field(s): \n"; var first = document.myform2.firstname.value; var last = document.myform2.lastname.value; var email = document.myform2.email.value; if (first.length == "0") { errors1="First name\n"; } if (last.length == "0") { errors2="Last name\n"; } if (email.length == "0") { errors3="email address\n"; } if (errors1.length >= "1" || errors2.length >= "1" || errors3.length >= "1") { alert(message + "\n\n" + errors1 + errors2 + errors3); } else { document.myform2.submit(); } } </script> --> <!-- First Form --> <form name="myform" METHOD="post" ACTION="http://abc.com/cgi-bin/formmail.pl"> <input type=hidden name="recipient" value="newsletter@abc.com"> <input type=hidden name="subject" value="Thank you for subscribing to newsletter !"> First Name : <input type=text name="firstname" size="20"> Last Name : <input type=text name="lastname" size="20"> Email : <input type=text name="Email" size="20"> <center><input type="submit" value="Yes,I want it !"/></center> </form> <form name="myform2" METHOD="post" ACTION="http://abc.com/cgi-bin/formmail.pl"> <input type=hidden name="recipient" value="ebook@abc.com"> <input type=hidden name="subject" value="Thank you for subscribing to ebook !"> <P align=center>First Name : <INPUT title="Your Google Toolbar can fill this in for you. Select AutoFill" style="BACKGROUND-COLOR: #ffffa0" name=firstname><BR>Last Name : <INPUT title="Your Google Toolbar can fill this in for you. Select AutoFill" style="BACKGROUND-COLOR: #ffffa0" name=lastname><BR>Email : <INPUT title="Your Google Toolbar can fill this in for you. Select AutoFill" style="BACKGROUND-COLOR: #ffffa0" name=email><BR></P> <CENTER><INPUT type=button value="Yes,I want the private access now !" onclick="verify2"></CENTER> </form> Many thanks for your time and efforts in helping me to solve this issue. Best regards manicui
  6. Hi ohdang888, Good day to you. Many thanks for your information about the web site address of Google for the submission of my site. Thank you. Best regards manicui
  7. Hi ohdang888, Thanks for your advice to submit my site to Google,may I know how to go about it ? Best regards manicui
  8. Hi ohdang888,zfred09, Many thanks for your replied to my concerned over web site issue. Infact,I am about to start marketing products on my site and worry about these issue will affect my marketing. So far,I have search other web site through Google and didn't see any such issue link to its site,it should be that way,right. Anyway,I am open to any advice which can address my concerns over this issue. Thank you. Best regards manicui
  9. Hi everyone, I am a newbie to internet marketing and used to post my queries over my web site issue in quite a number of forum and get it answer from the respective moderator. However,I had just discovered that - when I used Google search for my site,those queries posted in forum will display as well ! I am quite worry about it. I think it's not a good information to show to those people who are searching my site through Google search. May I know is it alright for it ? What should I do with it ? How come Google display those informations as well ? Many thanks for your time and efforts in answering my query. Best regards manicui
  10. Hi AndyB, Many thanks for your information for the header images. It's really useful as I am using it on my site. Thank you. Best regardds manicui
  11. Hi everyone, I am sorry to post my query in this forum as I can't find other forum which is more appropriate than this ones. I am just started to learn internet marketing and building my first web site,may I know where can I get free header images / header template mainly for internet marketing / make money online ? Many thanks for your time and efforts in helping me. Best regards manicui
  12. Hi everyone, Good day to you. I had a display problem in my thank you page need your advice to fix it. I am using standard formmai.pl which istalled in cgi-bin and made only changes by put in my domain name in the required field as follow : @referers = ('yourdomain.com'); However,when a visitor to my site filled in his/her details into the webform follow by submit,the thank you page only dispaly his/her firstname and lastname without email address as follow : ---------------------------------------------------------------------------------------------------- Thank You For Filling Out This Form Below is what you submitted to newsletter@yourdomain.com on Saturday, March 29, 2008 at 19:19:50 firstname: Victor lastname: Green FormMail V1.92 © 1995 - 2002 Matt Wright A Free Product of Matt's Script Archive, Inc. ---------------------------------------------------------------------------------------------------- I had tried to include <input type=hidden name="print_blank_fields" value="1"> into my webform code,but,it failed to work as it display the same thing firstname and lastname without email address. Infact,if a visitor - Victor Green filled in his firstname - Victor,lastname - Green and email address - victor@gmail.com It should display these information as follow in thank you page for him to see and check whether he entered the right info especially his email adress in order to receive my newsletter. ---------------------------------------------------------------------------------------------------- firstname: Victor lastname: Green email address :victor@gmail.com ---------------------------------------------------------------------------------------------------- If you have a solution to this display problem,please kindly advice on how to fix it. Many thanks for your time and efforts in helping me. Thank you. Best regards manicui
  13. Hi everyone, Good day to you. I am sorry to post this query in this forum as I really need someone who can help me on formmail.pl issue. My problem on the formmail.pl is the display issue.When site visitor opt-in through my webform followed by submit,it will display a message from formmail.pl to the subscriber,the opt-in had been acknowledge. For example : If I entered the following into my webform : my firstname =Victor,lastname=John and email address=Victor@yahoo.com It should display three basic info of firstname,lastname and email address for subscriber to see whether they entered their details correctly or not. However,it only show the firstname and lastname without the email address of the subscriber on the dispaly message : firstname :Victor lastname : John May I know how to make changes or what's the correction on formmail.pl in order to display it as follow: 1 ) Firstname :Vistor 2 ) Lastname :John 3 ) Email address :Vistor@yahoo.com I am sorry for didn't show you the formmail.pl as I don't know how to attached it for you to review and advice. Therefore,just give you a brief idea on the script itself.I am using the formmail.pl which installed in cgi-bin and only made one changes by inserting my domain name in the required field in order to received opt-in from my webform. Many thanks for your time and effort in helping me. Best regards Manicui
  14. Hi everyone, Good day to you. I would appreciate someone can help me on formmail.pl issue. My problem on the formmail.pl is the display issue.When site visitor opt-in through my webform followed by submit,it will display a message from formmail.pl to the subscriber,the opt-in had been acknowledge. For example : If I entered the following into my webform : my firstname =Victor,lastname=John and email address=Victor@yahoo.com However,it only show the lastname of the subscriber on the dispaly message : lastname : John May I know how to make changes or what's the correction on formmail.pl in order to display it as follow: 1 ) Firstname :Vistor 2 ) Lastname :John 3 ) Email address :Vistor@yahoo.com Many thanks for your time and effort in helping me. Best regards Manicui
  15. Hi phpQuestioner30, Good day to you. Please advice me on the following script for stopping people from duplicate submission for the same opt-in.I got it from one of the web site which offer free script solution. I had tried to insert the following script into the working webform code which you helped me in my last post,however,it failed to work. May I know is it the right one for stopping people from double opt-in for the same subscription ? ---------------------------------------------------------------------------------------------------- Step 1 : Cut and paste the below script into the <head> section of your page: <script type="text/javascript"> /* Block multiple form submission script- By JavaScriptKit.com Visit http://www.javascriptkit.com for this script and more This notice must stay intact for use */ //Enter error message to display if submit button has been pressed multiple times below. //Delete below line if you don't want a message displayed: var formerrormsg="You\'ve attempted to submit the form multiple times.\n Please reload page if you need to resubmit form." function checksubmit(submitbtn){ submitbtn.form.submit() checksubmit=blocksubmit return false } function blocksubmit(){ if (typeof formerrormsg!="undefined") alert(formerrormsg) return false } </script> Step 2: With the script installed, all that remains is modifying your submit button to include the portion in red below: <form> " <input type="submit" value="Submit" onClick="return checksubmit(this)"> </form> ---------------------------------------------------------------------------------------------------- Many thanks for your time and effort in helping me. Thank you. Best regards Manicui
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.