All Collections
Form, Portal & View Editor settings
Login
How to share a magic link with the customer that will preload their form/portal without having to log in?
How to share a magic link with the customer that will preload their form/portal without having to log in?

How to pass the “login details” programmatically? How to prefill the fields on the login page?

Updated over a week ago

This option can be used to skip the login page. Prefilling a login field works the same way as prefilling a field in a form. The only difference is that instead of the word "prefill", you should use the word "login". This works for both form and portal. By using this feature, the login page will only show up when there is an error during login.

Example

https://web.miniextensions.com/xyz?login_User=myusername

You can create a formula field in Airtable to generate this link. You can get the login formula under Form Table for the form and Users Table for the portal.

💡Tip

If your goal is to skip the login page and take a user directly to a specific record, it might make sense to use the editing formula instead. It generates a direct editing URL for each record.

Related

Did this answer your question?