> ## Documentation Index
> Fetch the complete documentation index at: https://telr-docs.cashfree.com/llms.txt
> Use this file to discover all available pages before exploring further.

# No Code

Telr offers simple yet powerful payment solutions that require zero coding skills. Whether you're a small business owner, freelancer, or enterprise, you can start accepting payments instantly with our no-code tools:

<CardGroup>
  <Card title="Payment Links" href="/payments/no-code/payment-link">
    Perfect for sending payment requests through WhatsApp, email, or social media. Each link can be used multiple times and works seamlessly across all payment methods.
  </Card>

  <Card title="Payment Forms" href="/payments/no-code/payment-forms">
    Embed customizable payment forms directly on your website or share them as standalone pages. Ideal for businesses that need a branded payment experience without the complexity of integration.
  </Card>
</CardGroup>

<select>
  <option value="a">A</option>
</select>

## Compare Payment Links and Pages

Start accepting payments instantly with zero code using Telr's Payment Forms or Payment Links. Not sure which to choose? Here's a simple comparison to find your perfect payment solution:

<div>
  <Card>
    <h3>🎯 Find Your Perfect Payment Solution</h3>
  </Card>

  <select id="useCaseSelector" onchange="showRecommendation()">
    <option value="">Select your use case...</option>
    <option value="social">Social Media Selling</option>
    <option value="website">Website Integration</option>
    <option value="invoice">Invoice Payments</option>
    <option value="donation">Donation Collection</option>
    <option value="subscription">Subscription Payments</option>
    <option value="whatsapp">WhatsApp Business</option>
    <option value="events">Event Tickets</option>
    <option value="custom">Custom Checkout Flow</option>
  </select>

  <div id="linkRecommendation" class="comparison-recommendation comparison-links">
    <h4>✨ Recommended: Payment Links</h4>

    <p id="linkReason" />
  </div>

  <div id="formRecommendation" class="comparison-recommendation comparison-forms">
    <h4>✨ Recommended: Payment Forms</h4>

    <p id="formReason" />
  </div>
</div>

<table class="comparison-table">
  <thead>
    <tr>
      <td><h4>Feature</h4></td>
      <td><h4>Payment Links</h4></td>
      <td><h4>Payment Forms</h4></td>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>⚡ **Setup Time**</td>
      <td>Instant (under 1 minute)</td>
      <td>Quick (2-5 minutes)</td>
    </tr>

    <tr>
      <td>🔄 **Distribution**</td>
      <td>Share anywhere: social media, messaging apps, email, SMS</td>
      <td>Embed on website or share as standalone page</td>
    </tr>

    <tr>
      <td>🎨 **Customization**</td>
      <td>Basic (amount, description, expiry)</td>
      <td>Advanced (branding, fields, layout, theme)</td>
    </tr>

    <tr>
      <td>📊 **Data Collection**</td>
      <td>Basic customer details</td>
      <td>Custom fields for detailed information</td>
    </tr>

    <tr>
      <td>🔁 **Use Frequency**</td>
      <td>Single link for specific customer</td>
      <td>Always available, permanent for multiple users</td>
    </tr>

    <tr>
      <td>🔌 **Integration**</td>
      <td>No integration needed</td>
      <td>Simple embed code for websites</td>
    </tr>

    <tr>
      <td>📈 **Analytics**</td>
      <td>Per-link tracking</td>
      <td>Comprehensive form analytics</td>
    </tr>
  </tbody>
</table>
