Sending Emails to Third Party

  • planetshoes
    Asked on December 9, 2015 at 12:51 PM

    Hey Jotform,

    So we have a form on here and we want to send the information when someone signs up to our third party Bluecore.

    They advised addiding the javascript code in the join button. $(document).trigger("bc:identify", {email: "m@bluecore.com"})

    Do you know where we can do this?

     

    Thanks,

    planetshoes

  • victor
    Replied on December 9, 2015 at 3:26 PM

    Could you please elaborate a bit more on what you want to do? If I understand you correctly, you would like to send notification to your Bluecore email. If this is the case you do not need to add any code, you just need to modify your notification to the recipient has your Bluecore email.

    Sending Emails to Third Party Image 1 Screenshot 20

    If you require to add Javascfript code, you would need to download the source code and adjust it to your needs.

    Please let us know if this helps.

  • planetshoes
    Replied on December 9, 2015 at 3:36 PM

    So I don't want to send them a notification. I want to put this code into the form somewhere so when someone enters their email and clicks "join" then that email would go into their server/database.

     

    Thanks,

    Kristian

  • victor
    Replied on December 9, 2015 at 6:43 PM

    You may try creating a custom submit button with the HTML text field, as shown in the following thread:

    http://www.jotform.com/answers/267007-Adding-Custom-Submit-Button

    You can try inserting your code in the HTML. I do not think it will work. Mainly because if I am correct we have disabled JavaScript to be inserted (for security). I may be wrong.

    The best way to do this would be to export the source code and insert the code.