Updating form with api request data, not a submission #866
Replies: 1 comment
-
This post was helpful but I don't understand why certain fields I submit are not updating. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings,
I am trying to populate form fields with unfurl data from a link after the user pastes it into the form.
I am using the form.update method as you can see below. Here is the behavior:
Title updates
Price updates
Description doesn't update
I don't know why the description doesn't update. The type of form element it populates is a Textarea element.
Also, all of the data that the fetcher gets is present.
Beta Was this translation helpful? Give feedback.
All reactions