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
In its current form, form_schema(), form_schema_ext() and form_xml() retrieve the latest version of a form.
This is the most common use case. However, there are use cases in which retrieving previous versions of the form is useful, for example to compare changes over time.
To achieve this, a simple modification needs to be made to these functions.
Coming back to this, yes this looks like a great feature and we should add this. I'm working on a branch right now and can add this within the next few days. Maybe it will fix the issue reported on the forum?
Feature
In its current form,
form_schema()
,form_schema_ext()
andform_xml()
retrieve the latest version of a form.This is the most common use case. However, there are use cases in which retrieving previous versions of the form is useful, for example to compare changes over time.
To achieve this, a simple modification needs to be made to these functions.
In essence you need to replace the API url
wtih
if a new parameter
form_version
(which can beNULL
by default) is passed to the functions.Let me know if you find this an interesting feature.
The text was updated successfully, but these errors were encountered: