Hi Anthony,
After adding the missing ')' I still got the same error I had to remove the
comments, # hidden field and # </form>, to get rid of the error.
<div class="form-header">
{{=response.function}}
</div>
<div class="form-body">
{{=form.custom.begin}}
{{#<!-- Add header here -->}}
{{=form.element('table')}}
</div>
<div class="form-footer">
{{#<!-- Add footer here -->}}
{{=DIV(form.custom.end[1])}}
{{#<!-- Add submit/cancel buttons here - you may even not use the submit
variable -->}}
{{=form.custom.end[0]}}
</div>
This view displays the entire form including <tr
id="submit_record__row">..</tr> in <div class="form-body">..</div>, whereas
I'd like <tr id="submit_record__row">..</tr> to be in the <div
class="form-footer">..</div>. According to this comment that's possible:
{{#<!-- Add submit/cancel buttons here - you may even not use the submit
variable -->}} I just don't know how to do this.
Kind regards,
Annet.