Form submit with initially disabled field loses data

Ah, gotcha. SOrry, my misunderstanding :slight_smile:

Yes, changing so the form thinks it’s enabled and just doing the dis/enabling in the template means it should always get the value (although in some cases it probably shouldn’t, but obviously that’s easier to code for).

Thanks for the help!