business-catalyst

Send a third-party API request when Case is created

寵の児 提交于 2019-12-13 05:54:51
问题 I know in the "Settings > API Integration" I can add a URL that will receive a POST when a Case (Customer Inquiry) is created, however the contents of that POST only contains two IDs e.g. ObjectID=1234567&ObjectType=2001 Is there a way that I can send a custom POST to some URL with the actual form data? E.g. if I wanted to send the person who submitted the form a text message via a third-party SMS API 回答1: No; you'll need to respond to that POST with one that extracts the data you need from

DIV “hiding” when changing dropdown value

﹥>﹥吖頭↗ 提交于 2019-12-11 16:21:20
问题 This is related to a previous question I asked: Hide / Show Multiple Divs I have the code in place from my previous question and it seems work ok apart from when I change a value in a dropdown "AFTER" the ticket selection is made. I have a number of Javascrpts in place so wondering if there is a clash somewhere? The first bit of code is in the HEAD of the document. <head> <script type="text/javascript"> $(function() { $('.cat_dropdown').change(function() { $('#payMethod').toggle($(this).val()

Form output “values” are not correct?

情到浓时终转凉″ 提交于 2019-12-11 14:14:51
问题 This is in relation to a previous question (DIV "hiding" when changing dropdown value) that helped me fix one part of the problem but I now have 2 problems to fix and finalise this form. If I don't add a Guest Ticket, there is no need for the Payment Method - the div containing these fields is currently just hidden but how do I remove the mandatory component if no payment is required? The Guest Ticket values are numbered from 0-10 so now when the form is submitted with "NONE" on Guest Tickets

Editing templates in Adobe Business Catalyst

*爱你&永不变心* 提交于 2019-12-11 00:52:29
问题 How do I edit the template in business catalyst?? Can I do it from the user interface or do I need Dreamweaver or some other product?? I have googled around, but cannot find an answer.... When I login, I have, on the Website tab, under that there is Site Editor, Web Pages, Blogs & Secure Zones. Am I missing something or do I not have rights??? I have been told that I am in the Administrator role. What is a good source for help/how to videos for BC?? AHIA, LarryR... 回答1: To access templates in

Business Catalyst: Check if we are on the root URL with Liquid

徘徊边缘 提交于 2019-12-11 00:33:38
问题 I would like to use Liquid markup to test if the page that is being viewed is the home page (but specifically the root URL of a website), e.g. www.mysite.com/ I attempted to use {{globals.get}}, because according to the BC Documentation, this should output... The current relative path and the query parameters passed in the URL. For example, for the URL http://mtica1.businesscatalyst.com/_s1/s2?a=1&b=2 the output of the module is: { "ID": "/_s1/s2", "a": "1", "b": "2" } [emphasis mine] However

CSS not working in Chrome

╄→尐↘猪︶ㄣ 提交于 2019-12-04 04:31:22
问题 The CSS is not loading for this page of the website I am working on: http://www.thesanfordcenter.net/sanford-center. It happens only in Chrome, but is not a caching issue as the same problem is happening in Chrome on another computer and I have cleared all browsing and cache history in my browser. It does seem to be working correctly in FF and IE. The sub pages on this site, which use a different template seem to be working fine. I am not sure what it is that is causing this. Any help would

CSS not working in Chrome

懵懂的女人 提交于 2019-12-01 21:14:49
The CSS is not loading for this page of the website I am working on: http://www.thesanfordcenter.net/sanford-center . It happens only in Chrome, but is not a caching issue as the same problem is happening in Chrome on another computer and I have cleared all browsing and cache history in my browser. It does seem to be working correctly in FF and IE. The sub pages on this site, which use a different template seem to be working fine. I am not sure what it is that is causing this. Any help would be appreciated. Comparing css links between the page you referenced and sub-pages, you have a "media"

Extracting the content of an element from an external page

杀马特。学长 韩版系。学妹 提交于 2019-11-28 11:14:34
问题 We are quoting on a website rebuild that involves us taking a current website, doing a new design for it and then rebuilding it within Business Catalyst (Adobe's Content Management System). Unfortunately the current website draws information from what I'm assuming to be a MySQL table (as the site is written in PHP) and Business Catalyst doesn't support the use of server-side languages. Is there a way that I can extract a segment of HTML from a remote page on the web and display it on the new