• 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: email to admin and user has ! signs inside output

email to admin and user has ! signs inside output 12 years 9 months ago #18179

Hello, first i must say, i love RSfrom Pro.
This is the first time we have a error. A wird one.
Joomla 2.5.lastversion.
PHP 5.2.17 and Mysql 5.1.61, utf8_general_ci, Apache.

This is a form with pagebreaks, and progressbar on. 8 pages, each 10 question (jes/no), above that a textline.
The forms work great, inside the database perfect, than the mail to client (admin and member).
Each time a form is send you get a nice mail, with the text varibles and the jes/no. But in that tekst you can see ! signs, each time on different places. For example:

thi! s is the example of a part: Yes
With that wird sign inside: ! no

That was the exapmple. I need to get this fixed, deadline is this weekend.
Many thanks for your time and good component.
Bert
Last Edit: 12 years 9 months ago by support915. Reason: solved
The administrator has disabled public write access.

Re: email to admin and user has ! signs inside output 12 years 9 months ago #18186

Thanks to the great and fast (within 1 day!) support from RSJoomla they found the sselution.

"Max 998 characters per line"
So, all code at the feeld for putting you data inside what will be mailed to admin and member, needs t be on more lines. My long code (with 72 lines of questions and answers + code for design) was all on 1 line.

After getting a solution from RSJoomla by support, a better whay of putting down the code, with enters, this was fixed.

example:
NOT done is
{vraag1:caption}: {vraag1:value}<br /><br />{vraag2:caption}: {vraag2:value}<br /><br />Etc....

better do it like this to prevent this max Max 998 characters per line:
{vraag1:caption}: {vraag1:value}<br />
<br />
{vraag2:caption}: {vraag2:value}<br />
<br />
Etc....

Solved :woohoo:
Last Edit: 12 years 9 months ago by support915.
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!