Skip to content

Fixing issues related to login forms and email actions.#29

Merged
travist merged 1 commit into
mainfrom
fixes-login-email-actions
Jul 6, 2026
Merged

Fixing issues related to login forms and email actions.#29
travist merged 1 commit into
mainfrom
fixes-login-email-actions

Conversation

@travist

@travist travist commented Jul 6, 2026

Copy link
Copy Markdown
Member

With some recent application development processes, there are a few issues that were identified.

1.) Login Forms were getting a 'Save Submission' action, which causes strange 'unique' validation errors on login.
2.) Login forms were 'forcing' email + password combination, which is not always the case.
3.) Email actions were using no-reply@form.io as 'from' email which is not allowed.
4.) Email actions were using {{ submission._id }} which is not defined.
5.) Email actions were using {{ config.appUrl }}, but no public configurations were added to the project.
6.) Some forms were not getting Submit buttons.

@travist travist merged commit 63aa23d into main Jul 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant