As per docs, formid argument is intended for placing more than one Deform form into a single page. Though autogenerated oids will conflict in this case (violating HTML standard and breaking JS that rely on DOM ids) unless being explicitly specified in schema, or multiple forms being initialized with a shared counter. Could this be fixed by making parent formid a part of autogenerated oid?
As per docs,
formid
argument is intended for placing more than one Deform form into a single page. Though autogeneratedoid
s will conflict in this case (violating HTML standard and breaking JS that rely on DOM ids) unless being explicitly specified in schema, or multiple forms being initialized with a sharedcounter
. Could this be fixed by making parentformid
a part of autogeneratedoid
?