Using reactivated to power dynamic forms #227
-
Hey! I’m excited to use reactivated, but I’m not sure that I understand if theres a way to render dynamic forms. Could someone point me to an example of a dynamic form using the tag? (By dynamic form, I mean a form which has a number of fields that can be changed by the user.) |
Beta Was this translation helpful? Give feedback.
Answered by
silviogutierrez
Oct 24, 2022
Replies: 1 comment
-
Hi there, Absolutely you can have dynamic forms, that's one of the key features. Check out the docs here, specifically the bottom where country is checked: https://www.reactivated.io/documentation/api/#useform As you can see, this is mostly presentational, but it'll achieve what you want. Hope that helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
silviogutierrez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
Absolutely you can have dynamic forms, that's one of the key features.
Check out the docs here, specifically the bottom where country is checked: https://www.reactivated.io/documentation/api/#useform
As you can see, this is mostly presentational, but it'll achieve what you want.
Hope that helps.