Matrix Version: 5.5.4.2
I want to use a Content Template (CT) within a Custom Form to automatically add things like a custom error summary at the top, custom submit buttons at the bottom, etc. My custom form keyword replacements are not working inside the CT’s paint layout. e.g. in the paint layout:
<div class="alert alert-danger has-errors" role="alert">%form_errors%</div>
%paint_layout%
<div class="custom-button">%submit_button%</div>
The form keywords don’t produce anything. Is this because the paint layout is applied before the form fields actually exist? Thanks.