Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #839875

    Hi,
    Is it possible to use These forms which convert the contact-data into “leads” in a CRM System like Sugar CRM?
    Our customer just sent me a contactform and another form as html-files. So I tried to insert them via Code-Block.
    I have to do a few additional css-changes but so far it looks better than I thought. The only Problem is, that I can’t send a message by using these forms, because when I press the button “Send” nothing happens.
    What makes me even more cunfused is that after I updated the site, the Code seems to have been disconnected from the Code-Block element in the editor. It is then displayed inside its own block (and a little code crap at the end)

    Thank you for your help in advance.

    #840849

    Hey Ludewigs,

    There is an error in that script. Please check if you copied it correctly, or maybe it has to be added in another way. You cannot add another html tag into the page like that, it has to be either iframe or just add part of that code.

    Try adding this code like this.
    Here is the code you can put in your funtions.php

    
    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script defer type="text/javascript"  src="https://lleyendecker.sugaropencloud.eu/cache/include/javascript/sugar_grp1.js?v=unNWF-aRPZ02tOqfao2gxw" ></script>
    <?php
    }
    
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #840867

    Hi Victoria!

    Thank you very much for your help. I added the code into functions.php but honestly I have got no clue what it does :)
    But I guess it is something very helpful ;) Would you be so kind and explain it to me?

    P.S. Can everyone see the code you’ve posted? Is there sensble data in it, it names our costomer directly!?

    Thank you very much and have a nice Weekend.

    Ludewigs

    #841417

    Hi Ludewigs,

    That code depends on jQuery and it was loading before it, thus producing an error. Loading it later helps. The code is visible to forum users, but it does not have your info, like a key, it’s a general code. The code from the private box is only visible to moderators.

    If you need, we can delete the code.
    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.