Business Catalyst Log in form via AJAX

Hi guys I am trying to avoid the standard form redirection of Business Catalyst to a more customisable style but I cant get it to respond properly.
Here is my code:
$("#login-form").submit(function(e) {
        e.preventDefault();
        $.ajax({
            type: "POST",
            url: $(this).attr("action"),
            data: $(this).serialize(),
            success: function(e) {
                window.location = 'https://bestkilts.worldsecuresystems.com/user-system/order-history.htm'; // I know this can be set from the form submission but I have other plans
            error: function(e) {
                $(".form-error").slideDown();
                $(".form-error").delay(8e3).slideUp(300)
The form is already submitting via AJAX! "&JSON=1".
Eventually the error message responds as a success! so I cant really look at the AJAX response to code this precise.
Please any one there with some knowledge about it please share.

Only custom web forms in BC have an ajax / json response request, that will not work with the login form and some others in BC.
You will need to do your own ajax request but then you will not issues about the cross domain etc. You need to look at how the BC login works, your refresh and how to address that. (Its more complicated then you think)

Similar Messages

  • Muse, Business catalyst and email forms

    Dear users,
    I'd have a request about business catalyst and email forms.
    I made a simple web site for a test by Adobe Muse. In the contatc area I add an email form of Muse which requirs business catalyst. I subscibe a trial period with catalyst, tested it in its host and it was ok. Now I'm going to create a new site which is going to be published in a personal wed address (www.domainname.com) Is it enought to pay for a basic subscription of business catalyst, or do I need additional stuffs? Please consider that the site will be hosted in a different web space than catalyst
    I thank you in advacne for your kind collaboration
    Best regards
    Fabrizio Zambelli

    Thank you for your kind reply. Unlucky there are 2 problems with my explanition: I'm not so confidential with wed hosting stuffs and english!!!!!
    I have a domain (www.example.com) which is hosted and registred in Italy by a service like Godaddy.
    I downloaded the web site which I created with Muse on that domain and it works. I made a page which uses the email form widget from Muse and obviously, it says to me that BC is required to work. Basicaly I'm looking for a suggestion on how to get it working. Thanks agains expecially for your patience!!!!!!!!   Fab

  • "Un"configure Business Catalyst from contact form???

    Help! I hope there is a way to have a contact form in Muse without it configured to Business Catalyst? Let me know your thoughts.
    Thanks in advance!

    Only custom web forms in BC have an ajax / json response request, that will not work with the login form and some others in BC.
    You will need to do your own ajax request but then you will not issues about the cross domain etc. You need to look at how the BC login works, your refresh and how to address that. (Its more complicated then you think)

  • Why won't Adobe Business Catalyst log in when i am trying to publish my website in Muse

    it just sits here and never logs in…normally it takes less than a second.

    Hello,
    Please go to  Adobe Muse > Preferences and check if correct Adobe ID is linked under "Publish With Account" or not.
    if not Select Switch user and try to log in again with your Business Catalyst ID.
    If issue still persist please try Deleting OOBE folder as per the solution 1 mentioned in the link below.
    http://helpx.adobe.com/muse/kb/unexpected-error-occurred-i-200.html
    Regards
    Vivek P

  • How do I reset Business Catalyst log-on after redirecting website to Google Sites?

    I am trying to log into my Business Catalyst account after moving my website to google sites - the BC login tries to go to the new website instead of logging into a business Catalyst dashboard.
    All I want to do is to make sure the Business Catalyst account is closed and files are deleted - but can't get to it.

    Is the user logging out or is the internet disconnecting after 15 minutes?
    If the user is logging out go to System Preferences > Security and there is an option to log-out after a specified time period inactive, uncheck that box.

  • Submitting Web Form via Ajax Tutorial

    Any suggestions why following this tutorial: http://kb.worldsecuresystems.com/851/cpsid_85119.html?bc-partner results in the form submitting, but then loading up a white page with the following text?
    {"FormProcessV2Response": { "success": true, "entityId": "51918536", "objectTypeId": "Cases", "objectId": "7634958", "message": "<table class=\"tabledefault\"><tr><td id=\"title\"><strong>Summary of web form submission:<\/strong><br\/><!-- IP Address: 24.8.110.183 --><\/td><\/tr><tr><td id=\"name\"><strong>Your Name<\/strong><br\/>Brian <\/td><\/tr><tr><td id=\"email\"><strong>Email Address<\/strong><br\/><a href=\"mailto:[email protected]\">[email protected]<\/a><\/td><\/tr><tr><td id=\"casenumber\"><strong>Case Number<\/strong><br\/>7634958<\/td><\/tr><tr><td id=\"customfields\"><table class=\"tabledefault\"><tr><td id=\"CAT_Custom_409420\"><strong>Lesson<\/strong><br \/>Model Lesson<\/td><\/tr><tr><td id=\"CAT_Custom_409419\"><strong>Quiz Score Field<\/strong><br \/>90<\/td><\/tr><\/table><\/td><\/tr><\/table>" }}
    Success message is supposed to show on same page as form.
    Thx,
    Brian

    Hi,
    I managed to get this to work.....by modifying the code I found herr: User manual
    Below is my entire code....hope this helps!
    Kane
       <div id="message"></div>
    <form name="catwebformform57649" method="post" onsubmit="return checkWholeForm57649(this)" enctype="multipart/form-data" action="/FormProcessv2.aspx?WebFormID=10090&OID={module_oid}&OTYPE={module_otype}&EID={mo dule_eid}&CID={module_cid}&JSON=1" role="form" id="contact_form">
              <div class="col-sm-4">
                <div class="form-group">
                  <label for="name">Name</label>
                  <input type="text" class="form-control" name="FullName" id="FullName" placeholder="Enter name"  title="Please enter your name (at least 2 characters)"/>
                </div>
                <div class="form-group">
                  <label for="email">Email</label>
                  <input type="email" class="form-control" name="EmailAddress" id="EmailAddress" placeholder="Enter email" title="Please enter a valid email address"/>
                </div>
                <div class="form-group">
                  <label for="phone">Phone</label>
                  <input  class="form-control required digits" type="tel" name="CellPhone" id="CellPhone" size="30" value="" placeholder="Enter contact number" title="Please enter a valid phone number (at least 10 characters)">
                </div>
              </div>
              <div class="col-sm-4">
                <div class="form-group">
                  <label for="comments">Comments</label>
                  <textarea name="CAT_Custom_869" id="CAT_Custom_869" class="form-control" cols="3" rows="5" placeholder="Enter your message…" title="Please enter your message (at least 10 characters)"></textarea>
                  <br>
                  <br>
                  <button name="submit" type="submit" class="btn btn-lg" id="submit"> Submit</button>
                </div>
              </div>
             <script type="text/javascript">
    function jqsub() {
    var $f = $('#contact_form');
    var $m = $('#message');
    $.ajax({
      type: 'POST',
      url: $f.attr('action') + '&JSON=1',
      data: $f.serialize(),
        success: function(msg) {
        var formResponse = eval(msg); // This line evaluates the JSON data and converts it to JSON object. In older version of jQuery you will have to evaluate JSON object as a string.
            if (formResponse.FormProcessV2Response.success) {
                    $m.addClass('success').fadeIn().html('<h3>Thanks for getting in touch. We will get back to you as soon as we can.</h3>');
                    $f.fadeOut(); //Hide the form
        error: function(msg) {
        alert('error'+msg);
        return false;
    </script>
               <script type="text/javascript" src="http://dla.com.sg/CatalystScripts/ValidationFunctions.js"></script><script type="text/javascript">
    //<![CDATA[
    var submitcount57649 = 0;function checkWholeForm57649(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FullName.value, "Name"); if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value); if (theForm.CellPhone) why += isEmpty(theForm.CellPhone.value, "Phone Number"); if(why != ""){alert(why);return false;}if(submitcount57649 == 0){submitcount57649++;jqsub();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
            </form>

  • Help with Business Catalyst Web forms and Adobe Muse.

    I created a websform to log into a secure zone using business catalyst. I pasted the webform's html into Adobe Muse. After publishing my site. The websform I created in business catalyst is deleted, but I can see all of the forms that I created using Muse in the webform section. Is there a fix for this problem? Thanks
    This is the page with the forms. http://www.highestgoodclothing.com/login.html

    There is a workaround. It takes a little more work, but it is definitely worth it and will solve your problem. I subscribed and learned from tutorials on the www(.)trainsimple(.)com. They have a video series called "Muse CC Business Catalyst Integration" which was very helpful. The issue that everyone on here is referring to is covered in the 3 videos labelled, "Email Sign Up Checkbox", "Moving Muse Webforms to Business Catalyst" and "Email Marketing".
    Essentially, what you want to do is create a form in Business Catalyst, turn that form into a module, assign a tag to that module, then put the tag into Muse using Object > Insert HTML. This will solve Muse deleting the web forms everytime.

  • Help with business catalyst with muse for a client's website

    I created a site for a client using creative cloud muse, she got a business analyst account and added me as a user, but i am not able to upload the site straight from muse using publish .. what am i doing wrong?

    There is a workaround. It takes a little more work, but it is definitely worth it and will solve your problem. I subscribed and learned from tutorials on the www(.)trainsimple(.)com. They have a video series called "Muse CC Business Catalyst Integration" which was very helpful. The issue that everyone on here is referring to is covered in the 3 videos labelled, "Email Sign Up Checkbox", "Moving Muse Webforms to Business Catalyst" and "Email Marketing".
    Essentially, what you want to do is create a form in Business Catalyst, turn that form into a module, assign a tag to that module, then put the tag into Muse using Object > Insert HTML. This will solve Muse deleting the web forms everytime.

  • Business Catalyst thinks I deleted my web form

    I thought I may have found a way around Muse's weak forms implementation, by creating a web form on Business Catalyst > Site Manager > Web Forms.
    I created a web form, set the email response, copied the html, inserted the HTML on a Muse page, published the site, filled out the form, and got this:
    So I went back to the same page on Business Catalyst, deleted the web form I just made minutes ago, created it AGAIN from scratch, inserted the HTML in my Muse page, published it, filled out the form, and got the SAME ERROR message a second time.
    I did not delete the form, but Business Catalyst thinks I did.  :-(
    How do I get around this "error of an ERROR?"
    I noticed that there are THREE forms on BC with similar names (I only made ONE). To be sure that I'm working in the correct form, I COPIED it -- it now has the same name as before, plus the word "Copy." But when I open the copied form, all the fields are in the wrong order. I tried this several times, and this weirdness is consistent. Right now I'm really stumped on getting a decent (customized) form in Muse.
    Thanks for any help.

    Thank you, Vikas. That was the trick.  :+)
    I still don't understand what "submit a case" means, but I was able to get it to work, possibly not as you expected (?)
    I had already published this site in its partially-developed state, when trying to get the form to also be published. So it was in the web page already, as the completed form.
    All I did after reading your message was to go directly to businesscatalyst.com, create a new simple (unfinished) form, and then via Site Manager > Web Forms > More Actions > Add Web Form to a Web Page, choosing the contact page from my site in development.
    When I opened the previously-uploaded site in my browser, the ENTIRE form was there as originally published, exactly as it was originally and formatted placed in Muse.
    It works, but I confess it's about as UN-intuitive as it can be!  :+)
    Thanks again.

  • Not a dashboard to add forms in manager business catalyst

    i don't understand:  Icreated a muse site and send it on adobe business catalyst to test. When i go on my dashboard on creative.adobe I can see  my site but whenI open the admin of this site  i can't  add form of apps or widgets . I can do that with site created directly with adobe catalyst. What  can i do to change that?  I watch tuto, i add a template page with a tag_pagecontent, and publish from muse ...but it's always the same ,i am on a test period... i try a lot ... thanks for help !!!

    Hi
    The features you are looking are in the Site Manager menu. In order to enable site management for your user, please log into your site, and click on "My Details" .In the My details page, please check the option "Enable online content editing (incompatible with Muse) , and enter the password to confirm.
    Go back to your Dashboard, and you'll be able to Access the Site Manager.
    Best regards,
    Aniela

  • Muse/ business catalyst form error

    Hello i have had muse for some time and i have published a few sites but now the forms have stopped working. I need your help. This problem has been occuring for a little while now. The form is being hosted by business catalyst. Recomendations anyone?
    I have gotten this messsage below
    ERROR: An error occurred. Image verification failed. If you believe this is incorrect, please contact your system administrator or go back and re-submit the form
    In another case i just got error sending form.
    Thanks for your help
    Kheston

    Hi Kheenan,
    Please contact the support for Business Catalyst team via chat to get more assistance with this issue. (http://helpx.adobe.com/contact.html?product=business-catalyst)
    - Abhishek Maurya

  • I am a cloud member but i cannot log into business catalyst could you help me

    I am a cloud member but i cannot log into business catalyst could you help me
    I can log ino all my other adobe program but business catalyst will not let me connect

    I will suggest you to reach Business catalyst support team via chat or submit a case using the link (http://www.businesscatalyst.com/contact) and support team will assist you further.
    Regards

  • Cannot log into Business Catalyst

    Hi.
    I have an Creative Team seat ID and can log into creative cloud and download apps.
    However I cannot login to Business Catalyst using the same Adobe ID.
    When I try to log into Business Catalyst on the website or via Muse I get and Error1 Message.
    Thanks

    Hello
    Please raise a ticket or send me a private message with the ID.
    Kind Regards,
    Alex Pavelescu

  • Do I need to use Business Catalyst to use the built-in forms?

    I use FTP voyager to host my website. I have a contact form on my website, when I fill out the form this dialog box appears: "This standard HTML form is configured to work with Adobe Business Catalyst". Once I click OK I then get the message the from has been sent and recieved, I check my email and I have not recieved an email.
    Can somebody please tell me if there is something I need to do to overcome this issue, or do forms not work unless you are using Buinsess Catalyst?

    I'm sorry. At this time, contact forms only work using Business Catalyst. Please see this forum thread for more info:
    http://forums.adobe.com/message/4608066#4608066#4608066#4608066
    Hope this help,
    Julia

  • Business Catalyst Site Manager Only Showing Web Forms

    I am having a horrible time trying to just apply and setup a template in business catalyst. I have gotten to the point where you add the HTML {tag_pagecontent} into a page in muse. Now I went to my admin panel and went to the site manager drop down. All it shows is web forms and system emails! Isn't there supposed to be buttons for templates etc?! I hope someone has the answers, btw I am using a trial site currently but that shouldn't make a difference right? Thanks in advance.

    I figured it out, I had to click on my name in the right corner within the BC admin. Then click on my details and scroll down and check box the "enable web editing" and save. That made all site manager options available.

Maybe you are looking for

  • Authentication getting failed in sun one Ldap

    HI, Any one please can assist me for sun one ldap. My application developed(ldap related) based on lotus domino ldap server and webspere. now we are trying to deploy the same code with Websphere and sun one ldap server at our local environment. Iam g

  • Import failing with ORA 3113 end of file on communication channel error

    While doing a schema level import on oracle 9.2.0.6 enterprise edition db, i get IMP 00003 with ORA 3113 error. The import job fails particularly at one point where it tries to create a view with around 7000 lines. Now I tried to create this view man

  • Can't find camera or open or play files!

    I have recently purchased a new Macbook after switching from a windows laptop. I have just been on holiday and recorded about 1 hour of footage on my Panasonic SDR-SW20 video camera which records onto a HCSD card and the files convert to .mpg files.

  • Type of SAP BI tables

    Hi, There are several tables which is ending with "KE", any idea what is this type and what is significance? E.g.:-  /BIC/B0000329000KE I have noticed that /BIC/B0000329000 is the name of PSA table and which is suffixed with KE. Regards, Manish

  • Installation Stop Error "Session 3 Initialization Failed"

    I've upgraded to Leopard and am now trying to install a new copy of Windows XP Home + SP 2. In Boot Camp (via Boot Camp Installer). I have formatted the partition (with 10 GP to SP2) and begun the installation process. While starting Windows (and bef