Hi all
I am reusing the contact us layout and adding custom fields.
All works fine however, when you post the form, what the user typed into the fields does not re-appear in the field.
This is a pain for the user because there are 5+ fields and if they miss one, they have to re-enter all the details again.
If there any way of doing this?
In perl, the only area I identified is:
$VarTable{'NETQUOTEVAR:MESSAGEVALUE'} = $sText;
in the DisplayMailPage - which then gets subsituted.
therefore, if I add
$VarTable{'xxxttt'} = $sMynewField;
Then it finds it but why won't it find custom variables?
any other way around this or anyone any thoughts?
Thanks
I am reusing the contact us layout and adding custom fields.
All works fine however, when you post the form, what the user typed into the fields does not re-appear in the field.
This is a pain for the user because there are 5+ fields and if they miss one, they have to re-enter all the details again.
If there any way of doing this?
In perl, the only area I identified is:
$VarTable{'NETQUOTEVAR:MESSAGEVALUE'} = $sText;
in the DisplayMailPage - which then gets subsituted.
therefore, if I add
$VarTable{'xxxttt'} = $sMynewField;
Then it finds it but why won't it find custom variables?
any other way around this or anyone any thoughts?
Thanks