Topic: Duplicated fields in Form
In the test warehouse, I have my survey ("Sightings") set up with 3 blocks in the occurrences section. The 3rd block contains some fields which specify some location background information.
In Drupal 6, I have the form set up with:
=Species=
?Please enter the species you saw and any other information about them.?
[species]
@default=523860
@resizeWidth=1500
@resizeHeight=1500
[species attributes]
=Place=
?Please provide the spatial reference of the record. You can enter the reference directly, or search for a place then click on the map.?
[place search]
[spatial reference]
[map]
=Other Information=
?Please provide the following additional information.?
[date]
[sample comment]
[x]
=*=
([x] is actually an * but I can't post the forum message with it like that)
My 3 blocks of fields seem to appear at the [species attributes] section, which is OK (but I'd really prefer my 3rd block to appear under =Place=).
My problem is that I seem to have that 3rd block of fields duplicated - once inside the block, with block title, and again underneath (but outside a block and with no title. How can I get rid of that duplicate? I've refreshed the iform and drupal caches btw...
Anyone got any suggestions?
Thanks.