My Customer uses another database that needs to know when someone has submitted a form. I tried convincing her to 'pull' the information from her end but she wasn't having any of that!
How would I go about doing this? Line;
$surveymover .= "\t<input class='submit' type='submit' accesskey='l' onclick=\"javascript:document.limesurvey.move.value = 'movesubmit';\" value=' "
in index.php seems to be the "submit" button. Is it possible to edit that so that I can get it to do it's original job plus run a little php script.
Sorry for being a bit... vague. I can't really think straight at the moment.
Mike