You are here

README.txt in Webform Remote Post 6

Same filename and directory in other branches
  1. 7.2 README.txt
  2. 7 README.txt
-- SUMMARY --

Webform Remote Post works along with the Webform module to ease the integration
between Webforms and other web applications by extending the out-of-the-box
functionality if the Webform module.

Webform Remote Post works by POSTing form submissions to any arbitrary URL,
presumably an application or script that will use the form data and perform
further processing of it. It respects the form's validation and will only send
submissions that passed validation and are no longer in a draft state. Multiple
remote posts can be setup for each individual form, allowing for the submission
of data to multiple systems at once.

-- REQUIREMENTS --

Webform module: http://drupal.org/project/webform

The module was developed against the 6.x-3.19 version fo Webform, but it should
work with previous versions as long as they include the
hook_webform_submission_insert() hook definition.


-- INSTALLATION --

* Install as usual, see
  https://drupal.org/documentation/install/modules-themes/modules-5-6.


-- CONFIGURATION --

* Configure user permissions in Administer » Permissions:

  - admin webform remote posts

    Users in roles with the "admin webform remote posts" permission will be able
    to view the "Remote Posts" page of a webform where they can add, remove, and
    disable remote post targets.

  Note that sending data to remote targets is not affected by this permission.
  Submitting a valid form is sufficient to trigger the remote form
  submission.

* Customize the remote posts settings on on a per-webform basis:
  1) Edit the desired webform.
  2) Webform » Remote Posts
  3) Label: It's just an admin-friendly internal name for the remote post
     you are setting up. Things like "My CRM" or "My Cool App".
  4) Target URL: The full URL to POST the complete form data into. The
     receiving end should expect data as if a simple HTML form was configured
     with an "action" value of this URL.

-- TROUBLESHOOTING --

* If the target system does not seem to get form submissions:

  - Is the remote post target enabled? (Check the "Enabled" check box)
  - Is the URL correct? (Check /admin/reports/dblog to see if the post
    was rejected by the target system)
  - Try setting up a Remote Post that points to a free HTTP POST tester
    like the excellent http://postcatcher.in/
  - If you are integrating with systems like Salesforce or Eloqua, make
    sure that your form has all the needed hidden fields setup for those
    system to correctly understand who is sending them the data.

-- CONTACT --

Current maintainer:

* Enrique Delgado (enrique.delgado) - http://drupal.org/user/1080610

File

README.txt
View source
  1. -- SUMMARY --
  2. Webform Remote Post works along with the Webform module to ease the integration
  3. between Webforms and other web applications by extending the out-of-the-box
  4. functionality if the Webform module.
  5. Webform Remote Post works by POSTing form submissions to any arbitrary URL,
  6. presumably an application or script that will use the form data and perform
  7. further processing of it. It respects the form's validation and will only send
  8. submissions that passed validation and are no longer in a draft state. Multiple
  9. remote posts can be setup for each individual form, allowing for the submission
  10. of data to multiple systems at once.
  11. -- REQUIREMENTS --
  12. Webform module: http://drupal.org/project/webform
  13. The module was developed against the 6.x-3.19 version fo Webform, but it should
  14. work with previous versions as long as they include the
  15. hook_webform_submission_insert() hook definition.
  16. -- INSTALLATION --
  17. * Install as usual, see
  18. https://drupal.org/documentation/install/modules-themes/modules-5-6.
  19. -- CONFIGURATION --
  20. * Configure user permissions in Administer » Permissions:
  21. - admin webform remote posts
  22. Users in roles with the "admin webform remote posts" permission will be able
  23. to view the "Remote Posts" page of a webform where they can add, remove, and
  24. disable remote post targets.
  25. Note that sending data to remote targets is not affected by this permission.
  26. Submitting a valid form is sufficient to trigger the remote form
  27. submission.
  28. * Customize the remote posts settings on on a per-webform basis:
  29. 1) Edit the desired webform.
  30. 2) Webform » Remote Posts
  31. 3) Label: It's just an admin-friendly internal name for the remote post
  32. you are setting up. Things like "My CRM" or "My Cool App".
  33. 4) Target URL: The full URL to POST the complete form data into. The
  34. receiving end should expect data as if a simple HTML form was configured
  35. with an "action" value of this URL.
  36. -- TROUBLESHOOTING --
  37. * If the target system does not seem to get form submissions:
  38. - Is the remote post target enabled? (Check the "Enabled" check box)
  39. - Is the URL correct? (Check /admin/reports/dblog to see if the post
  40. was rejected by the target system)
  41. - Try setting up a Remote Post that points to a free HTTP POST tester
  42. like the excellent http://postcatcher.in/
  43. - If you are integrating with systems like Salesforce or Eloqua, make
  44. sure that your form has all the needed hidden fields setup for those
  45. system to correctly understand who is sending them the data.
  46. -- CONTACT --
  47. Current maintainer:
  48. * Enrique Delgado (enrique.delgado) - http://drupal.org/user/1080610