Guest User

Untitled

a guest
May 20th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. DISPLAY_TYPES = [
  2. ['Single Line Text Field', DISPLAY_TYPE_TEXT_FIELD],
  3. ['Multi Line Text Area', DISPLAY_TYPE_TEXT_AREA],
  4. ['Selection Dropdown', DISPLAY_TYPE_SELECTION],
  5. ['Checkboxes (multple item selection)', DISPLAY_TYPE_CHECKBOXES],
  6. ['Radio Buttons (single item selection)',DISPLAY_TYPE_RADIO],
  7. ['File Upload (10MB max)',DISPLAY_TYPE_FILE],
  8. ['Credit Card Payment', DISPLAY_TYPE_CC_PAYMENT] if self.form_page.form_description.organization.enable_credit_cards
  9. ]
Add Comment
Please, Sign In to add comment