Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% comment %}Necessary for setting the registrationInstanceId on the internal Add Registrant Page{% endcomment %}
- {% if registrationInstanceId == '' %}
- {% assign registrationId = 'Global' | PageParameter:'RegistrationId' %}
- {% registration Id:'{{ registrationId }}' securityenabled:'false %}
- {% assign registrationInstanceId = registration.RegistrationInstanceId %}
- {% endregistration %}
- {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement