Can't Add Credit Card (submit button doesn't work)

Hey. Recently come across a problem trying to add my credit card so I could buy a Twitter app that works with Twitters new authorization.
The submit button doesn't work. It is still there, but it is unclickable, it doesn't load up anything, or do anything. It doesn't change to being clickable at any time.
If it helps, I have the Palm Pre, I'm with O2 (UK).
Can anyone help?
Post relates to: Pre p100ueu (O2)

This sounds like a credit card related issue. Has anything about your credit card changed, like a new expiration data? You can go to App Catalog, tap the drop-down menu, select Preferences and Accounts, then choose the account name, enter your profile password, tap continue, When the Edit Credit Card screen appears, re-enter the credit card number and confirm that the remaining info is valid or enter any new information, then submit.

Similar Messages

  • Can't Add Zone To DNS - + Button Doesn't Work

    Hi,
    Running 10.4 Server and I can't add a zone. The + button doesn't bring up a dialog like it is supposed to...
    Is there a fix for this?
    Did I miss a step somewhere?
    Thanks in advance!

    Found the solution to this problem myself.
    My Ethernet cable was disconnected when I was trying to add a zone.
    I initially disconnected the cable because I didn't want to interfere with any other servers on our network. As a last resort, I connected the cable.
    I spent the better part of 4 hours with Apple support and they didn't know about this.
    Apple should fix this if this is not intentional. I don't recall seeing anything in the manual about this.
    I hope this helps someone out there.

  • Submit button doesn't work when form is uploaded to website

    I created a form with a submit button that works well when I open the form from my documents.  However, once I upload that same form to my website, the submit button doesn't work.  Any ideas how this can be fixed?

    If the form is opened in the browser, it is probably using the browser's built-in PDF viewer (e.g., Chrome and Firefox), which likely does not support the submit action. It's possible to disable the built-in viewer and configure it so Adobe Reader is used to view the PDF and the submit button should work. This will be something each user would have to set up, so providing instructions is a good idea.

  • Submit button doesn't work after moving form to another parent container

    I'm re-arranging the page using jquery. When I moved a div or table containing a form to another div, the submit button doesn't work anymore. Using the emulation mode under the Inspect Element feature of IE, the same code works for IE9 but not under IE10
    and up.
    Any ideas?
     

    I will steal the answer that George gave to a similar question, because it turns out it is applicable here as well:
    George Johnson  on Feb 23, 2012 11:17 AM 
    When you distribute a form, it replaces the email address that you've set up in a submit button with the email address you have specified in "Edit > Preferences > Identity > Email Address". So before you initiate the Distribute Form process, change the email address there to the one you want to use.
    It is a ridiculous solution, because it means I have to make the identity of my personal copy of Acrobat the email address of someone else or some other department when I make the form, but whatever -- at least the form sends now.

  • Help me. I can not add credit card in the AppStore  iPhone 4

    Hi
    I use the Iphone 4 , iOS 4.3.1, but recently I can not use my credit card with the iPhone appstore. itunes store with online payment and credit card is used as normal, but I can not use credit cards to buy the game directly in my iPhone. please help me find the cause of it ..
    Thanks

    What happens when you try to buy them, does the 'buy' button not work, do you get any error messages ... ?
    If you are getting a message to contact iTunes Support then you can do so via this link and ask them for help (we are fellow users on these forums, we won't know why the message is appearing) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption
    If it's a different problem ... ?

  • Submit button doesn't work

    I created a static form in LiveCycle. Then, in order enable the reader rights and allow users to add attachments in the comments, I opened it in Acrobat Pro and enabled the rights and distributed it. But, when it's posted on the intranet, the user sees an Internet Explorer pop-up asking if they want to open or save the file. If they open it, it opens in the IE browser and they can't add attachments or submit the form.

    Hi,
    the Reader Extensions you can apply with Acrobat are not enought to allow file attachments.
    This right can can only be applied by LiveCycle Reader Extensions Server.

  • Submit button doesn't work unless I use the record wizard

    If I create a form using the data objects/insert record/record wizard my form works fine..ie..the date gets inputed into my mysql database.   However, if I create the form myself without the record wizard my submit button does not work.   Any suggestions or thoughts on what I am doing wrong?

    It could be a problem with that script.
    You think?
    I'd say it definitely is.  But without seeing any code, we can only guess.

  • Can't create Smart Collection, Save-Button doesn't work

    i have the Problem  that i can't create Smart Collection, the Save-Button doesn't work, the Smart-Collection Window stays open and nothing happens when i click the "save" button!
    i use CC with a new installed W8 and all is up-to-date.
    Its a strange thing. Please Help me.

    Just to clarify, Photoshop CC has not been released yet.  It will come out on June 17.
    What you have now is Photoshop 13.x as per the subscription model (»Abo«) and it's called Photoshop CS6.  When Photoshop 14.x is released on June 17, then it will be called "CC".
    It's not clear—at least to me—which images, if any, you have selected in Bridge when you hit the »Speichern« (Save) button.
    Remember that a Collection is nothing more than a saved search, i.e. a saved collection of selected search results (hits).
    Could you elaborate on what it is you want to save as a collection? 
    Incidentally, the Adobe Bridge forum is here:
    http://forums.adobe.com/community/bridge?view=discussions

  • TS3276 Can't send email. Send button doesn't work.

    I'm using mail 4.6. The send button doesn't work. I click on it and nothing happens.

    Try Disc Utilities > Highlight your current drive > Repair permissions.

  • How Can I add Credit Card in Deposit by DI API

    I´m trying to use DI API to enter with some informations in Deposits(ODPS)...
    In the help i can see that is a child object from BillOfExchangeTr, and the object is BillOfExchangeTrans_Deposits.
    But i need enter with some information of Credit Card, and this object don´t have this fields, lines...
    Anybody have some idea, sugestion, how can i do?
    Regards,
    Juliano

    CompanyService companyService = oCompany.GetCompanyService();
    SAPbobsCOM.DepositService dpService = (SAPbobsCOM.DepositService)companyService.GetBusinessService(ServiceTypes.DepositService);
                                    Deposit dpsAddCreditCard = dpService.GetDataInterface(DepositsServiceDataInterfaces.dsDeposit);
                                    dpsAddCreditCard.DepositType = BoDepositTypeEnum.dtCredit;
                                    dpsAddCreditCard.DepositCurrency = "";
                                    dpsAddCreditCard.AllocationAccount = "";
                                    dpsAddCreditCard.DepositAccount = "";
                                    dpsAddCreditCard.JournalRemarks = "Credit Card Deposit";
                                    dpsAddCreditCard.BPLID = "";
                                    dpsAddCreditCard.DepositDate = "2014-05-06";
                                    dpsAddCreditCard.VoucherAccount = "";
                                    dpsAddCreditCard.CommissionAccount = "";
                                    dpsAddCreditCard.Commission = 0;
                                    dpsAddCreditCard.CommissionDate = "2014-05-06";
                                    CreditLines credits = dpsAddCreditCard.Credits;
                                    CreditLine credit;
                                        credit = credits.Add();
                                        credit.AbsId = Convert.ToInt32(OCRH.absId);
    Juliano Bachesque wrote:
    I´m trying to use DI API to enter with some informations in Deposits(ODPS)...
    In the help i can see that is a child object from BillOfExchangeTr, and the object is BillOfExchangeTrans_Deposits.
    But i need enter with some information of Credit Card, and this object don´t have this fields, lines...
    Anybody have some idea, sugestion, how can i do?
    Regards,
    Juliano

  • Can't add Credit Card funds

    hello,I'm trying to purchase this $2 in app purchase for "Marvel:Contest Of Champions" but I can't add funds though,there is no Edit button on the Apple ID option,and I also changed Emails.HELP

    What do you mean 'no Edit button on the Apple ID option' ?
    If you've updated the primary email address on the account (and that account downloaded that app from the store), then if the old email address shows in Settings > iTunes & App Store (and in the app) then tap on the old id in Settings > iTunes & App Store and tap 'sign out' on the popup and then log back in with the updated version of the account so as to 'refresh' the account on it.
    If the app was downloaded by a different account then you will need to log in with that account, apps are tied to the account that downloaded them

  • Can't add credit card to my apple id, Can't add credit card to my apple id

    Hello
    I have apple id in us store, now i want to add a credit card to my account so i change my adress to israel and put there all my adress information.
    Now when i tried to add the credit card info in my iphone app store it allways give me an error, any idea why it happen?

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    By what process did you rename an Apple ID?

  • We reconfigured our checkout form and now the submit button doesn't work

    Here is the form now, can you help us figure out what to do to keep the format and to get the submit button to work, also how do we change the submit button to a customized button. Thanks in advance!
                                  First Name
                                   •                Last Name
                                   •                Address Line 1                              Address Line 2                                  City                                                   State                                                 Zipcode                                             Country                                              -- Select Country --                AFGHANISTAN                ALAND ISLANDS                ALBANIA                ALGERIA                AMERICAN SAMOA                ANDORRA                ANGOLA                ANGUILLA                ANTARCTICA                ANTIGUA AND BARBUDA                ARGENTINA                ARMENIA                ARUBA                AUSTRALIA                AUSTRIA                AZERBAIJAN                BAHAMAS                BAHRAIN                BANGLADESH                BARBADOS                BELARUS                BELGIUM                BELIZE                BENIN                BERMUDA                BHUTAN                BOLIVIA                BOSNIA AND HERZEGOVINA                BOTSWANA                BOUVET ISLAND                BRAZIL                BRITISH INDIAN OCEAN TERRITORY                BRUNEI DARUSSALAM                BULGARIA                BURKINA FASO                BURUNDI                CAMBODIA                CAMEROON                CANADA                CAPE VERDE                CâTE D'IVOIRE                CAYMAN ISLANDS                CENTRAL AFRICAN REPUBLIC                CHAD                CHILE                CHINA                CHRISTMAS ISLAND                COCOS (KEELING) ISLANDS                COLOMBIA                COMOROS                CONGO                CONGO, THE DEMOCRATIC REPUBLIC OF THE                COOK ISLANDS                COSTA RICA                CROATIA                CUBA                CYPRUS                CZECH REPUBLIC                DENMARK                DJIBOUTI                DOMINICA                DOMINICAN REPUBLIC                ECUADOR                EGYPT                EL SALVADOR                EQUATORIAL GUINEA                ERITREA                ESTONIA                ETHIOPIA                FALKLAND ISLANDS (MALVINAS)                FAROE ISLANDS                FIJI                FINLAND                FRANCE                FRENCH GUIANA                FRENCH POLYNESIA                FRENCH SOUTHERN TERRITORIES                GABON                GAMBIA                GEORGIA                GERMANY                GHANA                GIBRALTAR                GREECE                GREENLAND                GRENADA                GUADELOUPE                GUAM                GUATEMALA                GUINEA                GUINEA-BISSAU                GUYANA                HAITI                HEARD ISLAND AND MCDONALD ISLANDS                HOLY SEE (VATICAN CITY STATE)                HONDURAS                HONG KONG                HUNGARY                ICELAND                INDIA                INDONESIA                IRAN, ISLAMIC REPUBLIC OF                IRAQ                IRELAND                ISRAEL                ITALY                JAMAICA                JAPAN                JORDAN                KAZAKHSTAN                KENYA                KIRIBATI                KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF                KOREA, REPUBLIC OF                KUWAIT                KYRGYZSTAN                LAO PEOPLE'S DEMOCRATIC REPUBLIC                LATVIA                LEBANON                LESOTHO                LIBERIA                LIBYAN ARAB JAMAHIRIYA                LIECHTENSTEIN                LITHUANIA                LUXEMBOURG                MACAO                MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF                MADAGASCAR                MALAWI                MALAYSIA                MALDIVES                MALI                MALTA                MARSHALL ISLANDS                MARTINIQUE                MAURITANIA                MAURITIUS                MAYOTTE                MEXICO                MICRONESIA, FEDERATED STATES OF                MOLDOVA, REPUBLIC OF                MONACO                MONGOLIA                MONTSERRAT                MOROCCO                MOZAMBIQUE                MYANMAR                NAMIBIA                NAURU                NEPAL                NETHERLANDS                NETHERLANDS ANTILLES                NEW CALEDONIA                NEW ZEALAND                NICARAGUA                NIGER                NIGERIA                NIUE                NORFOLK ISLAND                NORTHERN MARIANA ISLANDS                NORWAY                OMAN                PAKISTAN                PALAU                PALESTINIAN TERRITORY, OCCUPIED                PANAMA                PAPUA NEW GUINEA                PARAGUAY                PERU                PHILIPPINES                PITCAIRN                POLAND                PORTUGAL                PUERTO RICO                QATAR                ROMANIA                RUNION                RUSSIAN FEDERATION                RWANDA                SAINT HELENA                SAINT KITTS AND NEVIS                SAINT LUCIA                SAINT PIERRE AND MIQUELON                SAINT VINCENT AND THE GRENADINES                SAMOA                SAN MARINO                SAO TOME AND PRINCIPE                SAUDI ARABIA                SENEGAL                SERBIA AND MONTENEGRO                SEYCHELLES                SIERRA LEONE                SINGAPORE                SLOVAKIA                SLOVENIA                SOLOMON ISLANDS                SOMALIA                SOUTH AFRICA                SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS                SPAIN                SRI LANKA                SUDAN                SURINAME                SVALBARD AND JAN MAYEN                SWAZILAND                SWEDEN                SWITZERLAND                SYRIAN ARAB REPUBLIC                TAIWAN, PROVINCE OF CHINA                TAJIKISTAN                TANZANIA, UNITED REPUBLIC OF                THAILAND                TIMOR-LESTE                TOGO                TOKELAU                TONGA                TRINIDAD AND TOBAGO                TUNISIA                TURKEY                TURKMENISTAN                TURKS AND CAICOS ISLANDS                TUVALU                UGANDA                UKRAINE                UNITED ARAB EMIRATES                UNITED KINGDOM                UNITED STATES                UNITED STATES MINOR OUTLYING ISLANDS                URUGUAY                UZBEKISTAN                VANUATU                VENEZUELA                VIET NAM                VIRGIN ISLANDS, BRITISH                VIRGIN ISLANDS, U.S.                WALLIS AND FUTUNA                WESTERN SAHARA                YEMEN                ZAMBIA                ZIMBABWE                             
                                   ENTER YOUR EMAIL ADDRESS • Required
                    Your email address is required so we can contact you about your order.
                   Email
                                   •               Confirm Your Email
                           Name on Card
                •            Card Number
                •            Card Expiration
                            Jan            Feb            Mar            Apr            May            Jun            Jul            Aug            Sep            Oct            Nov            Dec                       2014            2015            2016            2017            2018           •           
    Card Type
                            Visa            Master Card            Bank Card            American Express            Diners Club            JCB           •
               CCV Number
                •                                    Amount
                •            Payment Method
                Credit Card
                PayPal
                Gift Certificate          
                                     

    Here is the checkout link:https://divineunity1unlimited.worldsecuresystems.com/OrderRetrievev2.aspx?Step=13&CartID=3 1565588-f56b-43aa-a9a1-202c5781909b&CheckOut=1&ASESSID=c9f72879-0963-4895-8123-a99ca683ded 5&ANONID=c9f72879-0963-4895-8 

  • Email submit button doesn't work after digitally signing document

    I have a PDF fillable form that works great except for the digital signature fields. Every employee needs to fill it out, sign it, hit the email submit button to faward it to the boss, who then signs it and saves it. There are two digital signature fields that need to be signed by different people. If the employee fills out all of the fields and then hits the email submit button, everything works as it should. However, if they sign it digitally like we need them to and then press the email submit button, nothing happens. It's like the button is no longer interactive at all. The mouse doesn't even change anymore when hovering over it. How can I fix this?

    When you click the submit button, do you get a window that has the title "Select Email Client"and has the options of "Desktop Email Application" and "Internet Email"? If not, does anything at all happen?
    Note that Mac users must have Acrobat or Reader installed and be viewing the PDF in Acrobat or Reader for it to work. Many (most?) Mac users have the Preview Application as their default PDF viewer, and it does not support many interactive features such as form submissions. Although some third-party PDF viewers for Windows support form submissions, many do not.
    For those that do not use PDF viewers that support form submissions, they will have to manually attach the document to an email message.

  • Trouble submitting my feed to itunes - 'submit' button doesn't work

    itunes is not allowing me to submit my podcast.
    I'm going to http://www.apple.com/itunes/store/podcaststechspecs.html then clicking on 'submit a podcast'
    I then enter:
    http://feeds.feedburner.com/TheStartupStudio
    the button that says 'continue' doesn't work when I put my mouse over it. But if I hit the enter key, it does take me to the next screen.
    first problem: itunes is not picking up the most recent changes I made to my description
    BIGGER PROBLEM: if I go to submit it and try to push 'submit' or hit the enter key, nothing happens. I have had this problem for weeks.

    x

Maybe you are looking for