Expand my Community achievements bar.

Submit/save form field values fine, how to save comments, too?

Avatar

Level 1

Currently using  simple HTTP submition in our forms, where user fills out a form and click on a submit button which in turn makes a HTTP POST request to our web server. Web server treats the submittion just like it was submitted from a html form.

Ther process works just fine. Exept now we need to let user to make comments and save them as well as the form field values.

I suspect its not possible to do so with simple HTTP POST requests.

Do we have to use livecycle?

Can we make our own web services?

Thx

0 Replies