Skip to content

Instantly share code, notes, and snippets.

@picsoung
Created March 14, 2019 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save picsoung/1b2665b6083876c949bdf6fe09d1ed7d to your computer and use it in GitHub Desktop.
Save picsoung/1b2665b6083876c949bdf6fe09d1ed7d to your computer and use it in GitHub Desktop.
Form definition of Salesforce WebToLead example
{
"id": "XWKcFE",
"title": "Salesforce - WebToLead",
"theme": {
"href": "https://api.typeform.com/themes/6lPNE6"
},
"workspace": {
"href": "https://api.typeform.com/workspaces/165696"
},
"settings": {
"is_public": true,
"is_trial": false,
"language": "en",
"progress_bar": "proportion",
"show_progress_bar": true,
"show_typeform_branding": true,
"meta": {
"allow_indexing": false
}
},
"thankyou_screens": [
{
"ref": "default_tys",
"title": "Done! Your information was sent perfectly.",
"properties": {
"show_button": false,
"share_icons": false
}
}
],
"fields": [
{
"id": "QF8YwVqtl6uB",
"title": "First Name",
"ref": "1b338df9-73d4-4b07-bdd2-fe9ebb3dd73e",
"validations": {
"required": false
},
"type": "short_text"
},
{
"id": "lfDLoBjIIjhK",
"title": "Last Name",
"ref": "7cbb3d47-d80a-4940-b6ac-9f3b63965315",
"validations": {
"required": false
},
"type": "short_text"
},
{
"id": "mUpVgfQBPBvD",
"title": "Company",
"ref": "e6528063-14d3-4980-960b-72c57f9cf227",
"validations": {
"required": false
},
"type": "short_text"
},
{
"id": "EoGyKgRzOL61",
"title": "email",
"ref": "baedb526-9ca5-4e16-a6ef-c86f87d072f9",
"validations": {
"required": false
},
"type": "email"
}
],
"hidden": [
"salesforce_oid",
"return_url"
],
"_links": {
"display": "https://picsoung.typeform.com/to/XWKcFE"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment