Form and database name changes issues

  • Goal: I'm updating database schema and changing component inputs for a public form, but the changes of the column name and value are not syncing with my current form. It only allows me to completely delete, which forces me to re-build the input components.

Screenshot: The database name has changed and won't let me submit the form

Hi @Nicole_Reiter,

Where are you trying to change the name in the form?

I think if you update the database column name, you'll need to update the Form data key, which shows up when you select the actual input type (radio group in your case).

image

That column name is passed directly to the form submission query, so it should work.