Seems I figured it out:
- The choice_filter for the
sp_id_auto
field would require you to add something to ensure that the form can run. I addedFirst_Name=foo
to this. - The
pulldata()
functions that read fromsp_register
e.gpulldata('sp_register', 'Family_Name', 'name', ${sp_id})
refer toname
a column that does not exist insp_register.csv
. This doesn’t necessarily prevent the form from running though. The first bullet explains why there was an issue running the form.