{{error}}
{% endif %}
- {% if redirectval=="Steps" %} Registration Step {% else %} Registration Step {% endif %}
- {% if redirectval=="Fields" %} Registration Fields {% else %} Registration Fields {% endif %}
{% if redirectval=="Steps" %}
{% else %}
{% endif %}
{% if redirectval=="Fields" %}
Add New Registration Step
S.No | Step Name | Label | User Type | Entity Type | Rank | Is Mandatory | Is Signup | Status | Edit | Delete |
---|---|---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_registration.stepName}} | {{each_registration.label}} | {{each_registration.userTypes}} | {{each_registration.entityTypes}} | {{each_registration.rank}} | {% if each_registration.isMandatory == True %} ✔ {% else %} ✗ {% endif %} | {% if each_registration.isSignup == True %} ✔ {% else %} ✗ {% endif %} | {{each_registration.actionText}} |
Update Registration Step |
|
{% else %}
{% endif %}
Add New Registration Fields
S.No | Field Type | Label | Step Name | User Type | Entity Type | Web Regex | Mobile Regex | Rank | Status | Edit | Delete |
---|---|---|---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_registration_field.fieldType}} | {{each_registration_field.label}} | {{each_registration_field.stepName}} | {{each_registration_field.userTypes}} | {{each_registration_field.entityTypes}} | {{each_registration_field.webRegex}} | {{each_registration_field.mobileRegex}} | {{each_registration_field.rank}} | {{each_registration_field.actionText}} |
Update Registration Field |
|