Skip to content

Commit

Permalink
Fix broken link (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman authored Aug 29, 2023
1 parent 987f020 commit 7652c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/createRouteAction.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export function EnrollmentPage() {

### Creating a Enhanced Form

Although we recommend using [progressively enhanced forms on the server](./createServerAction.md#creating-a-progressively-enhanced-form) whenever possible, we can still take advantage of running actions on the client and used enhanced forms. This is ideal when you need to run an action or API request that can only be done in the browser.
Although we recommend using [progressively enhanced forms on the server](./createServerAction#creating-a-progressively-enhanced-form) whenever possible, we can still take advantage of running actions on the client and used enhanced forms. This is ideal when you need to run an action or API request that can only be done in the browser.

To accomplish this we need to pass information to our action using form elements like `<input>`. Any data need to be sent that end users don't enter can be added with an `<input>` with `type="hidden"`.

Expand Down

0 comments on commit 7652c80

Please sign in to comment.