Results 1 to 8 of 8

Thread: Script adjustment for email
      
   

  1. #1
    wtrd is offline Staff Sergeant
    Join Date
    Apr 2007
    Posts
    46

    Default Script adjustment for email

    Domain: 4cyberbiz.com

    Hi , I am looking for someone who can adjust the script for forms to allow me to place an edit box for an email address on a form and when that email address is inserted by my customer and the form is then submitted that the form also goes to the email address in the edit box. Not sure if that is possible?

  2. #2
    wtrd is offline Staff Sergeant
    Join Date
    Apr 2007
    Posts
    46

    Default Re: Script adjustment for email

    Paid project!

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,066

    Default Re: Script adjustment for email

    Yes, it is possible,and you don't need to pay!

    Use the built in form processor.
    In the "Email address" field, add the following:

    '.$_POST['mailto'].'

    Copy it from here and paste it in the form processor's "Email address" field, quotes included.

    Then add a dropdown with the email addresses. The dropdown MUST be named mailto

    Please note that you should not add a "Please select" option in the dropdown, otherwise if someone doesn't select an email address, you will not receive any mail. Or, make it "required" and "Disallow first choice"

    Also note that this way the email addresses will be visible in your page code, and sooner or later they will get "cought" by spambots, so you wil start receiving spam mails.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  4. #4
    wtrd is offline Staff Sergeant
    Join Date
    Apr 2007
    Posts
    46

    Default Re: Script adjustment for email

    Thank you!

  5. #5
    wtrd is offline Staff Sergeant
    Join Date
    Apr 2007
    Posts
    46

    Default Re: Script adjustment for email

    Further to the feedback. I think maybe I did not explain myself clearly enough.

    The person filling out the form will insert an email address (not pre-selected) into say an editbox and then from this insertion, the form also goes to the email address they have chosen to insert, plus also a copy of the form as normal to the address which is shown in the 'email address' in the form processor.

    Is this possible?

  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,066

    Default Re: Script adjustment for email

    In the "Email address" field, type the following:

    you@yourdomain.com, '.$_POST['mailto1'].'

    Copy it from here and paste it in the form processor's "Email address" field, quotes included.

    Then add a dropdown with the email addresses. The dropdown MUST be named mailto1

    This way the mail will be sent both to your own email address you@yourdoamin.com and to the email address selected by the user through the dropdown.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  7. #7
    wtrd is offline Staff Sergeant
    Join Date
    Apr 2007
    Posts
    46

    Default Re: Script adjustment for email

    Thanks for the quick response. The email address is not known until the person filling in the form inserts it on the form. So cannot include this unknown email address in a drop down box beforehand.

  8. #8
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,066

    Default Re: Script adjustment for email

    Do you mean that you need an "autoresponder" feature to send a copy of the email to them also ?

    If yes, you will need to use ABVFP.

    Related thread: Advanced BlueVoda Form Processor 2
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49