Skip to content

Conversation

@Ciki
Copy link
Contributor

@Ciki Ciki commented Apr 25, 2025

No description provided.

} else { // Nette 2.4 and up
notValid = ((analyze.form.get(0).onsubmit ? analyze.form.triggerHandler('submit') : Nette.validateForm(analyze.form.get(0))) === false)
const formEl = analyze.form.get(0);
const submitter = formEl["nette-submittedBy"] || formEl;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nette-submittedBy is not set in latest Nette forms version.
const submitter = analyze.el.get(0) || formEl["nette-submittedBy"] || formEl;

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.

2 participants