Replies: 5 comments 7 replies
-
Hey there! We actually just worked up an example for someone in the Discord yesterday! Here's a playground that should get you pointed in the right direction. In this solution we have 2 distinct plugins — one that's responsible for forwarding a value to a target field, and another that's responsible for converting an input into a "slugified" string. |
Beta Was this translation helpful? Give feedback.
-
@Youhan I gotchu https://formkit.link/49bd283b4c2cf75d34e93b1e61feab26 |
Beta Was this translation helpful? Give feedback.
-
You can do it a with a single plugin like so by listening to the commit and hooking into the value of the target node. |
Beta Was this translation helpful? Give feedback.
-
This is fun. here’s my take: https://formkit.link/eb92ce5d190fa4152f4353d204c4e2ea |
Beta Was this translation helpful? Give feedback.
-
Here is an example that has validation and is using a repeater field. Thank you for your super awesome support team. ❤️ |
Beta Was this translation helpful? Give feedback.
-
I would like to create 2 inputs, one as the
title
and the other as theslug
. I would like to auto-transform and fill the slug field based on title. This is a common pattern and probably you have seen it before where you typeThis is the title
in and the slug field is auto-generated asthis-is-the-title
.Maybe it is already in the docs somewhere but I could not find it after half an hour. I thought I'd better ask.
Beta Was this translation helpful? Give feedback.
All reactions