Code Monkey home page Code Monkey logo

formhandler_cleverreach's People

Contributors

svenjuergens avatar

Stargazers

 avatar

Watchers

 avatar  avatar

formhandler_cleverreach's Issues

Multiple Subscription Forms

Is it possible to have multiple subscription forms with different settings (APIKey, FormID, ListID)?

I have two subscription forms on my website which have to add the user data to different cleverreach accounts (for accounting reasons).

Can I add the settings into the Formhandler Form TS so it will take it for each form separately?

email validation class does not work

TYPO3 7.6.10
formhandler_cleverreach from github

from doubleOptIn setup.txt

validators {
        1 {
            class = Validator\Default
            config {
                fieldConf {
                    firstname {
                        errorCheck.1 = required
                        errorCheck.2 = maxLength
                        errorCheck.2.value = 50
                    }
                    lastname {
                        errorCheck.1 = required
                        errorCheck.2 = maxLength
                        errorCheck.2.value = 50
                    }
                    email {
                        errorCheck.1 = required
                        errorCheck.2 = email
                        errorCheck.3.class = WapplerSystems\FormhandlerCleverreach\Formhandler\ErrorCheck\CleverReachEmailOptin
                        errorCheck.3.config < plugin.tx_formhandlercleverreach.config
                    }

                }
            }
        }
    }

the row errorCheck.3.class = WapplerSy..
does not work for me. the class is not invoked during the validation.

i don't know why

Compatibility TYPO3 8.7.x

Hey Sven,
I know Formhandler officially does not support TYPO3 8 anymore, but there are some Forks that make it possible to use it with TYPO3.

Do you think it would be possible to release a version for TYPO3 8?

I have the extension in use, along with TYPO3 8 and the only thing that stands out is just the TCA in ext_tables.php see [link]
I would also do a PullRequest?

Best Regards
Sven

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.