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.
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.
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:
keep up the good job guys.
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.