Hello,
We have a submitContent macro setup for a Structure with a Host Folder field.
The field info is:
Label - Host
Display - Host or Folder
Variable - host1
Alias Name - system_field2
Required - No
Indexed - Yes
Show in List - No
We are trying to set a default value for this field, but keep the field hidden so that front end users cannot change the host that they are posting content to.
#set($defaultHost = $host.identifier) does not seem to do anything,
nor does
#set($defaultHost = "{identifier}")
Also, a second issue with the form is that a url resource name, a custom field is not getting set, is there a way do set that with out displaying it.