I've updated the plugin so it will skip straight to the add page if the user requires.
You can either use a submit button (as in the template) or a link:
<a href="<%db_cgi_url%>/add.cgi?skip=1&ID=<%if ID%><%ID%><%endif%>">Skip</a>
....if you use dynamic mode just add &d=1 onto that.
<input type="submit" name="skip">
You can either use a submit button (as in the template) or a link:
<a href="<%db_cgi_url%>/add.cgi?skip=1&ID=<%if ID%><%ID%><%endif%>">Skip</a>
....if you use dynamic mode just add &d=1 onto that.
<input type="submit" name="skip">