<cfif isDefined('form.submit')>
<cfdump var="#form#">
</cfif>
<script>
function checkForm(theForm) {
document.forms[theForm.name].theFormsName.value=theForm.name;
return true;
}
</script>
<form action="" method="post" name="formName"
checkForm(this)">
<input type="hidden" name="theFormsName" value="">
<input type="submit" name="submit" value="submit">
</form>
Claude Schneegans wrote:
> Any one knows if it is possible to retreive the form name from the
> template fired by a form?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

