Form select fields not importing into server connect

For some reason my form import has two select fields missing. Both are for selecting ‘County’ and are identical apart from name and ID. I have been accessing them to use data inserts prior to this and now they are not showing up in the import and are now not available in insert options.

Any ideas what could have caused this?

Here’s markup.

Not sure why would your select not be imported, but you can manually add it under $_POST variables if you don’t see it there - it’s the same as “importing” it.

Ok so i’ve just realised they are importing but they’re now displayed at the bottom of the list and not in their place that resembles their place in the form. Why would that be?

They are displayed in the order they are added, if you add a field later it is simply added to the end of the list, they are not sorted in any way

1 Like