I created a form and I'm not sure how to make the 'submit' button send me the collected information.

Hello everybody. I am a web designer (NOT a developer)
I created a form and I'm not sure how to make the 'submit' button send me the collected information.
I have used phpform.org/ to custom build a submission form. Then I opened that html in dreamweaver (so that I could edit colors, fonts, and delete the phpform.org advetisement)
Now I need to link the 'submit button' so that it will e-mail me the completed form.
(formphp.org wants me to subscribe to a servie that I pay for in order to have the form e-mailed to myself.)
(after I get the submit button linked to an e-mail I will pull the html of my completed form into Muse- but I don't think that is really relevent)
I'm sure one of you can help point me in the right direction! I can't write my own code so detailed help is appreciated!
-Brenna
The e-mail I would like the form sent to is:
[email protected]
Here is the the code for my form 'as is' :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Create a Profile</title>
<link rel="stylesheet" type="text/css" href="file:///C|/Users/Tommy/AppData/Local/Temp/Temp1_form.zip/form/view.css" media="all">
<script type="text/javascript" src="file:///C|/Users/Tommy/AppData/Local/Temp/Temp1_form.zip/form/view.js"></script>
</head>
<body id="main_body" >
          <img id="top" src="file:///C|/Users/Tommy/AppData/Local/Temp/Temp1_form.zip/form/top.png" alt="">
          <div id="form_container">
                    <h1><a>Create a Profile</a></h1>
            <form id="form_836144" class="appnitro" enctype="multipart/form-data" method="post" action="">
                    <div class="form_description">
                              <h2 align="center">Create a Tommy Lemonade Profile</h2>
                              <p></p>
                    </div>
                      <ul >
                                          <li id="li_1" >
                    <label class="description" for="element_1">Name </label>
                    <span>
                              <input id="element_1_1" name= "element_1_1" class="element text" maxlength="255" size="8" value=""/>
                              <label>First</label>
                    </span>
                    <span>
                              <input id="element_1_2" name= "element_1_2" class="element text" maxlength="255" size="14" value=""/>
                              <label>Last</label>
                    </span>
                    </li>                    <li id="li_23" >
                    <label class="description" for="element_23">Service Provider Type </label>
                    <span>
                              <input id="element_23_1" name="element_23_1" class="element checkbox" type="checkbox" value="1" />
<label class="choice" for="element_23_1">Barber</label>
<input id="element_23_2" name="element_23_2" class="element checkbox" type="checkbox" value="1" />
<label class="choice" for="element_23_2">Hairstylist</label>
<input id="element_23_3" name="element_23_3" class="element checkbox" type="checkbox" value="1" />
<label class="choice" for="element_23_3">Nail Technician</label>
<input id="element_23_4" name="element_23_4" class="element checkbox" type="checkbox" value="1" />
<label class="choice" for="element_23_4">Massage Therapist</label>
<input id="element_23_5" name="element_23_5" class="element checkbox" type="checkbox" value="1" />
<label class="choice" for="element_23_5">Skin Care</label>
<input id="element_23_6" name="element_23_6" class="element checkbox" type="checkbox" value="1" />
<label class="choice" for="element_23_6">Esthetician</label>
<input id="element_23_7" name="element_23_7" class="element checkbox" type="checkbox" value="1" />
<label class="choice" for="element_23_7">Make Up Artist</label>
                    </span><p class="guidelines" id="guide_23"><small>Select all that apply.</small></p>
                    </li>                    <li id="li_19" >
                    <label class="description" for="element_19">Top 5 services </label>
                    <div>
                              <textarea id="element_19" name="element_19" class="element textarea medium"></textarea>
                    </div><p class="guidelines" id="guide_19"><small>Please list your top 5 services</small></p>
                    </li>                    <li id="li_20" >
                    <label class="description" for="element_20">List all services you offer & thier starting price </label>
                    <div>
                              <textarea id="element_20" name="element_20" class="element textarea medium"></textarea>
                    </div><p class="guidelines" id="guide_20"><small>please use a new line for each service. You can do this by pressing 'enter' after each starting price.
</small></p>
                    </li>                    <li id="li_12" >
                    <label class="description" for="element_12">Personal Phone </label>
                    <span>
                              <input id="element_12_1" name="element_12_1" class="element text" size="3" maxlength="3" value="" type="text"> -
                              <label for="element_12_1">(###)</label>
                    </span>
                    <span>
                              <input id="element_12_2" name="element_12_2" class="element text" size="3" maxlength="3" value="" type="text"> -
                              <label for="element_12_2">###</label>
                    </span>
                    <span>
                               <input id="element_12_3" name="element_12_3" class="element text" size="4" maxlength="4" value="" type="text">
                              <label for="element_12_3">####</label>
                    </span>
                    <p class="guidelines" id="guide_12"><small>Only fill in if you want clients to be able to contact you on your personal phone line rather than the phone at your place of employment. </small></p>
                    </li>                    <li id="li_21" >
                    <label class="description" for="element_21">E-mail (Required)  </label>
                    <div>
                              <input id="element_21" name="element_21" class="element text medium" type="text" maxlength="255" value=""/>
                    </div><p class="guidelines" id="guide_21"><small>Staff at Tommy Lemonade will use this e-mail as your primary contact information. it will also be seen by your potential clients.</small></p>
                    </li>                    <li id="li_6" >
                    <label class="description" for="element_6">Confirm your e-mail (Required)  </label>
                    <div>
                              <input id="element_6" name="element_6" class="element text medium" type="text" maxlength="255" value=""/>
                    </div><p class="guidelines" id="guide_6"><small>Please re-type your e-mail address</small></p>
                    </li>                    <li id="li_3" >
                    <label class="description" for="element_3">Web Site </label>
                    <div>
                              <input id="element_3" name="element_3" class="element text medium" type="text" maxlength="255" value="http://"/>
                    </div><p class="guidelines" id="guide_3"><small>If you don't have your own website feel free to link your professional Facebook, Google+ etc... </small></p>
                    </li>                    <li id="li_4" >
                    <label class="description" for="element_4">Place of employment </label>
                    <div>
                              <input id="element_4" name="element_4" class="element text medium" type="text" maxlength="255" value=""/>
                    </div>
                    </li>                    <li id="li_2" >
                    <label class="description" for="element_2">Work Address </label>
                    <div>
                              <input id="element_2_1" name="element_2_1" class="element text large" value="" type="text">
                              <label for="element_2_1">Street Address</label>
                    </div>
                    <div>
                              <input id="element_2_2" name="element_2_2" class="element text large" value="" type="text">
                              <label for="element_2_2">Address Line 2</label>
                    </div>
                    <div class="left">
                              <input id="element_2_3" name="element_2_3" class="element text medium" value="" type="text">
                              <label for="element_2_3">City</label>
                    </div>
                    <div class="right">
                              <input id="element_2_4" name="element_2_4" class="element text medium" value="" type="text">
                              <label for="element_2_4">State / Province / Region</label>
                    </div>
                    <div class="left">
                              <input id="element_2_5" name="element_2_5" class="element text medium" maxlength="15" value="" type="text">
                              <label for="element_2_5">Postal / Zip Code</label>
                    </div>
                    <div class="right">
                              <select class="element select medium" id="element_2_6" name="element_2_6">
                              <option value="" selected="selected"></option>
<option value="Afghanistan" >Afghanistan</option>
<option value="Albania" >Albania</option>
<option value="Algeria" >Algeria</option>
<option value="Andorra" >Andorra</option>
<option value="Antigua and Barbuda" >Antigua and Barbuda</option>
<option value="Argentina" >Argentina</option>
<option value="Armenia" >Armenia</option>
<option value="Australia" >Australia</option>
<option value="Austria" >Austria</option>
<option value="Azerbaijan" >Azerbaijan</option>
<option value="Bahamas" >Bahamas</option>
<option value="Bahrain" >Bahrain</option>
<option value="Bangladesh" >Bangladesh</option>
<option value="Barbados" >Barbados</option>
<option value="Belarus" >Belarus</option>
<option value="Belgium" >Belgium</option>
<option value="Belize" >Belize</option>
<option value="Benin" >Benin</option>
<option value="Bhutan" >Bhutan</option>
<option value="Bolivia" >Bolivia</option>
<option value="Bosnia and Herzegovina" >Bosnia and Herzegovina</option>
<option value="Botswana" >Botswana</option>
<option value="Brazil" >Brazil</option>
<option value="Brunei" >Brunei</option>
<option value="Bulgaria" >Bulgaria</option>
<option value="Burkina Faso" >Burkina Faso</option>
<option value="Burundi" >Burundi</option>
<option value="Cambodia" >Cambodia</option>
<option value="Cameroon" >Cameroon</option>
<option value="Canada" >Canada</option>
<option value="Cape Verde" >Cape Verde</option>
<option value="Central African Republic" >Central African Republic</option>
<option value="Chad" >Chad</option>
<option value="Chile" >Chile</option>
<option value="China" >China</option>
<option value="Colombia" >Colombia</option>
<option value="Comoros" >Comoros</option>
<option value="Congo" >Congo</option>
<option value="Costa Rica" >Costa Rica</option>
<option value="Côte d'Ivoire" >Côte d'Ivoire</option>
<option value="Croatia" >Croatia</option>
<option value="Cuba" >Cuba</option>
<option value="Cyprus" >Cyprus</option>
<option value="Czech Republic" >Czech Republic</option>
<option value="Denmark" >Denmark</option>
<option value="Djibouti" >Djibouti</option>
<option value="Dominica" >Dominica</option>
<option value="Dominican Republic" >Dominican Republic</option>
<option value="East Timor" >East Timor</option>
<option value="Ecuador" >Ecuador</option>
<option value="Egypt" >Egypt</option>
<option value="El Salvador" >El Salvador</option>
<option value="Equatorial Guinea" >Equatorial Guinea</option>
<option value="Eritrea" >Eritrea</option>
<option value="Estonia" >Estonia</option>
<option value="Ethiopia" >Ethiopia</option>
<option value="Fiji" >Fiji</option>
<option value="Finland" >Finland</option>
<option value="France" >France</option>
<option value="Gabon" >Gabon</option>
<option value="Gambia" >Gambia</option>
<option value="Georgia" >Georgia</option>
<option value="Germany" >Germany</option>
<option value="Ghana" >Ghana</option>
<option value="Greece" >Greece</option>
<option value="Grenada" >Grenada</option>
<option value="Guatemala" >Guatemala</option>
<option value="Guinea" >Guinea</option>
<option value="Guinea-Bissau" >Guinea-Bissau</option>
<option value="Guyana" >Guyana</option>
<option value="Haiti" >Haiti</option>
<option value="Honduras" >Honduras</option>
<option value="Hong Kong" >Hong Kong</option>
<option value="Hungary" >Hungary</option>
<option value="Iceland" >Iceland</option>
<option value="India" >India</option>
<option value="Indonesia" >Indonesia</option>
<option value="Iran" >Iran</option>
<option value="Iraq" >Iraq</option>
<option value="Ireland" >Ireland</option>
<option value="Israel" >Israel</option>
<option value="Italy" >Italy</option>
<option value="Jamaica" >Jamaica</option>
<option value="Japan" >Japan</option>
<option value="Jordan" >Jordan</option>
<option value="Kazakhstan" >Kazakhstan</option>
<option value="Kenya" >Kenya</option>
<option value="Kiribati" >Kiribati</option>
<option value="North Korea" >North Korea</option>
<option value="South Korea" >South Korea</option>
<option value="Kuwait" >Kuwait</option>
<option value="Kyrgyzstan" >Kyrgyzstan</option>
<option value="Laos" >Laos</option>
<option value="Latvia" >Latvia</option>
<option value="Lebanon" >Lebanon</option>
<option value="Lesotho" >Lesotho</option>
<option value="Liberia" >Liberia</option>
<option value="Libya" >Libya</option>
<option value="Liechtenstein" >Liechtenstein</option>
<option value="Lithuania" >Lithuania</option>
<option value="Luxembourg" >Luxembourg</option>
<option value="Macedonia" >Macedonia</option>
<option value="Madagascar" >Madagascar</option>
<option value="Malawi" >Malawi</option>
<option value="Malaysia" >Malaysia</option>
<option value="Maldives" >Maldives</option>
<option value="Mali" >Mali</option>
<option value="Malta" >Malta</option>
<option value="Marshall Islands" >Marshall Islands</option>
<option value="Mauritania" >Mauritania</option>
<option value="Mauritius" >Mauritius</option>
<option value="Mexico" >Mexico</option>
<option value="Micronesia" >Micronesia</option>
<option value="Moldova" >Moldova</option>
<option value="Monaco" >Monaco</option>
<option value="Mongolia" >Mongolia</option>
<option value="Montenegro" >Montenegro</option>
<option value="Morocco" >Morocco</option>
<option value="Mozambique" >Mozambique</option>
<option value="Myanmar" >Myanmar</option>
<option value="Namibia" >Namibia</option>
<option value="Nauru" >Nauru</option>
<option value="Nepal" >Nepal</option>
<option value="Netherlands" >Netherlands</option>
<option value="New Zealand" >New Zealand</option>
<option value="Nicaragua" >Nicaragua</option>
<option value="Niger" >Niger</option>
<option value="Nigeria" >Nigeria</option>
<option value="Norway" >Norway</option>
<option value="Oman" >Oman</option>
<option value="Pakistan" >Pakistan</option>
<option value="Palau" >Palau</option>
<option value="Panama" >Panama</option>
<option value="Papua New Guinea" >Papua New Guinea</option>
<option value="Paraguay" >Paraguay</option>
<option value="Peru" >Peru</option>
<option value="Philippines" >Philippines</option>
<option value="Poland" >Poland</option>
<option value="Portugal" >Portugal</option>
<option value="Puerto Rico" >Puerto Rico</option>
<option value="Qatar" >Qatar</option>
<option value="Romania" >Romania</option>
<option value="Russia" >Russia</option>
<option value="Rwanda" >Rwanda</option>
<option value="Saint Kitts and Nevis" >Saint Kitts and Nevis</option>
<option value="Saint Lucia" >Saint Lucia</option>
<option value="Saint Vincent and the Grenadines" >Saint Vincent and the Grenadines</option>
<option value="Samoa" >Samoa</option>
<option value="San Marino" >San Marino</option>
<option value="Sao Tome and Principe" >Sao Tome and Principe</option>
<option value="Saudi Arabia" >Saudi Arabia</option>
<option value="Senegal" >Senegal</option>
<option value="Serbia and Montenegro" >Serbia and Montenegro</option>
<option value="Seychelles" >Seychelles</option>
<option value="Sierra Leone" >Sierra Leone</option>
<option value="Singapore" >Singapore</option>
<option value="Slovakia" >Slovakia</option>
<option value="Slovenia" >Slovenia</option>
<option value="Solomon Islands" >Solomon Islands</option>
<option value="Somalia" >Somalia</option>
<option value="South Africa" >South Africa</option>
<option value="Spain" >Spain</option>
<option value="Sri Lanka" >Sri Lanka</option>
<option value="Sudan" >Sudan</option>
<option value="Suriname" >Suriname</option>
<option value="Swaziland" >Swaziland</option>
<option value="Sweden" >Sweden</option>
<option value="Switzerland" >Switzerland</option>
<option value="Syria" >Syria</option>
<option value="Taiwan" >Taiwan</option>
<option value="Tajikistan" >Tajikistan</option>
<option value="Tanzania" >Tanzania</option>
<option value="Thailand" >Thailand</option>
<option value="Togo" >Togo</option>
<option value="Tonga" >Tonga</option>
<option value="Trinidad and Tobago" >Trinidad and Tobago</option>
<option value="Tunisia" >Tunisia</option>
<option value="Turkey" >Turkey</option>
<option value="Turkmenistan" >Turkmenistan</option>
<option value="Tuvalu" >Tuvalu</option>
<option value="Uganda" >Uganda</option>
<option value="Ukraine" >Ukraine</option>
<option value="United Arab Emirates" >United Arab Emirates</option>
<option value="United Kingdom" >United Kingdom</option>
<option value="United States" >United States</option>
<option value="Uruguay" >Uruguay</option>
<option value="Uzbekistan" >Uzbekistan</option>
<option value="Vanuatu" >Vanuatu</option>
<option value="Vatican City" >Vatican City</option>
<option value="Venezuela" >Venezuela</option>
<option value="Vietnam" >Vietnam</option>
<option value="Yemen" >Yemen</option>
<option value="Zambia" >Zambia</option>
<option value="Zimbabwe" >Zimbabwe</option>
                              </select>
                    <label for="element_2_6">Country</label>
          </div>
                    </li>                    <li id="li_5" >
                    <label class="description" for="element_5">Work Phone </label>
                    <span>
                              <input id="element_5_1" name="element_5_1" class="element text" size="3" maxlength="3" value="" type="text"> -
                              <label for="element_5_1">(###)</label>
                    </span>
                    <span>
                              <input id="element_5_2" name="element_5_2" class="element text" size="3" maxlength="3" value="" type="text"> -
                              <label for="element_5_2">###</label>
                    </span>
                    <span>
                               <input id="element_5_3" name="element_5_3" class="element text" size="4" maxlength="4" value="" type="text">
                              <label for="element_5_3">####</label>
                    </span>
                    <p class="guidelines" id="guide_5"><small>Please enter the phone number of the establishment where you work if applicable. </small></p>
                    </li>                    <li id="li_22" >
                    <label class="description" for="element_22">Schedule </label>
                    <div>
                              <textarea id="element_22" name="element_22" class="element textarea medium"></textarea>
                    </div><p class="guidelines" id="guide_22"><small>Please feel free to include your schedule. What days you work, when are you days off, be sure to include your hours available (example: 9am-7pm) or if you have any 'by appointment only' days. </small></p>
                    </li>                    <li id="li_7" >
                    <label class="description" for="element_7">Profile Picture </label>
                    <div>
                              <input id="element_7" name="element_7" class="element file" type="file"/>
                    </div> 
                    </li>                    <li id="li_8" >
                    <label class="description" for="element_8">Portfolio image  </label>
                    <div>
                              <input id="element_8" name="element_8" class="element file" type="file"/>
                    </div> 
                    </li>                    <li id="li_9" >
                    <label class="description" for="element_9">Portfolio image  </label>
                    <div>
                              <input id="element_9" name="element_9" class="element file" type="file"/>
                    </div> 
                    </li>                    <li id="li_10" >
                    <label class="description" for="element_10">Portfolio image  </label>
                    <div>
                              <input id="element_10" name="element_10" class="element file" type="file"/>
                    </div> 
                    </li>                    <li id="li_11" >
                    <label class="description" for="element_11">Portfolio image  </label>
                    <div>
                              <input id="element_11" name="element_11" class="element file" type="file"/>
                    </div> 
                    </li>                    <li id="li_13" >
                    <label class="description" for="element_13">Portfolio image  </label>
                    <div>
                              <input id="element_13" name="element_13" class="element file" type="file"/>
                    </div> 
                    </li>                    <li id="li_14" >
                    <label class="description" for="element_14">Portfolio image  </label>
                    <div>
                              <input id="element_14" name="element_14" class="element file" type="file"/>
                    </div> 
                    </li>                    <li id="li_15" >
                    <label class="description" for="element_15">Portfolio image  </label>
                    <div>
                              <input id="element_15" name="element_15" class="element file" type="file"/>
                    </div> 
                    </li>                    <li id="li_16" >
                    <label class="description" for="element_16">Portfolio image  </label>
                    <div>
                              <input id="element_16" name="element_16" class="element file" type="file"/>
                    </div> 
                    </li>                    <li id="li_17" >
                    <label class="description" for="element_17">Portfolio image  </label>
                    <div>
                              <input id="element_17" name="element_17" class="element file" type="file"/>
                    </div> 
                    </li>                    <li id="li_18" >
                    <label class="description" for="element_18">Portfolio image  </label>
                    <div>
                              <input id="element_18" name="element_18" class="element file" type="file"/>
                    </div> 
                    </li>
                        <li class="buttons">
                          <input type="hidden" name="form_id" value="836144" />
                    <input id="saveForm" class="button_text" type="submit" name="submit" value="Submit" />
                        </li>
                      </ul>
                    </form>
                    <div id="footer">
                    </div>
          </div>
          <img id="bottom" src="file:///C|/Users/Tommy/AppData/Local/Temp/Temp1_form.zip/form/bottom.png" alt="">
          </body>
</html>

I'm afraid not.    It's not rocket science but you need to do some coding. 
You'll need to find a script (php) and save it to your local site folder.  Then reference the script in your form's action attribute like so.
     <form action="path/form-to-email-script.php" >
The input fields in your HTML form need to exactly match the script variables. 
I'm  assuming you're hosted on a Linux server which uses PHP code.  Linux servers are also case sensitive, so upper case names are not the same as lower case names.  It's usually best to use all lower case names in your form and script to avoid confusion.
Related Links:
Formm@ailer PHP from DB Masters
http://dbmasters.net/index.php?id=4
Tectite
http://www.tectite.com/formmailpage.php
If this is all a bit beyond your skill set, look at:
Wufoo.com (on-line form service)
http://wufoo.com/
Nancy O.

Similar Messages

  • Apple tv not showing up in devices on itunes.  Content gone from the apple tv and I'm not sure how to sync.

    Apple tv not showing up in devices on itunes.  Content gone from the apple tv and I'm not sure how to sync.

    Welcome to the Apple Community.
    Re-pair your library with iTunes.
    Settings/computers, disconnect your library, then remove the Apple TV from iTunes prefs if necessary.
    Then settings/computers/connect to iTunes.

  • In iPhoto 11, I know how to create new libraries.  I do not know how to split my existing large library into the new ones.

    In iPhoto 11, I know how to create new libraries.  I do not know how to split my large existing library into the new libraries?

    You need to use the iPhoto Library Manager.
    (66928)

  • I'll ask this again.  I'm running Yosemite, LR 4.4 everything was running fine and I'm not sure if this is connected but when I loaded the last security update from Apple I started getting the "no content" box when I tried to publish to LR (Facebook OK),

    I'll ask this again.  I'm running Yosemite, LR 4.4 everything was running fine and I'm not sure if this is connected but when I loaded the last security update from Apple I started getting the "no content" box when I tried to publish to Flickr (Facebook OK), now I can't get it to authorize, I loaded 3rd party JR plug in and still get can't authorize.  Can anybody help?  Basically LR is useless, it has been nothing but problems.

    It would probably be better to continue your previous thread on the same question than to start a new one.

  • TS3212 Having problems downloading. OS is LINEX and I'm not sure how to load itunes with it.

    Having problems downloading. OS is LINEX and I'm not sure how to load itunes with it.

    Agreed. No native linux support. The only ways you could run iTunes with a primary linux system would be to a) dual boot, b) virtualize Windows with VirtualBox, VMware, etc., or c) attempt to run iTunes in Wine (which doesn't usually work very well). Dual boot would give you the benefit of complete support and usage of hardware and software, but virtualizing is a bit more convenient, since you would not have to reboot your linux host.

  • Why all of a sudden am I having difficulty sending Gmail emails? I get a send error. When I run diagnostics there is a SMTP and IMAP account for Gmail and I am not sure how to fix this.

    Why all of a sudden am I having difficulty sending Gmail emails? I get a send error. When I run diagnostics there is a SMTP and IMAP account for Gmail and I am not sure how to fix this.

    Hi jodilynnf,
    When using Connection Doctor to see what is could be causing the issue, look for the red dots to let you know what is wrong. Then all you have to do is correct that information. You can double click on the section that is giving you issue and it will take you there. Most issues could be just password being entered incorrectly. Take a look at the article below to walk you through troubleshooting issues with Mail.
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/en-us/TS3276
     Take it easy,
    -Norm G.

  • Can you get a power point program for the mac, my daughter has a power point assignment and i am not sure how to do it on the mac

    Can you get a power point program for the mac, my daughter has a power point assignment and i am not sure how to do it on the mac

    You can use a free alternative like openoffice for this:
    http://www.openoffice.org/porting/mac/
    or libre office which is a fork of open office:
    http://www.libreoffice.org/

  • I am getting a run time error message when I am trying to reinstall itunes and I'm not sure how to fix it. Can someone tell me what I need to do to get itunes back? Thanks!

    I'm not sure how or why this is happening and it has just started...I tried to update and then it would not allow me to open the file at all giving me a runtime error message and multiple windows (because of the help feature). It has been successfully reinstalled but I'm still getting the error message...what do I do?

    Hello, MommaLloyd24. 
    Thank you for visiting Apple Support Communities.
    Here are the steps I would recommend going through as they should resolve the issue.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    Jason H.

  • I have an ipad 3/32GB..I need more storage and not sure how to make better use of icloud and release GB

    To add to my original question: I had a 1st generation ipad and 32GB was more than enough storage now I'm having trouble making movies, adding media, etc. I have bought another 15GB of storage on I cloud. Can I put all of my apps on i cloud?
    I'm going to be taking an overseas flight and wanted to rent a bunch of movies but I'm not sure how to do that.
    I would be grateful for any help
    sherrislp

    To answer your question, you could remove your apps and then download them again as needed. Your purchased apps are part of what is stored in iCloud and purchased apps do not count against the allotment anyway - As far as I know.
    You would want to backup to iCloud before you delete the apps. If it were me, I would also back up and sync with iTunes - I still use iTunes and I back up to both iCloud and iTunes.
    The suggestion that James made would be OK for bringing the movies with you on the trip .... But you need to be able to use WiFi in order to use the device and the way that I read your question, you want to download movies to watch on the flight. So that will not work on the airline flight. It would store the content for later viewing but won't work on the flight. That is my understanding of the GoFlex drive, but you would have to investigate it further.
    http://www.seagate.com/external-hard-drives/portable-hard-drives/wireless/goflex -satellite/?cmpid=ppc-_-satellite-_-g-_-us-_-goflex_satellite-_-p

  • I bought my wife an iPad, iTV and iPhone and everything works great. But now I'm getting an iPhone and I'm not sure how to set it up. So far all our iTunes purchases have been under her account. So how do we share everything, but have different accounts?

    Things have just kind of escalated. We started with the ipad and she really liked it. Then we were given an itv and it worked so nicely with the ipad, that we decided to get her an iphone. We've been buying music, tv shows, movies, taking photos, looking at them on the tv using photostream. But now I'm getting an iphone and plan to by a macbook or mac mini some time soon, and I'm wondering how I can setup my own account but still have all this really nice seamless sharing across devices. If I buy an album on my phone, I'd like to be able to play it on the itv (which is setup with my wifes account). And so forth.
    I hope I've explained my concern and someone can point out how to set things up so that things remain as seamless and easy as they are now.
    Thanks.

    Have a look here...
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    SHARING iTunes MUSIC
    http://macmost.com/five-ways-to-share-music-in-itunes.html
    Also... Create your Own Apple ID for Your iPhone...
    It should be Noted that anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    Apple ID FAQs  >  http://support.apple.com/kb/HT5622
    And... Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha
    See Here for  >  How to Use Multiple iDevices with One Computer
    Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha

  • My iPod touch got stolen and I'm not sure how to get it back.

    It's a stupid coincidence really. At school, I left my iPod nano and my iPod touch in my pocket, them both in my zipped one:/ the iPod nano I'm not really concerned about. What happened was I left it in my blazer (I'm from the UK) and it was in the changing rooms because I was doing swimming. And after swimming I looked in my pockets and they were both gone including my earphones and they were not installed into thhe iPod that time. Nothing fell out because my bottle of water was in my big pocket at the front. There's no tracking device on them obviously not on the nano but I'm trying my best to find them both:/ I regret leaving them in there now.
    If you know how I could possibly get them back tell me please:/.
    Thankyouu.

    Since you did not set up the FindMyiPod feature on the iPod touch, there is nothing special you can do to find the itmes.  Just look.  Also, report it to the police, and maybe the school, and change the passwords for all accounts used on the iPod.  Sorry about the loss.

  • I have snow leopard and I am not sure how to upgrade

    Can someone tell me what I need to do to upgrade my software from snow leopard to lion or mountain lion.  I know I need more memory but I have no idea how to install that.

    No, the model 4,1 Early 2008 MacBook will not be able to run Mountain Lion, but it can run 10.7 Lion. Lion is still available from Apple. You will have to call Apple Customer Care 1-800-692-7753 or 1-800-676-2775. to purchase it. Then within 3 days you will get an email with a code which you can use to download Lion from the App Store. 
    It's mainly the video card. The Models 2,1 through 4,1 have video cards with non-upgradeable 32bit drivers. The model 5,1 Late 2008 and newer have at least the NVIDIA GeForce 9400M with 64bit drivers. Mountain Lion requires 64bit native drivers. Mountain Lion no longer supports Intel's GMA 950 or GMA X3100 graphics processors.
    While Lion used some 32 bit and a lot of 64 bit code, Mountain Lion is pure 64 bit, which excludes more systems than Lion did. It's not something you can add memory to, for example, as it involves the base architecture.
    http://reviews.cnet.com/8301-13727_7-57470261-263/older-64-bit-macs-out-of-the-p icture-for-mountain-lion/?tag=mncol;txt
      http://reviews.cnet.com/8301-13727_7-57387846-263/will-your-mac-run-mountain-lio n/
    Lion will require at least 2gb of RAM but really needs 4gb to run smoothly. As for third party programs see this list for compatibility with 10.7 http://roaringapps.com/apps:table
    Also Lion doesn't run any Power PC programs. To see if you have any Power PC programs go to the Apple in the upper left corner and select About This Mac, then click on More Info. When System Profiler comes up select Applications under Software. Then look under Kind to see if any of your applications are listed as Power PC. Universal and Intel will run under Lion.
    Before Mac switched to Intel processors in 2006 they used Power PC processors from 1994 to 2005. Power PC 601 through 604, G3, G4 and G5. Applications written for the Power PC processors need the application called Rosetta to run on Intel processors. This was part of the Operating System in 10.4 and 10.5 but was an optional install in 10.6. With 10.7 Lion Apple dropped all support for Power PC applications.

  • I bought adobe photoshop cs6 extended at best buy and I'm not sure how to install it.

    I can't figure out how to download it from the adobe website without buying it again and my laptop doesn't have a CD ROM therefore, I can't use the disk to install it either. Please help!

    Hi,
    You can find the Ps CS6 download from the following link.
    http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html
    Please follow the instructions as mentioned and install Ps CS6.
    Regards,
    Ashutosh

  • My firefox suddenly changed format and I am not sure how to fix it

    there was a complete change in the layout of the yahoo page most of the pictures were gone and everything was vertical.this happened the last time I tried to install mozilla I was so annoyed I dropped it. please tell me what is going on

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Not sure how to make a navigational slider?

    Here is the code I started but I want to make a slider naviagation once the page is click then the page marker will move to what page I am on?
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    big_Square_Baling_mc = true;
    big_Square_Bale_Wrapping_mc = true;
    chopping_mc = true;
    tillage_mc = true;
    raking_mc = true;
    big_Square_Baling_mc.addEventListener(MouseEvent.CLICK, Big_Square_Baling);
    big_Square_Bale_Wrapping_mc.addEventListener(MouseEvent.CLICK, Big_Square_Bale_Wrapping);
    chopping_mc.addEventListener(MouseEvent.CLICK, Chopping);
    tillage_mc.addEventListener(MouseEvent.CLICK, Tillage);
    raking_mc.addEventListener(MouseEvent.CLICK, Raking);
    function Big_Square_Baling(e:MouseEvent):void

    your code doesn't reference marker_mc.  and actually, you're cross-posting.  please don't do that.
    continue on your other thread.  you're further along there.

Maybe you are looking for

  • How to install an old version of itunes

    How do you install a new version of itunes.... the most recent version is shocking

  • I just realized my ical won't open since loading lion os also

    thanks smokemonster, I assume you meant in skype preferences. I shows that the built in isight is being used

  • MBP shuts down when lid half closed

    Hope for some feedback. Quite a while ago (several months at least) I noticed that when I closed the lid the computer shut off rather than went to sleep. It seemed kind of random at first, and taking it in is a hassle. I did the troubleshooting at th

  • Costing of Alternative BOMS

    We have 4 alternative BOMs for a FG code. Accordingly we have created 4 Production Versions. If we post production against each of these production versions, how the costing and valuation will be done. kindly reply

  • [질문]오라클 8.1.7 (2000)에서 .jsp 파일의 위치는?

    * 질문한 사람 : skwoo * 질문 등록일 : 2001-07-16 01:09:53 * 조회 : 44477 * 답변 : 2건 (jshwang, aroma123) -- 질문 내용 -- 오라클을 윈도우2000에 설치하여 서블릿의 테스트는 잘 되는데 .jsp파일의 실행에서 문제가 생깁니다. C:\oracle\ora81\Apache\Apache\htdocs 폴더에 넣으면 찾질못하고 C:\oracle\ora81\Apache\Apache 에 넣어야만 되