TypeError: Cannot read properties of null (reading 'textContent')

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 added First_Name=foo to this.
  • The pulldata() functions that read from sp_register e.g pulldata('sp_register', 'Family_Name', 'name', ${sp_id}) refer to name a column that does not exist in sp_register.csv . This doesn’t necessarily prevent the form from running though. The first bullet explains why there was an issue running the form.