This project is not covered by Drupal’s security advisory policy.

The Form Service module provides form handling for the Services module.

The idea, similar to other service modules, is that a form can live entirely on the service provider, and clients with proper authentication are able to use the form.

All the form validation and submission is handled on the service side. The client just sees the validation feedback, and whatever redirection is set on successful submission.

There are many use cases for this; for example, using a form on multiple websites to collect private data. The service will have the full data set, allowing for statistical analysis, and the clients won't have sensitive data stored locally.

To use the form service on the client side, you will need the Form Client module.

Credits

Victor Kareh (vkareh)

Project information

Releases