• 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: How to send an attachment with form data?

How to send an attachment with form data? 17 years 2 weeks ago #2804

  • letsroll
  • letsroll's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hello Everyone,

My compliments to the makers of RSForm!, Great tool!!!!

I am kinda green to Joomla and RSForm!. I have created a site for our client and they love it and specially the forms.

Now they are asking me if it is possible when they received the email notifications for them to also receive a file attachment which contains all the fields the client filled(comma delimiter)?

I have looked at this page for examples already but I do not see a clear example using the scripts tab (on post):

www.rsjoomla.com/index.php/rsform.custom...zation-examples.html

Do any of you have an example or suggestion? :)

Thank you in advance!<br><br>Post edited by: letsroll, at: 2008/04/23 20:01
Audience Response http:\\dynamicconferences.com
The administrator has disabled public write access.

Re:How to send an attachment with form data? 16 years 9 months ago #4110

  • letsroll
  • letsroll's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Ok, I download the RSforms!Pro and from the looks of it. It cannot do what i am asking as well. :(

Sounds simple but i guess I will have to write my own PHP code. :pinch:

Clients can upload files but What i need is for what is being entered on the form fields to be sent as an attachment in the email to the admin.

Anyone?<br><br>Post edited by: letsroll, at: 2008/08/12 08:01
Audience Response http:\\dynamicconferences.com
The administrator has disabled public write access.

Re:How to send an attachment with form data? 16 years 7 months ago #4898

  • tallboy
  • tallboy's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
I'm having the same issue. Have you been able to resolve this? Anyone else have a similar problem.
The administrator has disabled public write access.

Re:How to send an attachment with form data? 16 years 7 months ago #4943

  • dax702
  • dax702's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 20
I fixed it, now it works,, do it like this:
/images/pdfs/filename.123

In other words, you need a preceeding / before the path..<br><br>Post edited by: dax702, at: 2008/10/03 22:36
The administrator has disabled public write access.

Re:How to send an attachment with form data? 16 years 5 months ago #5873

Hello,

I'm having the same problem, but I still can't attach a file to an email. I don't want to attach an uploaded file. Instead, when a users completes the form, a file from the server should be sent to the user. Is this possible with this the RSForm! Pro plugin? And if so: how? I don't see any option to attach a file in an email
The administrator has disabled public write access.

Re:How to send an attachment with form data? 16 years 5 months ago #5875

The administrator has disabled public write access.

Re:How to send an attachment with form data? 16 years 3 months ago #6296

ronaldwillems wrote:
Has this worked for anyone? I've tried several pathing options but never get a file... :/
The administrator has disabled public write access.

Re:How to send an attachment with form data? 16 years 3 months ago #6297

Figures - get it right after posting:

Should be:
Under the scripts tab - Script called on form process, enter:
$userEmail['files'][] = $RSadapter-&gt;config['absolute_path'] . '/home/yoursite/yourpathrofiles/yourfilename.pdf';

The linked to page was missing the leading "/" in the path.<br><br>Post edited by: horizons.webmarketing, at: 2009/01/26 23:11
Last Edit: 16 years 3 months ago by horizons.webmarketing.
The administrator has disabled public write access.
The following user(s) said Thank You: hcs76
  • 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!