Hi I am not a perl developer but I need to know what this line of code is doing. I do program in several other languages so I should understand what you are saying.
The form is passing in:
<INPUT TYPE="hidden" NAME="subject" value="Contact Us">
<INPUT TYPE="hidden" NAME="order" VALUE="fullname,address,city,state,zip,phone,e-mail,R1,S1">
<INPUT TYPE="hidden" NAME="redirect" VALUE="<INPUT TYPE="hidden" NAME="to" VALUE="april">
The error says april is not a registered user and here is the code that calls the error.
if( $alias{$in{'to'}} ) { $in{'to'} = $alias{$in{'to'}} }
else { &unknown_user( $in{'to'} ) }
Thanks so much for any help
Wes
The form is passing in:
<INPUT TYPE="hidden" NAME="subject" value="Contact Us">
<INPUT TYPE="hidden" NAME="order" VALUE="fullname,address,city,state,zip,phone,e-mail,R1,S1">
<INPUT TYPE="hidden" NAME="redirect" VALUE="<INPUT TYPE="hidden" NAME="to" VALUE="april">
The error says april is not a registered user and here is the code that calls the error.
if( $alias{$in{'to'}} ) { $in{'to'} = $alias{$in{'to'}} }
else { &unknown_user( $in{'to'} ) }
Thanks so much for any help
Wes