EE 1.7.1
How can I submit via SAEF a custom field of type “Date Field” while specifying the “formatting” to be “Fixed” as opposed to “Localized”? The field’s ID is 209.
In the database, toggling between Localized and Fixed via the backend results in either a blank value for “field_ft_209” (Localized) or a value or “UP2” (Fixed). Therefore, I’ve tried both of the following, neither of which appear to have the desired effect.:
<input type="text" name="field_id_209" value="2012-05-22 4:22 PM">
<input type="hidden" name="field_ft_209" value="UP2"><input type="text" name="field_id_209" value="2012-05-22 4:22 PM">
<input type="hidden" name="field_ft_209" value="fixed">