I'm developing a Made Simple Module at work and would like to offer a kind of "log" to be downloaded from the admin panel. I already have the Code for the file, and it's working, but i'm linking to the file with
Code: Select all
<form action="../modules/<modulename>/filename.php" method="post">
The Problems I'm running into are:
1. CreateFormStart() doesn't allow me to use an own action-target, only the cms ms action, which isn't quite the same.
2. I'd prefer if I wouldn't need to hardcode the path to the file, as it may change at some point.
Unfortunatly I can't find a solution to this problems atm, I've searched in the Apidoc, but wasn't able to find anything which would solve my Problems.
Greetings, Rusty