Published on : May 26, 2020
Sample Call
[do.@cmr]
[cmr-service.email-controller.default_response_controller /]
[/do.@cmr]
Input
Key | Description | Sample Value |
@cmr.step_config.events.launch | Array of events to call at launch of screen | [flow category=”” action=”” label=”” /] [section category=”” action=”” label=”” /] [step category=”” action=”” label=”” /] [lapp_journey category=”” action=”” label=”” /] |
@cmr.lapp.personal_email | Personal Email of appliant | ayush@loantap.in |
@cmr.lapp.loan_city | Loan City | Pune |
@cmr.response_content.fields. personal_email.label | personal Email label | |
@cmr.response_content.fields. personal_email.placeholder | Personal Email Placeholder | Email Address |
@cmr.response_content.fields. loan_city.label | Loan City Label | Loan City |
@cmr.response_content.fields. loan_city.placeholder | Loan City Placeholder | Loan City |
@cmr.response_content.title | Header – Title of the screen | Residence Information |
@cmr.response_content.desc | Header – Description of the screen | We require the residence details for contactibility |
Output

Logic
- Create Events Array
- Fire Google Analytics Array
[cmr-service.events.ga_events data="{@cmr.events_data}" /]
- Fetch existing data from the @cmr.lapp
- Fetch loan cities using end use
[do.@eligibility]
[env.set @eligibility.mode='frontend' /]
[product_services.products.fetch_by_end_use end_use="{template.end_use}" o.set=template.product_list /]
[product_services.products.fetch_configs products="{template.product_list}" o.set=template.products /]
[product_services.get-taxonomy.loan_cities products="{template.products}" o.set=template.loan_city_options /]
[/do.@eligibility]
- Generate Form