• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Display name of uploaded file in the User Email

Display name of uploaded file in the User Email 12 years 4 months ago #20698

I have a file upload field in my form, so in the user email, I'd like to display the name of the file they uploaded.

I've used
{upload1:value}
as the placeholder in my email, and it displays the file name, but it's a hyperlink that doesn't even link to the file correctly. I'd just like it to display the file name as text, not a hyperlink at all.

I tried using
{upload1:text}
and that isn't recognized as placeholder code.

I tried using this script in the PHP Email Scripts area, but it doesn't remove the hyperlink:

strip_tags($_POST['form']['upload1']);

Any other ideas?

Thank you
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!