Twig Error: A mapping value must be followed by a comma. Unexpected token "string" of value " target=" ("punctuation" expected with value ",") in "__string_template__c16a50ce30e5c483d114d2f2e2f0f8e4" at line 918 column 312. Check in Debugger

Twig Error: A mapping value must be followed by a comma. Unexpected token "string" of value " target=" ("punctuation" expected with value ",") in "__string_template__1395bde02d3d02d4a9dadfbbe1d6bba3" at line 918 column 312. Check in Debugger

New account
{% set stackspublish = false %}
{% set accentColor = cms.config('dashboard', 'accent') %} {% if accentColor %} {% endif %}
Mi Cuenta Empieza a invertir Empieza a invertir

© IN-DEF Todos los derechos reservados

Logo INDEF

Create your investor account

{% set form = cms.form.builder("users", { save : "Create Account", delete : "", helpStyle : "", helpOnHover : false, helpOnFocus : false, class : "custom-layout ", addOnly : true, register : false, useFormGrid : false, newActions : [ { action : "mailer", mailerId : "newuserpending-admin-o3nb2sp", continue : true, }, { action : "mailer", mailerId : "newuserpending-user-94d3474", }, { action : "redirect", link : "https://indef.mx/new-account/success/", showSuccess : true, }, ], }) %} {% set formContent %}
{{ form.field('id', { field : "id", icon : false, required : false, readonly : false, disabled : false, class : "mb:16", settings : { autogen : "${oid-000000}", }, label : "User ID", placeholder : "", help : "", }) }} {{ form.field('lang', { field : "text", icon : false, required : false, readonly : false, disabled : false, class : "", default : "en", label : "Language", placeholder : "", help : "", }) }}
{{ form.field('first_name', { field : "text", icon : false, required : false, readonly : false, disabled : false, class : "mb:8", label : "First Name", placeholder : "", help : "", }) }}
{{ form.field('last_name', { field : "text", icon : false, required : false, readonly : false, disabled : false, class : "mb:8", label : "Last Name", placeholder : "", help : "", }) }}
{{ form.field('email', { field : "email", icon : false, required : false, readonly : false, disabled : false, class : "mb:8", label : "Email", placeholder : "", help : "", }) }} {{ form.field('phone', { field : "text", icon : false, required : false, readonly : false, disabled : false, class : "mb:8", label : "Phone", placeholder : "", help : "", }) }} {{ form.field('rfc', { field : "text", icon : false, required : false, readonly : false, disabled : false, class : "mb:8", label : "RFC", placeholder : "", help : "", }) }} {{ form.field('password', { field : "password", icon : false, required : true, readonly : false, disabled : false, class : "mb:12", label : "Password", placeholder : "Type your password", help : "", settings : { "confirmPlaceholder" : "Confirm your Password" } }) }}
{{ form.field('privacy_policy', { field : "checkbox", icon : false, required : true, readonly : false, disabled : false, class : "", label : "  I have read and accept terms and conditions, and the privacy policy of INDEF", help : "", }) }}
{% endset %} {{ form.build(formContent) }}

Already have an account?
Login here.

{{ cms.adminAssetsBody() }} {{ cms.assetsBody() }}