-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create new webhook for CUTGroup Test Wufoo Forms #157
Comments
Add submission type to submissions table |
Instead of creating a new webhook, we can easily create a hidden field with a predefined value (example: "availability" for availability forms, "test" for test forms) to associate the type of form with the phase of the test (phases being screening, availability, test part 1, part 2, etc) in Patterns. |
Steps for this:
|
My thought is to create a field at the very beginning of each form that is called "Form type." Then I will change the "Show field to" setting it to "Admin Only." In the "Predefined value" field, I add one of three types of form: Screening, Availability, & Test. Some tests have two or more parts, but I still think that they can all be listed as "Test." |
"Admin Only" fields do not get sent through the API so this is a problem for the SMS versions. Even when setting it with a default value in Wufoo, it ends up being blank for submissions sent through the API from Patterns. New Idea: =- For forms that will be filled out through the Twilio->Patterns->Wufoo method: |
This has been completed and merged: a325b8d Closing issue. |
This relates to issue #119. We will create a new webhook for all Wufoo forms that are used for testing sessions. This will help us keep account for the number of tests that testers have participated in which relates to #94.
The text was updated successfully, but these errors were encountered: