In cc - I have a report displayed. Works fine.
I'd like to be able to add a new record. Added the toolbar in the header:
Added an action called ' new ' . Under the form event I have ' formname:load '
Nothing happens when I click on the New button. What am I missing?
I'd like to be able to add a new record. Added the toolbar in the header:
<h3>Volunteer Interest Report</h3>
<h5><em>This is an at-a-glance report. For more detail, view the Google spreadsheet.</em></h5>
<p>You can search all of the records by name or email here.</p>
<input type="text" name="srch" placeholder="search...." class="form-control A" />
<br>
<input type="submit" name="submit" value="Submit" />
<p style="text-align: right;"> _TOOLBAR_NEW_</p>
_PAGINATOR_NAV_
Added an action called ' new ' . Under the form event I have ' formname:load '
Nothing happens when I click on the New button. What am I missing?