Hi there,
Apologies in advance if this is a silly question. I’ve never really built anything with JSD and I’m trying to determine if it would be an option to solve a requirement.
The scenario goes something like this…
-
Need to create a user request form (i.e. user fills out form, picks a few items, types in some free text, submits form)
-
Considering JSD as a potential option to do this
-
In the scenario, one of the required fields in the form will be a list where the user picks one value
-
The values for the field, i.e the list items, need to be generated dynamically on the fly by querying from a data source that exists outside of the JSD envionment.
-
Thinking that the solution might run something like this…
** User starts form
** Form connects to outside data, looks up values for field list items (likely to be wait time here)
** Field is populated and available for use
** User continues on, fills out form, submits…
Is this something a JSD form can do