<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with forms]]></title><description><![CDATA[A list of topics that have been tagged with forms]]></description><link>https://fusionauth.io/community/forum/tags/forms</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 09:55:13 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/tags/forms.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Capturing country code while displaying name in the advanced registration forms]]></title><description><![CDATA[<p dir="auto">Currently the way you would do that is by using the short version in the custom field definition. This will be the programatic value that is persisted. For example:</p>
US
DE

<p dir="auto">Then in your message bundle (managed by the theme), you can translate those values into a more human readable option.</p>
US=UNITED STATES
DE=GERMANY

<p dir="auto">If we do not find a localized key, we will just use the key as the value which would then render as &lt;option value="US"&gt;US&lt;/option&gt;.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1469/capturing-country-code-while-displaying-name-in-the-advanced-registration-forms</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/1469/capturing-country-code-while-displaying-name-in-the-advanced-registration-forms</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[I want to remove a field from a custom form, but can&#x27;t]]></title><description><![CDATA[<p dir="auto">You are trying delete the field, instead of just removing it from a form. You cannot delete a field when a form is using it.</p>
<p dir="auto">If you do not want a field displayed, you must remove it from a form.</p>
<p dir="auto">Then, if you would like to delete the field definition you may.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/782/i-want-to-remove-a-field-from-a-custom-form-but-can-t</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/782/i-want-to-remove-a-field-from-a-custom-form-but-can-t</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[I want to create my own login form.]]></title><description><![CDATA[<p dir="auto">If you have your own login form, you'll either be using the Login API or the OAuth Password grant. You will use one or the other, not both, each option will provide you roughly the same functionality. Totally up to you, the Login API is our own creation, the Password grant is defined by the OAuth RFC.</p>
<p dir="auto">High level:</p>

Collect email and password
Call the Login API or the Token endpoint using the Password grant
Collect the JSON response which will contain an access token (JWT)

<p dir="auto">Login API docs: <a href="https://fusionauth.io/docs/v1/tech/apis/login#authenticate-a-user" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/login#authenticate-a-user</a></p>
<p dir="auto">Password Grant: <a href="https://fusionauth.io/docs/v1/tech/oauth/endpoints#resource-owner-password-credentials-grant-request" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/oauth/endpoints#resource-owner-password-credentials-grant-request</a><br />
<a href="https://fusionauth.io/docs/v1/tech/oauth/#example-resource-owner-password-credentials-grant" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/oauth/#example-resource-owner-password-credentials-grant</a></p>
]]></description><link>https://fusionauth.io/community/forum/topic/124/i-want-to-create-my-own-login-form</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/124/i-want-to-create-my-own-login-form</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>