Knowledgebase
Combining miscellaneous values when sending data to our API
If your form contains fields that don’t fit into the parameters provided by the Light Blue API, we’ve provided a method for combing multiple form fields into the Message parameter. To do this, prefix each instance of the Message parameter in your form with a unique number and a colon. For example:
- 1:Message => First part
- 2:Message => Second part
- 3:Message => Third part