From a7ddd36a5286a84f4f5359d7573a542746307114 Mon Sep 17 00:00:00 2001 From: julianfssen Date: Wed, 16 Aug 2023 19:32:05 +0800 Subject: [PATCH] Remove disclaimer for `data-turbo-method` not working in forms --- _source/handbook/02_drive.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_source/handbook/02_drive.md b/_source/handbook/02_drive.md index 5417c9e..d5ee732 100644 --- a/_source/handbook/02_drive.md +++ b/_source/handbook/02_drive.md @@ -134,9 +134,7 @@ By default, link clicks send a `GET` request to your server. But you can change Delete the article ``` -The link will get converted into a hidden form next to the `a` element in the DOM. This means that the link can't appear inside another form, as you can't have nested forms. - -You should also consider that for accessibility reasons, it's better to use actual forms and buttons for anything that's not a GET. +You should consider that for accessibility reasons, it's better to use actual forms and buttons for anything that's not a GET. ## Requiring Confirmation for a Visit