I want to add form in help center and i need it to have one dropdown list with dynamic data from different resource. Is it possible to do?
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Is your help center a restricted help center in that it requires sign in for end users? If that's the case, you could use the email address at sign in to make the external API call to get the devices and then use the data to define the custom fields to add to the drop down form. Then, once the user has submitted the form you can delete the fields or save the form for future use depending on your needs.