My goal: Generate a form from a database maintaining the column order
Issue: The form populates the fields in a random order, and I have 55 fields so it takes a very long time to reorder correctly
Also I have updated some of my field types in the database (from boolean to text), but this is not then updated in the form without generating a new one (which is then not in the correct order)
Steps I've taken to troubleshoot: looked at the forum to see if this problem has occurred before, tried to play around with settings but no luck.
Now in this you can change the index of the field you want using that 6 dot drag where ever you want
And you can also change the input type whatever you want to use in it. It will give you fields in order that you set in this table.
If you need any other thing in it ask me.
Thanks so much for this step-by-step guide The view I see is slightly different, and I'm not sure enables that last step? Is this due to being on the free version?
So is it correct that in either way of generating a form you cannot ask for the inputs to be generated in the same order as this columns? You have to manually drag them into the correct order?
For me, I have lots of inputs >60, so having to drag them manually is time consuming and error prone.
Thanks for reaching out, @G_Box. Postgres tables typically store their columns in the order they are created, so I'm not sure why the schema output in the Form setup UI is so seemingly random.
I can do some additional digging and reach out internally, but it looks like your only option currently is to re-order the elements manually. As soon as I have any updates, though, I'll reach out here.