How do I make the URL into the detailed url.
So a submission that requires no url (requirement is turned off) goes into the database as /detailed/368.html
Under <form action="/cgi-bin/add.cgi" method="POST"> I have
<input type="hidden" name="URL" value="/detailed/<%ID%>.html">
but get unknown tag ID
Thank you
So a submission that requires no url (requirement is turned off) goes into the database as /detailed/368.html
Under <form action="/cgi-bin/add.cgi" method="POST"> I have
<input type="hidden" name="URL" value="/detailed/<%ID%>.html">
but get unknown tag ID
Thank you