Skip to content
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
wants to merge 425 commits into
base: develop
Choose a base branch
from
Open

Fix issue #113 #93

wants to merge 425 commits into from

Conversation

nikolay-kozlov
Copy link

Fix
Sterc#113

joeke and others added 30 commits March 24, 2017 10:40
Add option to FormItCountryOptions snippet to limit country list to selected countries only
ilyautkin and others added 30 commits November 30, 2021 09:35
IT translation for country list
Change the stopforumspam api url
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
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.