Hey im trying to get signup for newsletter on default design page however i cant get it to accept category by default, can anyone point me in the right direction.
The form works fine but it doesent get the category add'd it just add it as a newsletter receipt with no category add'd i just took the snippet from the newsletter module's output more or less.
<form method="post" enctype="multipart/form-data" action="/Default.aspx?ID=6&Action=10&PID=11" onsubmit="return Newsletter();"> <input id="Category_265" name="Category_265" type="checkbox" checked/> <input type="hidden" name="IsPostBack" value="True" /> <input name="AccessUserName" type="hidden" id="AccessUserName_11" value="test" maxlength="255" /> <input id="AccessUserEmail" type="text" value="Indtast email og modtag nyhedsbreve" name="AccessUserEmail" onfocusout="NewsletterInput(this);" onfocus="NewsletterInput(this);" /> <input type="submit" id="search_btn" value="Tilmeld " /> </form>