From 7506593b9b4baf9c54673fa4002ff04247f62f8f Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Sat, 4 Sep 2021 10:43:08 +0100 Subject: [PATCH] Update docs --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 12e9f97..8895a1d 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,15 @@ You may specify a Laravel Form Request to be used for validation of the form. Yo If you're using the update/delete forms provided by Guest Entries, you will be able to use any of your entries data, in case you wish to fill `value` attributes on the input fields. +```antlers +{{ guest-entries:update collection="articles" id="article-id" }} +

Edit article: {{ title }}

+

Last updated: {{ updated_at }}

+ + ... +{{ /guest-entries:update }} +``` + ### Honeypot Guest Entries includes a simple Honeypot feature to help reduce spam via your front-end forms. Documentation around configuring can be seen under '[Configuration](#configuration)'.