Greetings All!
I am hoping that someone out there can possibly help me!
I am trying to pass date range information keyed on a form page to an action page when a user clicks on an anchor. The error I keep getting is that the form field is not found.
If someone can help me or point me in the right direction,
it would be greatly appreciated!
The code defining the field is:
<td width="19%">Start Visit Date: <br></td>
<td width="31%">
<cfinput type="text" name="start_dte_range" size="9"
maxlength="10" value="">
The code defining the link is:
<td colspan="4" height="27" align="center" title="By date">
<a href="my_template.cfm?url_sdr=#URLEncodedFormat(start_dte_range)#">
<font color="FF00FF">Survey Report by Date</font></a>
The Error message I receive is:
"Error Occurred While Processing Request
Variable START_DTE_RANGE is undefined. "
I am hoping that someone out there can possibly help me!
I am trying to pass date range information keyed on a form page to an action page when a user clicks on an anchor. The error I keep getting is that the form field is not found.
If someone can help me or point me in the right direction,
it would be greatly appreciated!
The code defining the field is:
<td width="19%">Start Visit Date: <br></td>
<td width="31%">
<cfinput type="text" name="start_dte_range" size="9"
maxlength="10" value="">
The code defining the link is:
<td colspan="4" height="27" align="center" title="By date">
<a href="my_template.cfm?url_sdr=#URLEncodedFormat(start_dte_range)#">
<font color="FF00FF">Survey Report by Date</font></a>
The Error message I receive is:
"Error Occurred While Processing Request
Variable START_DTE_RANGE is undefined. "