Hi,
Having a weird issue (which was not happening on my demo server).
I have a form on my web site that uploads a file. The upload is working fine, i.e. uploading to correct directory (default chrono) on server.
The email that is sent has the following code in the template to link to the file
<a href='{_PLUGINS_.upload_files.file_upload.link}' >{_PLUGINS_.upload_files.file_upload.name}</a>
However when the email is received the link is not working. Comes in as
CV Upload {_PLUGINS_.upload_files.file_upload.name}
and links to the root of the web site, rather than the correct chrono directory.
Any idea why this might be happening?
Thanks
Dave
Having a weird issue (which was not happening on my demo server).
I have a form on my web site that uploads a file. The upload is working fine, i.e. uploading to correct directory (default chrono) on server.
The email that is sent has the following code in the template to link to the file
<a href='{_PLUGINS_.upload_files.file_upload.link}' >{_PLUGINS_.upload_files.file_upload.name}</a>
However when the email is received the link is not working. Comes in as
CV Upload {_PLUGINS_.upload_files.file_upload.name}
and links to the root of the web site, rather than the correct chrono directory.
Any idea why this might be happening?
Thanks
Dave