We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
too soon to say for sure, but we are having some success with this approach
Use helpers to load in the mf translations to keep things reactive.
in an autoform quickfield section of a template
{{> afQuickField name='productName' value=preProductName label=mfProductName}}
in the template helpers
mfProductName: function(){ return mf('lineItem.productName'); },