Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Feature Request: Integration with Gravity Forms #253926
    prexma
    Participant

    found the get_token function in module.php:

        /** Returns a random token of the specified size (or 10 characters if size is not specified).
         *
         * @param int $size
         * @return string
         */
        static function get_token($size = 10) {
            return substr(md5(rand()), 0, $size);
        }
    in reply to: Feature Request: Integration with Gravity Forms #253924
    prexma
    Participant

    Hey Jason, I am experimenting with the code.

    1. How to send the activation link after filling the database with subscriber data?
    2. Token is still empty after activation

    What I found out:

    I guess token can be anything random.
    Get Variable nk: id-token
    /newsletter/?nm=confirmed&nk=4-300662e7a1

    in reply to: Gravity Forms – Pre Sales Question #253914
    prexma
    Participant

    How can thenewsletterplugin be connected to Gravity Forms?

Viewing 3 posts - 1 through 3 (of 3 total)