-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue #113 #93
Open
nikolay-kozlov
wants to merge
425
commits into
splittingred:develop
Choose a base branch
from
Sterc:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix issue #113 #93
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…fig and build files
…ng file fields in multistep forms
…hen storing of files is not needed
Add option to FormItCountryOptions snippet to limit country list to selected countries only
IT translation for country list
Change the stopforumspam api url
Fix for MODX3
Changes how hasSubmission() is evaluated to allow alternate buttons to submit the form (relevant in multi-step/page forms)
Fix PHP warning: Undefined variable $operator in ERROR log. Because $operator variable is not defined in else statement.
For MODX3 compatiblity Addresses issue #263
MODX3: Change modRest to http client in StopForumSpam service
If the option emailSelectToName is not set, the option emailSelectTo is used. emailSelectTo was exploded before it was assigned to emailSelectToName. After that it is exploded again which causes the following issue in PHP 8. The patch just reorders the assignment. ``` PHP Fatal error: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, array given in /…/core/components/formit/src/FormIt/Hook/Email.php:99 ```
Fix error SELECT list is not in GROUP BY clause
Fix PHP warning: Undefined array key
Fix Argument 2 must be of type string
Add ID of the form to the export csv file
Fix for multiple checked boxes/multiselect on FormItLoadSavedForm
fix(math hook): undefined variable $operator error
Feature: Multi Page Form Support
Fix issue 271 for loading chunks via PDO
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix
Sterc#113