I found the Integrator for BreezingForms Lite.
I have got the form now submitting to the correct DB table, which effectively creates a post.
Now here are my issues:
1. How do you input dynamic values?
- I added several hidden elements to my form so I could manually assign static values (i.e. category value, to get it to put the post in the correct place), but now things like the timestamp and subject require dynamic values, and I'm unsure how to do that. (I'm assuming it has something to do w/ the individual code per Incoming=>outgoing data integration line.)
2. How do you concatenate several Form elements into a single database field?
- I need this to show up as a post and it doesn't seem to add them together if you set multiple incoming elements to a single outgoing database field.
3. Formatting the post.
-Once the raw data is being submitted, how do you change the aesthetics?
I haven't found any extensive documentation for the integrator, so I'm not sure where else to go. If anyone wants to help, that'd be awesome!