new konten sejoli register form builder

This commit is contained in:
gitfromwildan
2025-07-12 13:53:58 +07:00
parent 9426e94884
commit 82483e8042
12 changed files with 107 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
---
title : Restrict dan Alert
description : Pengaturan Restrict dan Alert.
date : 30-06-2025
---
<Stepper>
<StepperItem title="Step 1: Navigasi ke Sejoli">
Pada halaman wp-admin ke menu `Sejoli` --> `Settings`.
</StepperItem>
<StepperItem title="Step 2: Tab Register Form">
Pilih tab `Register Form`.
</StepperItem>
<StepperItem title="Step 3: Restrict dan Alert">
Pada section `Restrict dan Alert` centang opsi `Aktifkan Alert` dan `Aktifkan Restrict`.
![restrict dan alert](/images/srfb-restrict.png)
</StepperItem>
<StepperItem title="Step 4: Restrict Halaman">
Pilih halaman yang akan di restriksi pada section `Restrict Halaman`.
</StepperItem>
</Stepper>

View File

@@ -0,0 +1,59 @@
---
title : User Meta Notifications
description : Pengaturan Custom User Meta Notifications.
date : 30-06-2025
---
## Settings Register Form
<Stepper>
<StepperItem title="Step 1: Navigasi ke Sejoli">
Pada halaman wp-admin ke menu `Sejoli` --> `Settings`.
</StepperItem>
<StepperItem title="Step 2: Tab Register Form">
Pilih tab `Register Form`.
</StepperItem>
<StepperItem title="Step 3: Custom Fields">
Pada section `custom fields` tambahkan field dengan ID `_user_group` (sebagai contoh) dan centang opsi `wajib isi`.
![custom fields](/images/srfb-custom-fields.png)
</StepperItem>
<StepperItem title="Step 4: Opsi">
Pada section `Opsi` isi opsi dengan dynamic list atau manual value misal (group-a|Group A) dan centang tampilkan di notifikasi.
![opsi](/images/srfb-centang-notif.png)
</StepperItem>
<StepperItem title="Step 5: Save Changes">
Klik tombol `Save Changes` untuk menyimpan perubahan.
</StepperItem>
</Stepper>
## Notification
<Stepper>
<StepperItem title="Step 1: Navigasi ke Sejoli">
Pada halaman wp-admin ke menu `Sejoli` --> `Notification`.
</StepperItem>
<StepperItem title="Step 2: Tab Pendaftaran User Baru">
Pilih tab `Pendaftaran User Baru`.
![pendaftaran user baru](/images/srfb-notification-setup.png)
</StepperItem>
<StepperItem title="Step 3: Email">
Pada section `Email` isi konten dalam text editor gunakan shortcode
```plaintext
{{custom_user_meta:::_user_group}} atau {{custom_user_meta_formatted}}
```
![email](/images/srfb-email-konten.png)
</StepperItem>
<StepperItem title="Step 4: Whatsapp">
Pada section `Whatsapp` isi konten dalam text editor gunakan shortcode
```plaintext
{{custom_user_meta:::_user_group}} atau {{custom_user_meta_formatted}}
```
![whatsapp](/images/srfb-whatsapp-konten.png)
</StepperItem>
</Stepper>
<Note type="note" title="Note">
Jika anda ingin menambahkan custom user meta pada notifikasi, anda bisa menggunakan shortcode
```plaintext
{{custom_user_meta:::_user_group}} untuk menampilkan custom user meta
{{custom_user_meta_formatted}} untuk menampilkan custom user meta dengan format
```
</Note>

View File

@@ -0,0 +1,23 @@
---
title : Validasi Whatsapp
description : Validasi nomor whatsapp di form builder
date : 30-06-2025
---
<Note type="note" title="Note">
Untuk validasi nomor whatsapp di form builder, anda perlu mengisi API key dan memilih Starsender di menu general setting.
</Note>
<Stepper>
<StepperItem title="Step 1: Notification">
Ke menu -> **Sejoli** pada halaman wp-admin lalu pilih submenu **Notification**.
</StepperItem>
<StepperItem title="Step 2: General Settings">
Pilih tab **General Settings** dan isi API key dan memilih Starsender pada section **Whatsapp settings**.
![api key starsender](/images/srfb-notifications.png)
</StepperItem>
<StepperItem title="Step 3: Sejoli">
Ke menu -> **Sejoli** pada halaman wp-admin lalu pilih submenu **Settings** -> tab **Validasi Whatsapp**.
![validasi whatsapp](/images/srfb-validasi-wa.png)
</StepperItem>
</Stepper>

View File

@@ -129,7 +129,10 @@
"items": [ "items": [
{ "title": "General Setting", "href": "/general-setting" }, { "title": "General Setting", "href": "/general-setting" },
{ "title": "Custom Fields", "href": "/custom-fields" }, { "title": "Custom Fields", "href": "/custom-fields" },
{ "title": "Dynamic List", "href": "/dynamic-list" } { "title": "Dynamic List", "href": "/dynamic-list" },
{ "title": "Validasi Whatsapp", "href": "/validasi-whatsapp" },
{ "title": "Restrict dan Alert", "href": "/restrict-alert" },
{ "title": "User Meta Notifications", "href": "/user-meta-notifications" }
] ]
}, },
{ {

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB