I have a date variable in session that I have displayed on a template via template.helper and displays fine. I have forms via autoform package that I am using and the forms display and submit/insert/update values correctly.
I am trying to insert the value of one field via spacebar and its not working; as in, the form displays correctly in the template but the value does not display. I've used it without quotes and single instead of doublequotes and with triple handlebars. It seems that autoform does not work with nested spacebars? What am I missing here? Is there an alternative?
{{> afQuickField name='date' value="{{modalDateEditing}}" }}