Advertisement
Guest User

Untitled

a guest
Mar 27th, 2020
1,429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 11.78 KB | None | 0 0
  1. <form class="mb-4 cb-form" autocomplete="off" method="POST" data-success-path="/content/help/language-masters/en/contact-us/success.html">
  2.    
  3.     <section class="cb-form__field cb-form__field--full ">
  4.         <label class="cb-form__label" for="s_Product__c">Choose your product<span class="cb-form__required">*</span></label>
  5.        
  6.            
  7.        
  8.            
  9.                 <div class="sf01-support-form__styled-products">
  10.                     <label class="sf01-support-form__styled-product">
  11.                         <img src="/content/dam/help/logos/product-dropdown/coinbase-dot.svg">
  12.                         <span class="sf01-support-form__styled-product-label">Coinbase</span>
  13.                         <input type="radio" name="s_Product__c" data-filter="coinbase" data-type="product" value="Coinbase">
  14.                     </label>
  15.                
  16.                     <label class="sf01-support-form__styled-product">
  17.                         <img src="/content/dam/help/logos/product-dropdown/coinbase-pro-dot.svg">
  18.                         <span class="sf01-support-form__styled-product-label">Coinbase Pro</span>
  19.                         <input type="radio" name="s_Product__c" data-filter="coinbase_pro" data-type="product" value="Coinbase Pro">
  20.                     </label>
  21.                
  22.                     <label class="sf01-support-form__styled-product">
  23.                         <img src="/content/dam/help/logos/product-dropdown/coinbase-custody-dot.svg">
  24.                         <span class="sf01-support-form__styled-product-label">Coinbase Custody</span>
  25.                         <input type="radio" name="s_Product__c" data-filter="coinbase_custody" data-type="product" value="Coinbase Custody">
  26.                     </label>
  27.                
  28.                     <label class="sf01-support-form__styled-product">
  29.                         <img src="/content/dam/help/logos/product-dropdown/coinbase-commerce-dot.svg">
  30.                         <span class="sf01-support-form__styled-product-label">Coinbase Commerce</span>
  31.                         <input type="radio" name="s_Product__c" data-filter="coinbase_commerce" data-type="product" value="Coinbase Commerce">
  32.                     </label>
  33.                
  34.                     <label class="sf01-support-form__styled-product">
  35.                         <img src="/content/dam/help/logos/product-dropdown/coinbase-other-dot.svg">
  36.                         <span class="sf01-support-form__styled-product-label">Other</span>
  37.                         <input type="radio" name="s_Product__c" data-filter="other" data-type="product" value="Other">
  38.                     </label>
  39.                 </div>
  40.            
  41.        
  42.            
  43.        
  44.     </section>
  45.     <section class="sf01-support-form__dropdowns">
  46.        
  47.         <section class="cb-form__field">
  48.             <label class="cb-form__label" for="Country__C">What is your country or region of residence?<span class="cb-form__required">*</span></label>
  49.             <select class="cb-form__select form__top-level-select--country" id="Country__C" name="Country__C" required="" data-req-init="true">
  50.                 <option disabled="" selected="" value="" class="default-opt" style="display:none;">Select an option</option>
  51.                
  52.                    
  53.                
  54.                    
  55.                
  56.                    
  57.                        
  58.                             <option value="United States">United States</option>
  59.                        
  60.                             <option value="United Kingdom">United Kingdom</option>
  61.                        
  62.                             <option value="Europe">Europe</option>
  63.                        
  64.                             <option value="Japan">Japan</option>
  65.                        
  66.                             <option value="Canada">Canada</option>
  67.                        
  68.                             <option value="Australia">Australia</option>
  69.                        
  70.                             <option value="Singapore">Singapore</option>
  71.                        
  72.                             <option value="Other">Other</option>
  73.                        
  74.                    
  75.                
  76.             </select>
  77.         </section>
  78.        
  79.         <section class="cb-form__field">
  80.             <label class="cb-form__label" for="topic">Please select the topic you need help with<span class="cb-form__required">*</span></label>
  81.             <select id="topic" name="topic" class="cb-form__select form__top-level-select sf01-support-form__field--topic" required="" data-req-init="true"><option disabled="" selected="" value="" class="default-opt" style="display:none;">Select an option</option><option value="account_compromised_and_unauthorized_accounts" data-id="accountcompromisedandunauthorizedaccounts" data-group="coinbase">Account Compromised and Unauthorized Accounts</option><option value="login_authentication_and_verification_issues" data-id="loginauthenticationandverificationissues" data-group="coinbase">Login, authentication, and verification issues</option><option value="managing_my_account" data-id="managingmyaccount" data-group="coinbase">Managing My Account</option><option value="other_issues" data-id="otherissues" data-group="coinbase">Other Issues</option><option value="taxes_reports_and_financial_services" data-id="taxesreportsandfinancialservices" data-group="coinbase">Taxes, Reports, and Financial Services</option><option value="trading_and_funding_on_coinbase" data-id="tradingandfundingoncoinbase" data-group="coinbase">Trading and Funding on Coinbase</option></select>
  82.         </section>
  83.        
  84.         <section class="cb-form__field">
  85.             <label class="cb-form__label" for="s_Category__c">What is your issue about?<span class="cb-form__required">*</span></label>
  86.             <select id="s_Category__c" name="s_Category__c" class="cb-form__select form__top-level-select" required="" data-req-init="true"><option disabled="" selected="" value="" class="default-opt" style="display:none;">Select an option</option><option value="Fees_Limits" data-id="feeslimits" data-group="coinbase_otherissues">Fees and Limits</option><option value="Death_of_Account_Holder" data-id="deathofaccountholder" data-group="coinbase_otherissues">I'm requesting access for a deceased account holder</option><option value="product_suggestion" data-id="productsuggestion" data-group="coinbase_otherissues">Report a product issue</option></select>
  87.         </section>
  88.        
  89.         <section class="cb-form__field">
  90.             <label class="cb-form__label" for="s_Sub_category__c">What can we help you with?<span class="cb-form__required">*</span></label>
  91.             <select id="s_Sub_category__c" name="s_Sub_category__c" class="cb-form__select form__top-level-select" required="" data-req-init="true"><option disabled="" selected="" value="" class="default-opt" style="display:none;">Select an option</option><option value="General" data-path="/content/help/language-masters/en/contact-us/support-form/other-issues/report-a-product-issue/general" data-group="coinbase_otherissues_productsuggestion">General</option></select>
  92.         </section>
  93.     </section>
  94.    
  95.     <input id="additional" type="hidden" name="Customer_Info_From_Web_Form__c" value="">
  96.    
  97.     <section class="sf01-support-form__step-two"><section class="dynamic-content"></section>
  98.        
  99.            
  100.             <div class="default-form-fields">
  101.                
  102.  
  103.  
  104. <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
  105.    
  106.     <div class="sf03-text-input aem-GridColumn aem-GridColumn--default--12">
  107.  
  108.  
  109.    
  110.  
  111.  
  112. <div class="cb-form__field">
  113.     <div class="cb-form__heading">
  114.         <label class="cb-form__label" for="SuppliedEmail">Email address associated with your Coinbase account<span class="cb-form__required">*</span></label>
  115.        
  116.     </div>
  117.    
  118.    
  119.    
  120.    
  121.    
  122.     <input class="cb-form__text-input" type="text" required="required" pattern="^[a-zA-Z0-9.!#$%&amp;’*+\/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)+$" name="SuppliedEmail" maxlength="80" placeholder="Email" data-req-init="true">
  123. <div class="cb-form__char-counter"><span></span> / 80</div></div>
  124. </div>
  125. <div class="sf03-text-input aem-GridColumn aem-GridColumn--default--12">
  126.  
  127.  
  128.    
  129.  
  130.  
  131. <div class="cb-form__field">
  132.     <div class="cb-form__heading">
  133.         <label class="cb-form__label" for="Subject">Subject<span class="cb-form__required">*</span></label>
  134.        
  135.     </div>
  136.    
  137.     <input class="cb-form__text-input" required="required" type="text" name="Subject" maxlength="255" data-req-init="true">
  138.    
  139.    
  140.    
  141.    
  142. <div class="cb-form__char-counter"><span></span> / 255</div></div>
  143. </div>
  144. <div class="sf03-text-input aem-GridColumn aem-GridColumn--default--12">
  145.  
  146.  
  147.    
  148.  
  149.  
  150. <div class="cb-form__field">
  151.     <div class="cb-form__heading">
  152.         <label class="cb-form__label" for="Description">Message<span class="cb-form__required">*</span></label>
  153.        
  154.     </div>
  155.    
  156.    
  157.    
  158.     <textarea class="cb-form__textarea" required="required" name="Description" rows="3" maxlength="32000" data-req-init="true"></textarea>
  159.    
  160.    
  161. <div class="cb-form__char-counter"><span></span> / 32000</div></div>
  162. </div>
  163. <div class="sf11-hidden-field aem-GridColumn aem-GridColumn--default--12">
  164.    
  165.  
  166. <input class="cb-form__hidden" type="hidden" name="origin" value="Web">
  167. </div>
  168. <div class="sf11-hidden-field aem-GridColumn aem-GridColumn--default--12">
  169.    
  170.  
  171. <input class="cb-form__hidden" type="hidden" name="Contact_Browser_Language__c" value="en-US">
  172. </div>
  173. <div class="sf11-hidden-field aem-GridColumn aem-GridColumn--default--12">
  174.    
  175.  
  176. <input class="cb-form__hidden" type="hidden" name="Customer_Language__c" value="en">
  177. </div>
  178.  
  179.    
  180. </div>
  181.  
  182.                 <div class="cb-form__field sf01-support-form__server-error" hidden="">
  183.                     <section class="c03-alert-banner__container" data-style="alert">
  184.                         <div class="c03-alert-banner__img-wrap">
  185.                             <svg width="48" height="48" fill="none" xmlns="http://www.w3.org/2000/svg" data-darkreader-inline-fill="" style="--darkreader-inline-fill:none;"><path d="M24 0C10.76 0 0 10.76 0 24s10.76 24 24 24 24-10.76 24-24S37.24 0 24 0zm0 46C11.86 46 2 36.14 2 24S11.86 2 24 2s22 9.86 22 22-9.86 22-22 22z" fill="#DF5F67" data-darkreader-inline-fill="" style="--darkreader-inline-fill:#e0636b;"></path><path d="M31.3 16.04l-7.3 7.3-7.3-7.3-1.4 1.42 7.28 7.3-7.28 7.28 1.4 1.42 7.3-7.3 7.3 7.3 1.4-1.42-7.28-7.28 7.28-7.3-1.4-1.42z" fill="#DF5F67" data-darkreader-inline-fill="" style="--darkreader-inline-fill:#e0636b;"></path></svg>
  186.                         </div>
  187.                         <div class="c03-alert-banner__text-wrap">
  188.                             <div class="c03-alert-banner__text">
  189.                                 <p>We’re currently unable to submit your ticket. Please try submitting again in a few minutes.</p>
  190.                             </div>
  191.                         </div>
  192.                     </section>
  193.                 </div>
  194.                 <div class="cb-form__field">
  195.                     <input type="submit" class="mt-3 button button--primary" name="submit" id="submit">
  196.                     <div class="cb-form__disclaimer">This site is protected by reCAPTCHA and the Google
  197.                         <a href="https://policies.google.com/privacy">Privacy Policy</a> and
  198.                         <a href="https://policies.google.com/terms">Terms of Service</a> apply.</div>
  199.                 </div>
  200.             </div>
  201.        
  202.     </section>
  203.     <section id="custody-content" class="cb-form__field" hidden="">
  204.         <p>To get in touch with Coinbase Custody, please visit&nbsp;<a href="https://custody.coinbase.com/">custody.coinbase.com</a>&nbsp;and find our contact information near the bottom of the page.</p>
  205.  
  206.     </section>
  207.    
  208. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement