'Sendmail on success' to create new records has a bug
Hi folks -
I think this is actually near to the last issue I'm having with getting this large-scale operation to work, so I look forward to getting it resolved. I have a few data forms that I need to fill from 'front' forms, which means using scripted emails to make the leap from the front form to the data form. Problem is, I'm quite unable to get the data form to accept the emails in the form they're being sent by the front form. I've done all the input.FIELDNAME things properly; the problem seems to be that the fields in my data form do not know when to STOP reading data. Line breaks don't cut it, either.
What do I need to do in order to instruct the email script in such a way that when the other form receives the email, it knows where one field stops and the next one starts? Hopefully this is a clear description of the problem...