Hi,

I have to add a field in the form Contact Owner which must be of type "file" with the id "mycv".

At first I've created one file field in form called 'mycv'.

I've created add new variable in the function ajaxContactOwner called "$mycv = false" in rlMessage.class.php.
After I added a variable to:
$find = array('{owner_name}', '{mycv}', '{visitor_email}', '{listing_link}', '{message}', '{reply_link}', '{visitor_name}');
$replace = array($owner_name, $account_info['mycv'], $account_info['Mail'], $link, $message, $reply_link, $account_info['Full_name']);

At the Backend in the section "E-mail templates / Contact_Owner/ I added {mycv} but I do not receive the contents of the "mycv".

Can you help me?
Thank you