Code
<form action="modules.php?op=modload&name=cgallery&file=index&mode=updateprofile&id=2&include=edit.php" method="post">
I also tried using
Code
<form name="form1" method="post" action="modules.php">
<input name="op" type="hidden" id="op" value="modload">
<input name="name" type="hidden" id="name" value="cgallery">
<input name="file" type="hidden" id="file" value="index">
<input name="mode" type="hidden" id="mode" value="updateprofile">
<input name="id" type="hidden" id="id" value="2">
<input name="include" type="hidden" id="include" value="edit.php">
<input name="op" type="hidden" id="op" value="modload">
<input name="name" type="hidden" id="name" value="cgallery">
<input name="file" type="hidden" id="file" value="index">
<input name="mode" type="hidden" id="mode" value="updateprofile">
<input name="id" type="hidden" id="id" value="2">
<input name="include" type="hidden" id="include" value="edit.php">
I know it has to be something simple. It redirects me to the PostNuke error.php page. I can put a link with the same URL on that form and it finds it ok.
Any thoughts?
ps - If this isn't the right are to ask, let me know.....
