Skip to content

Commit

Permalink
Fix form URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolalsvk committed Feb 24, 2024
1 parent b33f129 commit 18646d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Once you have the form created, copy the form ID from [ConvertKit](https://conve
You can also get it from [ConvertKit](https://convertkit.com/?lmref=EVgZiQ) when you try to embed your form. Go to the HTML option to embed, and there you will find something like this:

```html
<form action="https://api.convertkit.com/v3/forms/123456/subscribe" ...>
<form action="https://app.convertkit.com/forms/123456/subscriptions" ...>
...
</form>
```
Expand Down

0 comments on commit 18646d0

Please sign in to comment.