How Can We Help?
Search for answers or browse our knowledge base.
Can't find the answer you need here? Contact our support team and we'll gladly help you.
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