formio.js
formio.js copied to clipboard
[HELP] How to create a new Address Provider and make it available to the hosted Form Builder on form.io?
We want to use a custom address provider, and we want to customize the behaviour when sending the network request to search
.
To be specific, we want to include Authorization
header while the CustomAddressProvider
does not allow that.
So we want to create a new Address Provider, and make it available to the hosted Form Builder on form.io.
Could you please let me know what should I do?
If you build your custom components like the following repo.
https://github.com/formio/contrib
And then type npm run build
, this will create a "*.use.min.js" file within the dist folder. This file can be used to add to the Custom JS & CSS in your developer portal to introduce your custom components to the Form.io portal interface.
We want to use a custom address provider, and we want to customize the behaviour when sending the network request to
search
.To be specific, we want to include
Authorization
header while theCustomAddressProvider
does not allow that.So we want to create a new Address Provider, and make it available to the hosted Form Builder on form.io.
Could you please let me know what should I do?
Hey were you able to get around the custom address provider? I have the same requirement and am a bit stuck
We're currently addressing a backlog of GitHub issues. Closing this thread as it is outdated. Please re-open if it is still relevant. Thank you for your contribution!