spaces not accepted between values

jd jdran 16 Sep, 2015
space is not allowed between values. At first I was confused and not able to find what was wrong.

for example "email, email-1, email-2" should be as valid as ""email,email-1,email-2"
(notice the space after comma).
Same occur in attachments.
Gr GreyHead 16 Sep, 2015
Hi jdran,

Yes, that is correct. Please remove the spaces.

Bob
jd jdran 17 Sep, 2015
Yah... i was used to spaces and I wasn't aware of this. I found your reply to somebody else about spaces. I post it here in case someone else searches for the same problem:

Both names and IDs should start with a letter, contain no spaces or other special characters other than underscore '_'. This is partly an HTML requirement and partly because ChronoForms may use the name or ID as a PHP variable name or a MySQL column name and each of these has slightly different requirements.

In most cases ChronoForms uses the name attribute - in the email template, etc.



keep up the good job guys.
This topic is locked and no more replies can be posted.