NEED HELP BIG TIME!

I wrote a few days ago about this and was told that gathering
information from a form using Post as the method and having the
results emailed to someone wasn't a good idea and that it didn't
work very well. People basically told me to investigate scripting
or hiring someone, or use a pay service like MailChimp. None of
these are options for me right now, I absolutely have to get this
site done tonight and the person I'm doing it for will not pay for
a service.
The client wants to have a form on his site to collect email
addresses so he can compile them into a mailing list to send out
infrequent emails notifying people of upcoming events he's putting
on. He's a local artist with a very modest following, nothing big
time. I have no idea about databasing or MySql, and the person
doesn't want to pay for a service, so basically I'm stuck doing it
the "unreliable" way.
Can someone walk me through how to do this in Dreamweaver? I
assume I add a form field, and put a text field and submit button
inside of it. Here's my questions, to get this to work and use the
mailto: thing, what do I put for...
Form Field: Name, Action, Method, Target, Enctype
Text Field: Name
Button: Type, Name, ID, Value
Any help would be greatly appreciated by one stressed out,
hack web designer, thanks!

If this client doesn't want to pay for a service then tell
him the best
you can do is gather INDIVIDUAL emails from his site and have
them
emailed to their email address. Then it's up to them to mail
out to
their modest following INDIVIDUALLY.
Basically you put a form on the site to collect the email
address of the
user. Like this:
<form name="emailForm" method="post"
action="formmail.php">
<p><label for="email">Enter email
address</label><br>
<input type="text" id="email" name="email"> </p>
<input type="submit" name="Submit" value="Submit">
</form>
You would then need to send the submitted form to a formmail
script
which will then send it on to the clients email address.
A free script named Formmail does exist if you search for it
in google
under Free formmail script
You would need to alter the script as per the instructions
which should
come with it and then upload it to your cgi-bin assuming you
have one on
your server.
You then point the form at the script by filling in the
action attribute
like:
<form name="emailForm" method="post"
action="
http://www.yourdomain.com/cgi-bin/formmail.cgi">
I no longer use formmail because it can be a bit of an issue
to set up
for beginners.
I now tend to use server side scripting like php to gather
the
information. IF you have php running on your server then
NateMail is
FREE and very very simple script to set up. It comes with
clear pdf
instructions that will do the job in about 10-15mins.
http://www.mindpalette.com/scripts/index.php#NMAnchor
xslamx wrote:
> I wrote a few days ago about this and was told that
gathering information from
> a form using Post as the method and having the results
emailed to someone
> wasn't a good idea and that it didn't work very well.
People basically told me
> to investigate scripting or hiring someone, or use a pay
service like
> MailChimp. None of these are options for me right now, I
absolutely have to
> get this site done tonight and the person I'm doing it
for will not pay for a
> service.
>
> The client wants to have a form on his site to collect
email addresses so he
> can compile them into a mailing list to send out
infrequent emails notifying
> people of upcoming events he's putting on. He's a local
artist with a very
> modest following, nothing big time. I have no idea about
databasing or MySql,
> and the person doesn't want to pay for a service, so
basically I'm stuck doing
> it the "unreliable" way.
>
> Can someone walk me through how to do this in
Dreamweaver? I assume I add a
> form field, and put a text field and submit button
inside of it. Here's my
> questions, to get this to work and use the mailto:
thing, what do I put for...
>
> Form Field: Name, Action, Method, Target, Enctype
>
> Text Field: Name
>
> Button: Type, Name, ID, Value
>
> Any help would be greatly appreciated by one stressed
out, hack web designer,
> thanks!
>

Similar Messages

  • Need help big time. I need to change my apple ID but the original email address I set it up under is no longer used so i can't get my proper password sent to me. I don't want to set up a new account and lose all my old apps I have purchased.

    need help.  Before I set up my I-pad i need to regain access to my I-Tunes account, easy enough. The problem is I cannot re-set password.  I have tried to re-set and send to my designated email but it does not work. How can i get someone from Apple on the phone to help?

    Have you forgotten your password? - if so, you have a problem if the email address has gone dead.
    If you know your password, go to the iTunes Store, click on Account. log in and you can change the associated email address.
    If you don't know your password, and have no email address, you are going to have problems because it's difficult to see how Apple are going to identify you as the authorised owner of the account. Contact iTunes Support: go to http://www.apple.com/support/itunes/ - click on 'Other iTunes Store Features' in the list and then on 'Podcasts'. You will see a link to either 'Express Lane', which will guide you eventually to some contact options, or you may see a link to email them.

  • Need help big time with pop-up window!

    This is probably an easy answer, I'm not a programmer or a back end guy whatsoever, I'm a graphic designer trying to make his way through a project for a client.
    I'm working up a Flash template, and I need to make a simple pop up window that will view a more detailed version of an image.  The template has a pop up window system where you add your photo to a certain frame of a movie clip.  The problem is, the pop ups have scroll bars built in, and for the life of me I couldn't figure out how to get rid of them, so I duplicated one of the movie clips that looked like it housed the framework of the pop up and deleted the scroll bar (I didn't delete any of the scroll bar code because I had no idea what I was doing).  It actually kind of worked, but the pop up window is a bit too wide and doesn't look right.
    You can view my hack job here...
    http://truetilldeathhq.com/main8_v7/main8_v7.html
    Stay on the "Print" page and click the first "01" button and an ad for Ford will come up.  Click the "Detailed View" button in the description to see the pop up window.
    My question is, there MUST be an easier way to make a pop up window than the workaround I'm using with the template.  What I'm trying to do is have a pop up for each sample of the work (all images would be the same size) for the first four buttons, and then for the "Online Banners" page, have the pop up open up to the dimensions of the particular banner ad and play the swf.  The pop ups shouldn't have scroll bars, only a title and the button to close the window.
    To view the template files, you can download them at:
    http://truetilldeathhq.com/main8_v7/main8_v7.fla
    The "descripton" movie clips have the descriptions and the "Detailed View" links in the frames, and the movie clips I not so gracefully butchered to get the pop up to work were TM_page_content_scroll (where you're supposed to put an image in a certain frame and then put the # of that frame in the Actionscript of the "Detailed View" button), and the TM_main_cont_page2 and TM_pop_up_main3, which were the ones I duplicated.
    If ANYONE can offer even the slightest bit of help, I gratefully appreciate it.  I've been working on this thing for like 15 hours a day and I can't even think straight at this point, thanks!

    I admit to not having read everything you wrote... there's just too much of it. But...
    Hashtable (and HashMap, which you should really be using unless you have some external constraint requiring the use of Hashtable) map each key to a single value object.
    That is, you can map from the key string "4996" to one single other object. And then you can also map from a different key to a different object.
    In you put() method, you add a mapping from "4996" to "good", and then you replace that mapping with one from "4996" to "home". There is only ever one value associated with a given key.
    To map multiple values to a single key, you need the value object to be a collection of some kind (or an array). So, you could map your string "4996" to a List, and that list could contain the strings "good", "home", etc.

  • I've just got my first iPhone and it won't let me verify my email to go in the app store need help big time the phone is useless without apps

    Any ideas

    Leave the iPhone alone for a minute and go to your PC/Mac. Try and set up the Apple ID on there (again leaving the iPhone to sit and look pretty for a while). Check your emails (not on the iPhone) and see if you are receiving the email into your inbox that way, if you aren't make sure you have put the correct email address in the App store. If you are definitley sure you are putting the correct email address in go to the web interface for your email provider (e.g. hotmail or yahoo) and check the junk mail folders etc.
    Do all the above whilst the iPhone is sat around, don't do any of the above on the iPhone. If you manage to crack it and get the email address verified and your account up and running just log in to the App Store on your iPhone once it's all done

  • I need help. every time i turn on my laptop an error message pops up: the procedure entry point sqlite_wao -checkpoint could not be located in the dynamic link library SQLite3.dlll  HOW DO I FIX THIS?

    i need help. every time i turn on my laptop an error message pops up: the procedure entry point sqlite_wao -checkpoint could not be located in the dynamic link library SQLite3.dlll  HOW DO I FIX THIS?

    Hi whatsthe77,
    Welcome to Apple Support Communities.
    You may want to follow the steps in this article to reinstall iTunes:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    Have a great day,
    Jeremy

  • Hi I need help first time here converting a file

    Hi I need help first time here converting a file

    Thank you for your subscription to our service.  Please see below.
    How to convert your file to PDF file:
    Using Adobe Reader:
    Launch Adobe Reader X or Reader XI
    Select “Tools” and click “Sign In” link to sign in with your Adobe ID and password
    Select “Create PDF” then click “Select File” button
    Click “Convert” after select your file
    Click “Download Converted File” link to download the file to your computer after the process is completed.
    Using Web UI
    Log into https://createpdf.acrobat.com/signin.html with your Adobe ID and password
    Select “Convert to PDF”
    Click “Select Files” button then choose your file Click “Download” button in the progress bar after completion of the process to download the PDF file to your computer.
    Converted PDF files are stored at https://files.acrobat.com and you can log in with your Adobe ID and password.  You can share your files with others or download them to your computer.
    Please let me know if you have further questions.
    Hisami

  • Need some help, big time.

    Aloha:
    I  went through the whole Airport Express procedure (about 20 times) and finally came up with a green light on my Airport Express.  So I took it to a spot in my house where the signal from my Airport Extreme gave me two bars on my iPad.
    I plugged in the airport express looking for the big increase in my iPad signal, but it remained on two bars.   No increase in signal strength what-so-ever!
    What might I have done to bring this about?
    I am about ready to chuck the AirPort Express into the deep blue Sea.
    Thanks
    Dan Page

    Thanks for checking. Let's do some checking on your setup.
    Open AirPort Utility, select your AirPort Extreme first, and click Manual Setup at the bottom. Click on Wireless just below the row of icons, and make sure there is a check mark entered next to "Allow this network to be extended". Jot down the exact setting that you see for Wireless Security here as well. Update to save any changes and allow 25-30 seconds for the AirPort Extreme to restart.
    Temporarily, move the AirPort Express to the same room as the AirPort Extreme and allow 40-45 seconds for it to power up. Open AirPort Utility, select the Express and click Manual Setup. Click on Wireless below the row of icons. Your settings should look like this:
    Wireless Mode = Extend a wireless network
    Wireless Network Name = Name of your AirPort Extreme wireless network
    Enter check mark next to Allow wireless clients
    Wireless Security = Exact same setting as your AirPort Extreme
    Wireless Password = Same password as the AirPort Extreme network
    Confirm Password
    Click Update and allow 40-45 second for the Express to restart. Unplug the Express and locate it for now at a point that is about 1/2 the distance from the AirPort Extreme to the area that needs more wireless coverage. Power it up and wait for the green light.
    Then check to make sure that the Express is extending by using the same test earlier in this thread. Check your signal, etc. and please report on your findings.

  • PSE8 - In need of big time help

    I am very new at PSE8 and am trying to create my own holiday  cards. I would like to take the picture I have of my siblings and
    put a halo on each of us. I would laos like to remove a few of people out of the picture. I have tried and read and watched tutuorials and I am stumped. Can anyone help me by explaining the procedure in step by step dierections? Is there a good manual/website/tutorial for someone who has never used PSE8 before? Thanks

    Here are two quick ways to do a halo.
    Method 1
    1. Add new blank layer.
    2. Use the Elliptical Marquee to draw out an oval.
    3. Set the Foreground color to white, and Edit > Stroke. In this example I used a stroke width of 20, but it depends on your picture size.
    4. Apply a Gaussian Blur.
    Method 2
    Steps 1-3 same as above
    4. Apply a Outer Glow Layer Style. I used the Simple Style. Experiment with others.
    You might also try a combination of both Gaussian Blur and Outer Glow.
    Use the Move tool to reposition, resize, flatten, or widen the halo.
    With the Outer Glow you can also go into Style Settings and change the size of the glow.

  • I need some help big time

    my mom has no idea what she is doing and deleted all my songs from my itunes libary but they are still on my ipod is there any way to transfer them from my ipod to back to itunes

    You can't sync your music back from an iPod to iTunes, the transfer of music is designed by default to be one way from iTunes to iPod. However there is a manual method of accessing the iPod's hard drive and copying songs back to iTunes on Windows posted in this thread: MacMuse - iPod to iTunes
    If you prefer something more automated then there are a number of third party utilities that you can use to retrieve the files from your iPod, this is just a selection. Have a look at the web pages and documentation for these, they are generally quite straightforward.
    iPod Access Mac and Windows Versions
    YamiPod Mac and Windows Versions
    PodUtil Mac and Windows Versions
    iPodCopy Mac and Windows Versions
    PodPlayer Windows Only
    iGadget Windows Only
    Make sure before you start that your iPod is set for manual update. If you are using the iPod in manual update mode, your iPod is safe from being accidentally erased when you connect to an empty iTunes after reinstalling your operating system. However if your iPod is set to automatically update you will get a message that your iPod is linked to a different library and asking if you want to link to this one and replace all your songs etc, press *No*. Pressing "Yes" will irretrievably remove all songs from your iPod. Your iPod should appear in the iTunes source list from where you can change the update setting to manual.
    You can use a keyboard command to prevent your iPod auto-syncing with iTunes. While connecting the iPod to the computer on Windows hold down the Shift + Ctrl keys (on a Mac hold down the Option and Command (⌥ and ⌘) keys). This will stop the iPod from auto-syncing with iTunes and the iPod will appear in the source list. Wait until you are sure the iPod has mounted, and that it will not auto sync and then you can let the keys go. This may take between 20 to 30 seconds depending on your computer. Then go to Preferences>iPod and check the "Manually manage songs and playlists" box: Managing Your Songs Manually
    Whichever of these retrieval methods you choose, keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync again.

  • Need Some Help Big Time please

    Right one day when i was leaving my house turned the computer off as you do.
    came back in turned it on and when it comes to the white apple logo to load all of a sudden a black screen appears with all this text.saying something about there being no debug information and the very last line it says is
    panic:we are hanging here...
    it completely disables my keyboard and mouse any suggestions to what is wrong?
    thanks
    Perry

    [Apple docs: What's a "kernel panic"? (Mac OS X)|http://docs.info.apple.com/article.html?artnum=106227]
    [Topic : kmosx: Kernel Panics ? Don't panic too !|http://discussions.apple.com/thread.jspa?threadID=121923]
    [X-Lab: Resolving Kernel Panics|http://www.thexlab.com/faqs/kernelpanics.html]

  • NEED HELP WITH TIME CAPSULE!

    Hello, I am new to this forum and this is my first post. Currently I have a Macbook pro and it is really the only computer in my house I use. My Mom has a Macbook, My dad has a Apple Desktop and my brother a toshiba laptop.
    I am running OS X 10.5.8 on my macbook pro, Snow Leopard on the other.
    Tonight I got the time capsule, and I am really excited to get this working. To give a little background, I have FiOS and our modem is in the basement which runs directly to a verizon wireless router, MI424WR to be exact. I have a few questions about how to set it up because I tried to set it up like they said but when I plugged the Time Capsule into the Fios router and turned it on all I got on the Capsule was the blinking amber light. I ran an ethernet cord from one of the opened LAN ports on the router to the WAN port on the Capsule. I installed the Airport utility on my macbook and my dads desktop but still do not get any type of connection to the capsule. I am reading about bridging so I tried to do the manual set up in the Airport utility it just scanned and got nothing and I cannot even hit manual setup. My questions are..
    How exactly do I set up the Time Capsule, as I described it does it sound like I have everything plugged in correctly?
    Is it possible to completely get rid of the verizon router?
    How do I get any of my computers to pick up the time capsule?
    If you have any questions as to how I explained please just ask. I am really trying to get this set up because I do not want my dad to think he wasted 350 dollars on something that is completely useless for our home setup. Any help would be greatly appreciated. THANK YOU, Zach.

    No matter what, even when the TC is plugged into my MBP with an ethernet cable it does not read it.
    Disconnect any ethernet cables that you connected to the Time Capsule at the moment
    Hold in the reset button on the back until the amber light begins to blink more quickly and continue holding the button another 4-5 seconds when this occurs. Then release the reset button.
    Connect an ethernet cable from one of the available LAN <-> ports on the Verizon router to the WAN (circle of dots icon) port on the Time Capsule.
    You have two ways to configure the Time Capsule using either wireless or ethernet.
    To use wireless, click on the fan shaped Airport icon at the top of the computer screen and look for a wireless network with a name like Apple Network xxxxxx. Log on to that network first, then open AirPort Utility.
    To use ethernet, temporarily connect an ethernet cable from your Mac to one of the LAN <-> ports on the Time Capsule. Open AirPort Utility.
    When you open AirPort Utility, click Continue to follow the guided setup. You did not indicate whether you want to Time Capsule to provide a wireless network, but most users want that option. So, you when asked how you want to configure the Time Capsule, you would choose the "Create a new wireless network" option.
    As the Jolly Giant says, you will need to choose Bridge Mode when you see a choice of how to connect in the setup process. If you are an experienced computer user, you may want to configure the Time Capsule manually, but I would not recommend that you do this unless you know exactly what you are doing.
    My next step is to call verizon and say they need to get out here and fix this ** or I will be going back to comcast.
    Verizon has nothing to do with the Time Capsule problems that you have encountered. Blaming them will accomplish nothing.

  • Need help understanding Time Capsule file structure and how to get it back

    I have the original Time Capsule on which I backup both my Mac Pro and my wife’s Macbook. When Snow Leopard came out, I successfully used the ‘Restore from Time Machine’ feature on my Mac Pro so I know it has worked. However, my wife’s MacBook harddrive died the other day and I was trying to do the ‘Restore from Time Machine’ and all it would find was a backup from April (when I put her in a new larger drive). Time Machine would not find any backup files newer that April. She stated that she had seen the the Time Machine backup notices regularly and as recent as the day the haddrive died (Nov. 23) so I figured that I should have no problem. Here is what I have found in my trouble shooting and what leads to my questions below.
    This is the file structure I found: (note that our ID’s are ‘Denise’ and ‘John’)
    *Time Capsule* (the drive as listed in my Finder window sidebar under ‘shared’)
    >Folder called ‘Time Capsule’ (when logged in as either ‘Denise’ or ‘John’)
    >>Denise Sparsebundle
    >>>Backup of Denise’s iBook (mounted image)
    >>>>Folder called ‘Backups.backupdb’
    >>>>>Folder called ‘Denise’s iBook
    >>>>>>Single folder with old April backup (not the right files)
    >>John Sparsebundle
    >>>Backup of John’s Mac Pro (mounted image)
    >>>>Folder called ‘Backups.backupdb’
    >>>>>Folder called ‘John’s Mac Pro’
    >>>>>>Folders containing all my backup files
    >Folder Called ‘Denise’ (if logged as ‘Denise’)
    >>Denise’s Sparsebundle (a disk image)
    >>>Backup of Denise iBook (the mounted image. Name from old machine)
    >>>>Backups.Backupdb
    >>>>>Denise’s iBook (Contains the backup I need)
    >Folder Called ‘John’ (if logged in as ‘John’)
    >> (empty)
    For some reason, my wife’s backup files are stored within a folder located at the top level of the Time Capsule drive called ‘Denise’, however, mine are within a folder called ‘Time Capsule’ which is at the same level as the ‘Denise’ folder.
    For some reason, when trying to use Time Machine to recover, it bypasses the top level ‘Denise’ folder which contains the correct files and goes into the ‘Time Capsule’ folder and finds the outdated backup files.
    I would assume that both my backup files and my wife’s should be at the same level of the Time Capsule.
    I was eventually able to use Migration Assistant to recover the files after installing a fresh OS and mounting the correct Sparsebundle image.
    So, my question, how do I get this fixed so that if I have to recover a drive with Time Capsule, it will find the correct files.
    Sorry for the long post and thanks in advance for any help.

    John Ormsby wrote:
    What I was trying to determine is why different backups for one particular machine are located at different file structure levels on my Time Capsule and why the most resent one for that machine is at a different level that for my other machine. Also, what is the correct level that both machines backups should be at.
    well John, first can you clarify if you are on 10.4.8 as your profile suggests ? if so, i'm wondering how you can use TM at all because TM was introduced with Leo. if you're not on 10.4.8, please update your profile. if you could, please also indicate details of your machine such as available RAM, processor, etc.
    second, what OS is your wife's machine running ?
    third, i frankly don't know too much about TM's file structure or if there indeed is such a thing as the correct one. however, i do know that it is best to leave TM to do its thing (as long as it's working). FWIW, though off-topic, you may want to have a look at this read for further information.
    last but not least, i see TM backups to my TC only as a part of my backup strategy. the backbone of my strategy is to create bootable clone of my startup disk(s) using e.g. Carbon Copy Cloner on a regular basis. while TM is capable of doing a full system restore, i don't trust it as much as a working clone. i use TM to retrieve a file i accidentally trashed a week ago but you cannot boot from a TM backup if your startup disk goes belly up.
    If I have missed this information in either the FAQs or the Troubleshooting article, I would greatly appreciate being pointed to it .
    i expect you didn't miss anything and i'm sorry you didn't find any help there. perhaps if Pondini (author of the FAQ and troubleshooting user tips) reads this thread, you will get the necessary advice on the file structure and more besides.
    good luck to you !

  • Need help Using Time Capsule As Media Server

    New time capsule owner was wondering if someone could help me set it where i can put all my digital media, Itunes, Dvd-rips on to the TC and use it as a Media Server.
    Thanks for your help fellas

    You will need to run media server on a PC / Mac and use TC as NAS that stored your media files.

  • Need help in Timer to make it countdown

    Hello Sir,
    I have a problem to implement my project. I have made some mobility program to ask a user for questions such as Exam Test. But I need to implement the Timer in to my project. How can I implement it? I would like to see some basic example such as how to set the initial time and the finish time, when finish call another function and calculate total used time.
    Thanks for your help!

    What To Do If Your Mac Is Lost Or Stolen
    If you activated Find My Mac before it was lost or stolen, you can track it only if it is connected to the Internet by Wi-Fi. What you cannot do is track your computer using a serial number or other identifying number. You cannot expect Apple or anyone else to find your computer for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty. Be sure to report the loss or theft to the local police. Have the serial number handy. If your Mac is found it cannot be returned to you if you don’t have the serial number and proof of purchase.
    Find My Mac can be used from Find My Phone at iCloud.com and via Find My Phone on your iDevice.
          The following is third-party anti-theft software:
               1.  STEM 2.1
               2.  MacPhoneHome 3.5
               3.  MacTrack 7.5.0
               4.  VUWER 1.7
               5.  Sneaky Bastar* 0.2.0
               6.  Undercover 5.1.1
               7.  LoJack for Laptops
               8. Hidden 2.0
               9. Prey 0.6.2

  • Need Help using Time Machine

    Hi
    I'm trying to make backups using Time Machine but an error occurs "Time Machine can't continue because a problem with a file. The problem could be temporal please try later"
    Because I need to have my info backed up tried to copy to another HD so other error "The operation can't be completed because an unexpected error occurred (error code -41)
    I have noted that some files are blocked, but can't be unblocked clearing the mark of blocking, so them can't be moved to the trash basket.
    Anybody would help me please?

    There is a mark on the icon file. When you access "get Info" of a file one of the attributes is "Protected" I can't remove this mark on it, so I can't remove the file from disck
    Thanks for your help

Maybe you are looking for

  • Finder and Kernal tasks using all my Ram

    My computer is super slow now, even switching from one folder to another in Finder often takes 3 or 4 seconds. I'm pasting a screen shot from Activity Monitor and the data from an 'etre-check' software scan. Any help much appreciated!! Hardware Infor

  • Questions in regards to connectivity of the E50

    Hi all, I have a Nokia E50 phone which I regularly connect to my PC via the USB cable. The Nokia PC Suite software is installed and everything is working fine. When connecting the phone to the computer a message on the phone prompts me for two modes.

  • Add navigation buttons on top of every scene

    Hello, I've got a Flash movie with quite a few scenes and I'd like to add navigation buttons (prev\next) with AS3 to move from scene to scene. Sounds easy but... If I write this on first frame of first scene : this.addChild(play_btn); buttons will ap

  • PDF into image

    Hi! I have pdf file with smooth quality and I tried to turn it into image (png).When I rendered the text the result was jagged text and when I zoomed it it was smooth again.How can I turn the pdf file with the same quality into png file?

  • How to map field with nillable = 'true'

    Hi, how can i map with the graphical tool of integration repository a field with nillable = 'true'? When i have a value to map there is no problem, only when we have the source message without the element we map the problem occurs. is there an attrib