- Code: Select all
[field_a]
widget:label = "URL"
widget:type = hidden
widget:atts:size=80
visibility:list = hidden
visibility:browse = hidden
group = sources
order = 38
[field_trans]
transient = 1
widget:label = "URL"
widget:type = text
widget:atts:value = "?"
visibility:list = hidden
The question mark is the value of field_a. What's the syntax in question mark to accomplish this task?