diff --git a/contents/docs/plugins/register-form-builder/restrict-alert/index.mdx b/contents/docs/plugins/register-form-builder/restrict-alert/index.mdx new file mode 100644 index 0000000..5eb3d69 --- /dev/null +++ b/contents/docs/plugins/register-form-builder/restrict-alert/index.mdx @@ -0,0 +1,21 @@ +--- +title : Restrict dan Alert +description : Pengaturan Restrict dan Alert. +date : 30-06-2025 +--- + + + + Pada halaman wp-admin ke menu `Sejoli` --> `Settings`. + + + Pilih tab `Register Form`. + + + Pada section `Restrict dan Alert` centang opsi `Aktifkan Alert` dan `Aktifkan Restrict`. + ![restrict dan alert](/images/srfb-restrict.png) + + + Pilih halaman yang akan di restriksi pada section `Restrict Halaman`. + + diff --git a/contents/docs/plugins/register-form-builder/user-meta-notifications/index.mdx b/contents/docs/plugins/register-form-builder/user-meta-notifications/index.mdx new file mode 100644 index 0000000..800b596 --- /dev/null +++ b/contents/docs/plugins/register-form-builder/user-meta-notifications/index.mdx @@ -0,0 +1,59 @@ +--- +title : User Meta Notifications +description : Pengaturan Custom User Meta Notifications. +date : 30-06-2025 +--- + +## Settings Register Form + + + Pada halaman wp-admin ke menu `Sejoli` --> `Settings`. + + + Pilih tab `Register Form`. + + + Pada section `custom fields` tambahkan field dengan ID `_user_group` (sebagai contoh) dan centang opsi `wajib isi`. + ![custom fields](/images/srfb-custom-fields.png) + + + 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) + + + Klik tombol `Save Changes` untuk menyimpan perubahan. + + + +## Notification + + + Pada halaman wp-admin ke menu `Sejoli` --> `Notification`. + + + Pilih tab `Pendaftaran User Baru`. + ![pendaftaran user baru](/images/srfb-notification-setup.png) + + + 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) + + + 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) + + + + + 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 + ``` + diff --git a/contents/docs/plugins/register-form-builder/validasi-whatsapp/index.mdx b/contents/docs/plugins/register-form-builder/validasi-whatsapp/index.mdx new file mode 100644 index 0000000..9afcee7 --- /dev/null +++ b/contents/docs/plugins/register-form-builder/validasi-whatsapp/index.mdx @@ -0,0 +1,23 @@ +--- +title : Validasi Whatsapp +description : Validasi nomor whatsapp di form builder +date : 30-06-2025 +--- + + + Untuk validasi nomor whatsapp di form builder, anda perlu mengisi API key dan memilih Starsender di menu general setting. + + + + + Ke menu -> **Sejoli** pada halaman wp-admin lalu pilih submenu **Notification**. + + + Pilih tab **General Settings** dan isi API key dan memilih Starsender pada section **Whatsapp settings**. + ![api key starsender](/images/srfb-notifications.png) + + + Ke menu -> **Sejoli** pada halaman wp-admin lalu pilih submenu **Settings** -> tab **Validasi Whatsapp**. + ![validasi whatsapp](/images/srfb-validasi-wa.png) + + diff --git a/docu.json b/docu.json index 2b3baac..0e62d64 100644 --- a/docu.json +++ b/docu.json @@ -129,7 +129,10 @@ "items": [ { "title": "General Setting", "href": "/general-setting" }, { "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" } ] }, { diff --git a/public/images/srfb-centang-notif.png b/public/images/srfb-centang-notif.png new file mode 100644 index 0000000..04eef0f Binary files /dev/null and b/public/images/srfb-centang-notif.png differ diff --git a/public/images/srfb-custom-fields.png b/public/images/srfb-custom-fields.png new file mode 100644 index 0000000..c435021 Binary files /dev/null and b/public/images/srfb-custom-fields.png differ diff --git a/public/images/srfb-email-konten.png b/public/images/srfb-email-konten.png new file mode 100644 index 0000000..adebef5 Binary files /dev/null and b/public/images/srfb-email-konten.png differ diff --git a/public/images/srfb-notification-setup.png b/public/images/srfb-notification-setup.png new file mode 100644 index 0000000..fd172fc Binary files /dev/null and b/public/images/srfb-notification-setup.png differ diff --git a/public/images/srfb-notifications.png b/public/images/srfb-notifications.png new file mode 100644 index 0000000..5d202b1 Binary files /dev/null and b/public/images/srfb-notifications.png differ diff --git a/public/images/srfb-restrict.png b/public/images/srfb-restrict.png new file mode 100644 index 0000000..3105471 Binary files /dev/null and b/public/images/srfb-restrict.png differ diff --git a/public/images/srfb-validasi-wa.png b/public/images/srfb-validasi-wa.png new file mode 100644 index 0000000..123c025 Binary files /dev/null and b/public/images/srfb-validasi-wa.png differ diff --git a/public/images/srfb-whatsapp-konten.png b/public/images/srfb-whatsapp-konten.png new file mode 100644 index 0000000..4f4dfc9 Binary files /dev/null and b/public/images/srfb-whatsapp-konten.png differ