add content validasi email
This commit is contained in:
@@ -0,0 +1,40 @@
|
|||||||
|
---
|
||||||
|
title : Validasi Email
|
||||||
|
description : Validasi email di register form builder
|
||||||
|
date : 24-07-2025
|
||||||
|
---
|
||||||
|
|
||||||
|
## Membuat akun QuickEmailVerification
|
||||||
|
|
||||||
|
<Stepper>
|
||||||
|
<StepperItem title="Step 1: Membuat akun QuickEmailVerification">
|
||||||
|
Kunjungi situs web [QuickEmailVerification](https://quickemailverification.com/?ref=addonsejolipro) dan klik tombol `Sign Up`.
|
||||||
|
</StepperItem>
|
||||||
|
<StepperItem title="Step 2: Mengisi Formulir">
|
||||||
|
Isi formulir dengan data yang sesuai kemudian klik tombol `Create my account`.
|
||||||
|
</StepperItem>
|
||||||
|
<StepperItem title="Step 3: API Settings">
|
||||||
|
Ke menu `API Settings` klik tombol `+ Add API Key`.
|
||||||
|
</StepperItem>
|
||||||
|
<StepperItem title="Step 4: Salin API Key">
|
||||||
|
Salin API Key yang akan diisi pada menu `Sejoli` --> `Settings` --> tab `Validasi Email`.
|
||||||
|
</StepperItem>
|
||||||
|
</Stepper>
|
||||||
|
|
||||||
|
## Pengaturan Validasi Email
|
||||||
|
|
||||||
|
<Stepper>
|
||||||
|
<StepperItem title="Step 1: Navigasi ke Sejoli">
|
||||||
|
Pada halaman wp-admin ke menu `Sejoli` --> `Settings` tab `Validasi Email`.
|
||||||
|
</StepperItem>
|
||||||
|
<StepperItem title="Step 2: Validasi Email">
|
||||||
|
Centang opsi `Aktifkan Validator Email` - `Aktifkan di halaman register` - `Aktifkan di halaman checkout`.
|
||||||
|
</StepperItem>
|
||||||
|
<StepperItem title="Step 3: API Key">
|
||||||
|
Tempel API Key yang telah di salin pada kolom `API Key`.
|
||||||
|

|
||||||
|
</StepperItem>
|
||||||
|
<StepperItem title="Step 4: Save Changes">
|
||||||
|
Klik tombol `Save Changes` untuk menyimpan perubahan.
|
||||||
|
</StepperItem>
|
||||||
|
</Stepper>
|
||||||
@@ -132,7 +132,8 @@
|
|||||||
{ "title": "Dynamic List", "href": "/dynamic-list" },
|
{ "title": "Dynamic List", "href": "/dynamic-list" },
|
||||||
{ "title": "Validasi Whatsapp", "href": "/validasi-whatsapp" },
|
{ "title": "Validasi Whatsapp", "href": "/validasi-whatsapp" },
|
||||||
{ "title": "Restrict dan Alert", "href": "/restrict-alert" },
|
{ "title": "Restrict dan Alert", "href": "/restrict-alert" },
|
||||||
{ "title": "User Meta Notifications", "href": "/user-meta-notifications" }
|
{ "title": "User Meta Notifications", "href": "/user-meta-notifications" },
|
||||||
|
{ "title": "Validasi Email", "href": "/validasi-email" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
BIN
public/images/srfb-validasi-email.png
Normal file
BIN
public/images/srfb-validasi-email.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Reference in New Issue
Block a user