Orderla.my Guides
  • Welcome to Orderla.my
  • [BM] Selamat Datang
  • 🚀Get Started
    • Build your First Form
    • Add Pickup & Delivery Options
    • [BM] Bagaimana Order Form Berfungsi?
    • [BM] Kenali Dashboard Anda
    • [BM] Redirect Subdomain anda ke Form Utama Anda
    • [BM] Homepage: Bina Link List di Homepage Anda
  • 🌠Subscribe Orderla Plus / Pro
    • How to Subscribe to Orderla.my Plus / Pro Plan
      • Cancel Your Subscription
    • [BM] Cara untuk Subscribe Orderla Plus / Pro
  • 🔵Orderla Plus
    • [BM] Gerbang Pembayaran
    • Payment Gateway Integrations
      • [BM] Billplz
      • [BM] ToyyibPay
      • [BM] SenangPay
      • Stripe
      • [BM] Bizappay
      • SecurePay
      • Razer Merchant Services
      • CHIP
    • Product's Variants
    • Editing the Order Items
    • Webhooks
    • Make Coupons
    • [BM] Tempahan / Temujanji
      • [BM] Langgan Kalendar
    • Booking / Reservation / Appointment System
      • Subscribe Appointment Calendar
    • [BM] Inventory Management
    • Inventory Management
    • [BM] Telegram Bot
    • Salesperson & Assign to a Form
      • Override Form to Send to Specific Sales Person
      • Salesperson Telegram Notification
    • [BM] Orderla Admin Mobile App
    • Google Analytics Integration
    • Orders List (B-View)
    • Data Exporters
    • Integrating with SendParcel by PosLaju
    • Additional Customer Details
    • WhatsApp Message Templates
    • Dynamic Delivery Options
    • Verify Your Sub-Domain with Facebook
    • Messaging Service (SMS)
    • WhatsApp Blasting to Customer List
    • Embed Orderla Page
    • Support International Number Code
    • Integration with Wasapbot.my
  • ➕ORDERLA.MY ADD-ON
    • Direct Payment
  • 🟠Orderla Pro
    • Cart-Based Form Type
    • Section Availability
    • Setup Local Delivery
    • EasyParcel Integration
    • Delyva Integration
      • Delyva Integration Tips
    • Rider's Management
    • Ninjavan Postpaid
    • Product Referencing
    • POS Malaysia Postpaid
    • Orderla.my API
  • Navigation Pages
  • 📱Orderla.my Mobile Apps
    • Orderla.my POS / Merchant App
  • ⚠️Troubleshooting
    • [BM] Main Content Hilang
  • Archived
    • [Archived] [BM] Bina Form Jualan Pertama Anda
Powered by GitBook
On this page

Was this helpful?

  1. Orderla Plus

Embed Orderla Page

This feature enable you to embed Orderla page to your website. Whether partially, as popup or fullpage.

PreviousWhatsApp Blasting to Customer ListNextSupport International Number Code

Last updated 2 years ago

Was this helpful?

To start enable your form to embed to another webpage you need to enable this feature to make sure the form work correctly.

First go to your form editing page.

Scroll down to Form Embedding card.

Check 'Embedded inside iframe' on.

Then click 'Copy' button on the right side to copy the all the code on the clipboard.

Paste the code into your HTML page.

The sample code is like below for reference:

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0001, user-scalable=no" >
  <meta http-equiv="X-UA-Compatible" content="ie=edge"> 
  <title>Order Form</title>
</head>
<body style="padding:0;margin:0;overflow:hidden;">

  <iframe 

    frameborder="0" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="100%" width="100%"
    src="<replace with orderla form url start with https://>"   
    
  >
  </iframe>
  
</body>
</html>

🔵