Kanchan Chauhan | 1f3d5b7 | 2016-03-01 11:33:49 +0530 | [diff] [blame] | 1 | [ |
| 2 | { |
Kanchan Chauhan | 1f3d5b7 | 2016-03-01 11:33:49 +0530 | [diff] [blame] | 3 | "allow_comments": 1, |
| 4 | "allow_delete": 1, |
| 5 | "allow_edit": 1, |
| 6 | "allow_multiple": 1, |
| 7 | "breadcrumbs": "[{\"title\":\"Issues\", \"name\":\"issues\"}]", |
| 8 | "doc_type": "Issue", |
| 9 | "docstatus": 0, |
| 10 | "doctype": "Web Form", |
| 11 | "introduction_text": null, |
| 12 | "is_standard": 1, |
| 13 | "login_required": 1, |
| 14 | "modified": "2015-06-01 08:14:26.350792", |
| 15 | "name": "issues", |
| 16 | "page_name": "issues", |
| 17 | "published": 1, |
| 18 | "success_message": "", |
| 19 | "success_url": "/issues", |
| 20 | "title": "Issues", |
| 21 | "web_form_fields": [ |
| 22 | { |
| 23 | "default": null, |
| 24 | "description": null, |
| 25 | "fieldname": "subject", |
| 26 | "fieldtype": "Data", |
| 27 | "hidden": 0, |
| 28 | "label": "Subject", |
| 29 | "options": null, |
| 30 | "read_only": 0, |
| 31 | "reqd": 1 |
| 32 | }, |
| 33 | { |
| 34 | "default": "Open", |
| 35 | "description": null, |
| 36 | "fieldname": "status", |
| 37 | "fieldtype": "Select", |
| 38 | "hidden": 0, |
| 39 | "label": "Status", |
| 40 | "options": "Open\nReplied\nHold\nClosed", |
| 41 | "read_only": 1, |
| 42 | "reqd": 0 |
| 43 | }, |
| 44 | { |
| 45 | "default": null, |
| 46 | "description": null, |
| 47 | "fieldname": "description", |
| 48 | "fieldtype": "Text", |
| 49 | "hidden": 0, |
| 50 | "label": "Description", |
| 51 | "options": null, |
| 52 | "read_only": 0, |
| 53 | "reqd": 0 |
| 54 | }, |
| 55 | { |
| 56 | "default": null, |
| 57 | "description": null, |
| 58 | "fieldname": "attachment", |
| 59 | "fieldtype": "Attach", |
| 60 | "hidden": 0, |
| 61 | "label": "Attachment", |
| 62 | "options": null, |
| 63 | "read_only": 0, |
| 64 | "reqd": 0 |
| 65 | } |
| 66 | ], |
| 67 | "web_page_link_text": null |
| 68 | }, |
| 69 | { |
| 70 | "allow_comments": 0, |
| 71 | "allow_delete": 0, |
| 72 | "allow_edit": 1, |
| 73 | "allow_multiple": 1, |
| 74 | "breadcrumbs": null, |
| 75 | "doc_type": "Address", |
| 76 | "docstatus": 0, |
| 77 | "doctype": "Web Form", |
| 78 | "introduction_text": null, |
| 79 | "is_standard": 1, |
| 80 | "login_required": 1, |
| 81 | "modified": "2015-11-23 08:21:53.924318", |
| 82 | "name": "addresses", |
| 83 | "page_name": "addresses", |
| 84 | "published": 1, |
| 85 | "success_message": null, |
| 86 | "success_url": "/addresses", |
| 87 | "title": "Addresses", |
| 88 | "web_form_fields": [ |
| 89 | { |
| 90 | "default": null, |
| 91 | "description": "", |
| 92 | "fieldname": "address_title", |
| 93 | "fieldtype": "Data", |
| 94 | "hidden": 0, |
| 95 | "label": "Address Title", |
| 96 | "options": null, |
| 97 | "read_only": 0, |
| 98 | "reqd": 0 |
| 99 | }, |
| 100 | { |
| 101 | "default": null, |
| 102 | "description": null, |
| 103 | "fieldname": "address_type", |
| 104 | "fieldtype": "Select", |
| 105 | "hidden": 0, |
| 106 | "label": "Address Type", |
| 107 | "options": "Billing\nShipping\nOffice\nPersonal\nPlant\nPostal\nShop\nSubsidiary\nWarehouse\nOther", |
| 108 | "read_only": 0, |
| 109 | "reqd": 1 |
| 110 | }, |
| 111 | { |
| 112 | "default": null, |
| 113 | "description": null, |
| 114 | "fieldname": "address_line1", |
| 115 | "fieldtype": "Data", |
| 116 | "hidden": 0, |
| 117 | "label": "Address Line 1", |
| 118 | "options": null, |
| 119 | "read_only": 0, |
| 120 | "reqd": 1 |
| 121 | }, |
| 122 | { |
| 123 | "default": null, |
| 124 | "description": null, |
| 125 | "fieldname": "address_line2", |
| 126 | "fieldtype": "Data", |
| 127 | "hidden": 0, |
| 128 | "label": "Address Line 2", |
| 129 | "options": null, |
| 130 | "read_only": 0, |
| 131 | "reqd": 0 |
| 132 | }, |
| 133 | { |
| 134 | "default": null, |
| 135 | "description": null, |
| 136 | "fieldname": "city", |
| 137 | "fieldtype": "Data", |
| 138 | "hidden": 0, |
| 139 | "label": "City/Town", |
| 140 | "options": null, |
| 141 | "read_only": 0, |
| 142 | "reqd": 1 |
| 143 | }, |
| 144 | { |
| 145 | "default": null, |
| 146 | "description": null, |
| 147 | "fieldname": "state", |
| 148 | "fieldtype": "Data", |
| 149 | "hidden": 0, |
| 150 | "label": "State", |
| 151 | "options": null, |
| 152 | "read_only": 0, |
| 153 | "reqd": 0 |
| 154 | }, |
| 155 | { |
| 156 | "default": null, |
| 157 | "description": null, |
| 158 | "fieldname": "pincode", |
| 159 | "fieldtype": "Data", |
| 160 | "hidden": 0, |
| 161 | "label": "Postal Code", |
| 162 | "options": null, |
| 163 | "read_only": 0, |
| 164 | "reqd": 0 |
| 165 | }, |
| 166 | { |
| 167 | "default": null, |
| 168 | "description": null, |
| 169 | "fieldname": "country", |
| 170 | "fieldtype": "Link", |
| 171 | "hidden": 0, |
| 172 | "label": "Country", |
| 173 | "options": "Country", |
| 174 | "read_only": 0, |
| 175 | "reqd": 1 |
| 176 | }, |
| 177 | { |
| 178 | "default": null, |
| 179 | "description": null, |
| 180 | "fieldname": null, |
| 181 | "fieldtype": "Column Break", |
| 182 | "hidden": 0, |
| 183 | "label": null, |
| 184 | "options": null, |
| 185 | "read_only": 0, |
| 186 | "reqd": 0 |
| 187 | }, |
| 188 | { |
| 189 | "default": null, |
| 190 | "description": null, |
| 191 | "fieldname": "email_id", |
| 192 | "fieldtype": "Data", |
| 193 | "hidden": 0, |
| 194 | "label": "Email Id", |
| 195 | "options": null, |
| 196 | "read_only": 0, |
| 197 | "reqd": 0 |
| 198 | }, |
| 199 | { |
| 200 | "default": null, |
| 201 | "description": null, |
| 202 | "fieldname": "phone", |
| 203 | "fieldtype": "Data", |
| 204 | "hidden": 0, |
| 205 | "label": "Phone", |
| 206 | "options": null, |
| 207 | "read_only": 0, |
| 208 | "reqd": 1 |
| 209 | }, |
| 210 | { |
| 211 | "default": "0", |
| 212 | "description": "", |
| 213 | "fieldname": "is_primary_address", |
| 214 | "fieldtype": "Check", |
| 215 | "hidden": 0, |
| 216 | "label": "Preferred Billing Address", |
| 217 | "options": null, |
| 218 | "read_only": 0, |
| 219 | "reqd": 0 |
| 220 | }, |
| 221 | { |
| 222 | "default": "0", |
| 223 | "description": "", |
| 224 | "fieldname": "is_shipping_address", |
| 225 | "fieldtype": "Check", |
| 226 | "hidden": 0, |
| 227 | "label": "Preferred Shipping Address", |
| 228 | "options": null, |
| 229 | "read_only": 0, |
| 230 | "reqd": 0 |
| 231 | } |
| 232 | ], |
| 233 | "web_page_link_text": null |
| 234 | }, |
| 235 | { |
| 236 | "allow_comments": 0, |
| 237 | "allow_delete": 0, |
| 238 | "allow_edit": 0, |
| 239 | "allow_multiple": 0, |
| 240 | "breadcrumbs": "[{\"title\":\"Jobs\", \"name\":\"jobs\"}]", |
| 241 | "doc_type": "Job Applicant", |
| 242 | "docstatus": 0, |
| 243 | "doctype": "Web Form", |
| 244 | "introduction_text": null, |
| 245 | "is_standard": 0, |
| 246 | "login_required": 0, |
| 247 | "modified": "2016-02-19 16:46:57.448416", |
| 248 | "name": "job_application", |
| 249 | "page_name": "job_application", |
| 250 | "published": 1, |
| 251 | "success_message": "Thank you for applying.", |
| 252 | "success_url": "/jobs", |
| 253 | "title": "Job Application", |
| 254 | "web_form_fields": [ |
| 255 | { |
| 256 | "default": null, |
| 257 | "description": null, |
| 258 | "fieldname": "job_title", |
| 259 | "fieldtype": "Data", |
| 260 | "hidden": 0, |
| 261 | "label": "Job Title", |
| 262 | "options": "", |
| 263 | "read_only": 1, |
| 264 | "reqd": 0 |
| 265 | }, |
| 266 | { |
| 267 | "default": null, |
| 268 | "description": null, |
| 269 | "fieldname": "applicant_name", |
| 270 | "fieldtype": "Data", |
| 271 | "hidden": 0, |
| 272 | "label": "Applicant Name", |
| 273 | "options": null, |
| 274 | "read_only": 0, |
| 275 | "reqd": 1 |
| 276 | }, |
| 277 | { |
| 278 | "default": null, |
| 279 | "description": null, |
| 280 | "fieldname": "email_id", |
| 281 | "fieldtype": "Data", |
| 282 | "hidden": 0, |
| 283 | "label": "Email Id", |
| 284 | "options": "Email", |
| 285 | "read_only": 0, |
| 286 | "reqd": 0 |
| 287 | }, |
| 288 | { |
| 289 | "default": "Cover Letter/Message", |
| 290 | "description": null, |
| 291 | "fieldname": "message", |
| 292 | "fieldtype": "Text", |
| 293 | "hidden": 0, |
| 294 | "label": "Message", |
| 295 | "options": null, |
| 296 | "read_only": 0, |
| 297 | "reqd": 1 |
| 298 | }, |
| 299 | { |
| 300 | "default": null, |
| 301 | "description": null, |
| 302 | "fieldname": "upload_cv", |
| 303 | "fieldtype": "Attach", |
| 304 | "hidden": 0, |
| 305 | "label": "Upload CV", |
| 306 | "options": null, |
| 307 | "read_only": 0, |
| 308 | "reqd": 0 |
| 309 | } |
| 310 | ], |
| 311 | "web_page_link_text": null |
| 312 | } |
| 313 | ] |