Joss Perdomo Clemente
Results
2
issues of
Joss Perdomo Clemente
Recently I tried to authenticate using my sandbox business user by client credentials flow. I did the following request ``` curl -X POST https://api-sandbox.uphold.com/oauth2/token \ > -H "Content-Type: application/x-www-form-urlencoded" \...
Hi! I try add the field_type filter as a class to a field as a follow: `{% with "{{field|field_type}}" as field_type %} {% render_field field class+="form-control {{field_type}}" required="true" %} {%...