wishbox code not working in my web page

  • getsetux
    Asked on February 3, 2016 at 10:12 AM

    I have submitted four or so of these help requests. Is it possible for me to actually be able to talk on the phone with to solve the problem? If not, I'd like to know how to get a refund, as I haven't been able to make the wishbox form work.

  • David JotForm Support
    Replied on February 3, 2016 at 12:22 PM

    I believe we followed up in your other threads already, however, it looks like there are only 2:

    http://www.jotform.com/answers/761764-I-need-set-up-help

    http://www.jotform.com/answers/761592-Is-creating-a-regular-form-the-same-as-creating-a-wishbox

    Though we do not currently offer phone based support, we can help with whatever you may need here.  Let us know what code you presented your developers with, as well as what type of page you are trying to embed the form to, and we will be happy to assist you.

    If this is not acceptable, we can indeed cancel and refund your subscription. 

  • getsetux
    Replied on February 3, 2016 at 12:48 PM

    This is the code I gave my developer, which I found in the documentation that was provided in a previous help thread. He said it leads to a 404 page. 

     

    <script src="http://www.jotform.com/min/?g=feedback2" type="text/javascript"></script>
    <script type="text/javascript">
    new JotformFeedback({
    formId : "60324257400141",
    buttonText : "Give Feedback",
    windowTitle : "Mark up the screenshot to describe a problem or suggestion",
    base : "http://jotform.us/",
    background : "#64528c",
    fontColor : "#FFFFFF",
    buttonSide : "bottom",
    buttonAlign : "right",
    type : false,
    width : 280,
    height : 420,
    instant : true
    });
    </script>

  • David JotForm Support
    Replied on February 3, 2016 at 2:07 PM

    Try this code instead:

     <script src="https://form.jotform.com/static/feedback2.js?3.3.REV" type="text/javascript"> new JotformFeedback({ formId: "60324257400141", buttonText: "Give Feedback", base: "https://form.jotform.com/", background: "black", fontColor: "#FFFFFF", buttonSide: "bottom", buttonAlign: "center", type: false, width: 280, height: 420 }); </script>

    That code should work properly.  If you are getting the code from the wishbox page, it may be outdated.  The feedback button embed code should be up to date and give them same results:

    wishbox code not working in my web page Image 1 Screenshot 20

     

  • getsetux
    Replied on February 3, 2016 at 5:31 PM

    Great, thank you David! The form is now up and running. The screenshot portion is still not loading, the console shows a 404 trying to load a script from this URL:

    http://screenshots.jotform.com/queue/56b26f1e8bf08?callback=jQuery1640548496451927349_1454534425672&_=1454534430304

  • David JotForm Support
    Replied on February 3, 2016 at 6:41 PM

    Glad to hear the embed is now working.  As for your new question, I am not quite sure what you are referring to.  If you wouldn't mind creating a new thread describing the screenshot issue, we will be happy to have a look.