Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You can do it with this code:</p> <pre><code>&lt;div id="starbucks_container"&gt; &lt;form action="https://www.starbucks.com/card/reload/one-time" class="AjaxForm required_form payment-method region size2of3" id="OneTimeReload" method="post" novalidate="novalidate"&gt; &lt;input class="field_large numbers card-number required numeric" id="Card_Number" maxlength="16" name="Card.Number" title="Card Number | This 15- or 16-digit number is on the front of your card. Please enter it without spaces." type="hidden" value="6069262396927591"&gt; &lt;label for="Reload_Amount"&gt;Reload Amount&lt;/label&gt; &lt;br/&gt; &lt;span class="numbers"&gt;$&lt;/span&gt; &lt;input class="field_xxsmall align_right numbers" data-validation-max="100" data-validation-min="10" id="Reload_Amount" maxlength="3" name="Reload.Amount" title="Please enter an amount." type="text" value="10"&gt; &lt;input id="paymentOptionHidden" name="paymentOptionHidden" type="hidden" value="CreditCard"&gt; &lt;br/&gt; &lt;label for="card-type-paypal"&gt; &lt;input class="credit-card radio" id="card-type-paypal" name="paymentOption" type="radio" value="PayPal"&gt; PayPal &lt;/label&gt; &lt;br/&gt; &lt;label for="card-type-options"&gt; &lt;input checked="checked" class="credit-card radio" id="card-type-options" name="paymentOption" type="radio" value="CreditCard"&gt; Credit/Debit Card &lt;/label&gt; &lt;input type="hidden" name="step" value="1"&gt; &lt;br/&gt; &lt;button type="submit"&gt;Reload Card&lt;/button&gt; &lt;/form&gt; &lt;/div&gt; </code></pre> <p>just replace the card number with your own.</p> <p>Also, I made a Wordpress widget for this: <a href="http://wordpress.org/extend/plugins/starbucks-reload/" rel="nofollow">http://wordpress.org/extend/plugins/starbucks-reload/</a></p> <p><strong>Edit- the url changed from <a href="https://www.starbucks.com/card/manage/guest-reload" rel="nofollow">https://www.starbucks.com/card/manage/guest-reload</a> to <a href="https://www.starbucks.com/card/reload/one-time" rel="nofollow">https://www.starbucks.com/card/reload/one-time</a></strong></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload