I have just discovered that I can specify a ‘placeholder’ for a question in a custom form. Presumably these placeholders show up in %form_contents%. However, I like to write my forms out in full. However, there doesn't seem to be a %question_placeholder_<parent_id>_<question_id>% keyword so I can't see how I can make use of these placeholder attributes.
Keyword replacement for 'placeholder'
Bart
(Bart Banda)
#2
That's right, there is no attribute for it. What's the reason for writing your form fields in full? Can't you just use the %question_field_<parent_id>_<question_id>% keyword ?