• 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: Attachment field is not working

Attachment field is not working 14 years 2 months ago #12766

Hello forum
In my form I can't send the attachment
I get an error that my form formt is wrong, but its not
And it's giving me an error in the email fields that look like this

<script language='JavaScript' type='text/javascript'> <!-- var prefix = 'mailto:'; var suffix = ''; var attribs = ''; var path = 'hr' + 'ef' + '='; var addy5999 = 'priya' + '@'; addy5999 = addy5999 + 'zahav' + '.' + 'net' + '.' + 'il'; document.write( '<a ' + path + '\'' + prefix + addy5999 + suffix + '\'' + attribs + '>' ); document.write( addy5999 ); document.write( '<\/a>' ); //--> </script><script language='JavaScript' type='text/javascript'> <!-- document.write( '<span style=\'display: none;\'>' ); //--> </script>כתובת דוא

Is it because I have 2 email fields in my form?

How can I solve this?
Please help
Thank you
Priya
The administrator has disabled public write access.

Re:Attachment field is not working 14 years 2 months ago #12789

  • ankush1
  • ankush1's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Create a new post, select a file to attach, then preview the post...

The data entered in the Attachment field is not carried through.

A little alteration for
Code:

<input type="file" name="attachment" value="$attachment">

would fix it wouldn't it? Or would that try to fill the field with the binary data of the attached file?

IE5.5sp1, cookies on.
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!