• Resolved spkane

    (@spkane)


    The default form works beautifully for low traffic sites that only get a few email opt ins over time.

    For higher traffic sites, if the plugin supported the ability to easily swap the default form with a Gravity Form shortcode, submissions could be easily integrated with many of the top email apps like aweber, constant contact, etc. using available plugins.

    Any plans to offer a Gravity Forms option in the free version – or in a premium version?

    https://wordpress.org/plugins/dreamgrow-scroll-triggered-box/

Viewing 2 replies - 1 through 2 (of 2 total)
  • pk2000

    (@pk2000)

    Hi! We added the short code option to 1.4 release. So it works but you have to fix the CSS yourself. We will add the “easy” integration in the later release.

    Thread Starter spkane

    (@spkane)

    Awesome!

    Did a quick replace of the default form code:

    <form action="#" id="stbContactForm" method="post">
            <input type="text" name="email" id="email" value="" />
            <input type="hidden" name="submitted" id="submitted" value="true" />
            <input type="submit" id="stb-submit" value="Subscribe" />
        </form>

    with a Gravity Forms shortcode:

    [gravityform id=”1″ name=”subscribe” title=”false” description=”false” ajax=”true”]

    Tested and entry updated GF database tables and everything looks good. The only thing left is to style it up with some css.

    Thanks for making this plugin even better.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Any plans to support Gravity Forms or for Premium version?’ is closed to new replies.