Topic: Default Species = unknown
It's possible my users won't know the species that they are submitting however the species field is required. The idea is that the record & photo will be reviewed by an expert and then assigned a species.
I've added "unknown" to my species list in the warehouse. This has an id of 523860.
How can I get the species field to default to "unknown"? I've tried editing the form in Dupal via the Form Structure field by adding:
[species]
@default=523860
The control type is set to "autocomplete"
Is this the correct approach?
It seems to work when the control type is "select" but not "autocomplete"