You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2020. It is now read-only.
The NRC team miss your preview-in-enketo url in your original demo. Can the app return a preview url with the response from the customDeployForm and customUpdateForm endpoints?
The text was updated successfully, but these errors were encountered:
Ok, so the link can easily be generated by sending a request to /forms/{pk}/enketo. As we don't plan to delete the temp files/forms it probably makes sense to just send do this all client size as:
make form POST with form json (even if just temp)
confirm response of form object, including formid field
make new GET request to /forms/{pk}/enketo
open the response enketo_url in an iframe/new tab/popup or however desired
I could make an endpoint to merge steps 1-3, however this might be overkill. Let me know what you think @dave-mills
The NRC team miss your preview-in-enketo url in your original demo. Can the app return a preview url with the response from the
customDeployForm
andcustomUpdateForm
endpoints?The text was updated successfully, but these errors were encountered: