Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Help with Wishpond Popup's Angular JS

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #246444
    Attila Hajzer
    Participant

    Hi guys,

    Im having some trouble with Angular and hope you can help..

    Im using Wishpond for popups and it currently doesn’t have an integration with Interspire (our email program).

    Wishpond popups are using Angular JS and I’d like to have the action attribute on a form to send to our Interspire list.

    heres a preview of the popup on my website:

    http://new.hwdesign.ca/site/home

    It takes about 8 seconds to load.

    this jQuery didn’t work because it essentially doesn’t have an “action” attr.

    <script>
    $(document).ready(function(){
    $(“#wpcButton_15510 button”).attr(“ng-click” , “http://www.nwc-marketing.com/form.php?form=2&#8221;);
    });
    </script>

    how can I make it go from Wishpond list to Interspire.

    Please help.

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.