Is there anyway we can predefine the value for category in a template ?
Do you mean select one or more categories by default when an empty form loads?
yes , exacyly
Hello Titus,
You need to specify the category ID in the default attribute:
default
<perch:categories id="categories" set="products" label="Categories" default="6">
Do you mean select one or more categories by default when an empty form loads?
yes , exacyly
Hello Titus,
You need to specify the category ID in the
default
attribute: