• 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: Add Uploaded File Name to Thank You Email

Add Uploaded File Name to Thank You Email 12 years 4 months ago #20308

  • steve51
  • steve51's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
I've created a form with a file upload function.

I want to add the name of the file that the user uploaded to the thank you email.

I've tried using the placeholder
{upload_field_name:value}
which works ok, but ideally I would like just the file name, not a link to the file. Is this possible?

Also, a related question: Is there an exhaustive list of placeholders somewhere that I can reference?

Thanks!
The administrator has disabled public write access.

Add Uploaded File Name to Thank You Email 12 years 4 months ago #20445

I'd like to know the answer to this also.
The administrator has disabled public write access.

Add Uploaded File Name to Thank You Email 12 years 4 months ago #20447

Not sure if this will work but have your tried using "text" instead of "value"?
Octavian posted a solution to getting the text of a component www.rsjoomla.com/forum/37-rsform-pro/129...-value-in-email.html

It might be worth a try.

I'm not sure if anyone has done a complete list but here's what I use -- I add to it as I get new info from other forum users.
Component * *
TextBox {TextBox:caption} {TextBox:value}
TextArea {TextArea:caption} {TextArea:value}
Dropdown {Dropdown:caption} {Dropdown:value}
Checkbox {Checkbox:value} {Checkbox:caption}
RadioGroup {RadioGroup:caption} {RadioGroup:value}
Password {Password:caption} {Password:value}
FileUpload {FileUpload:caption} {FileUpload:value}
FreeText Free text needs to be copied into the emails
Calendar {Calendar:caption} {Calendar:value}
Button {Button:caption} {Button:value}
ImageButton {ImageButton:caption} {ImageButton:value}
HiddenField {HiddenField:caption} {HiddenField:value}
SupportTicket {SupportTicket:caption} {SupportTicket:value}
CAPTCHA {CAPTCHA:caption} {CAPTCHA:value}
SubmitButton {SubmitButton:caption} {SubmitButton:value}

*These names will be the names you entered when creating your form


K
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!