Out of shape at web app?

Try to wrap my Design brain around the functionality of web application of catalyst for business so I have a few questions.  (1) I have a form called to become a reseller. I want that companies wishing to become a distributor of a product to fill out a web form. I need then the data of web form to automatically feed a web application. Is this possible?  (2) how to make a web app output data to an XML file and a block-shaped?   Example: dealer fills out form: form data collected: dealer is approved: garage data auto fills to see a list of our dealers page.   Thank you.

Hello

To become a reseller, you can have users fill out customer this Web App.

(There is a way to ensure that users should not be signed in, I'll try to find the tutorial for that, but with all the adobe move, it is lost on me.) I'll link when I find it.)

You can set the submitted web user elements app need approval, attached to a workflow. And when approved dealer is added to the list of dealers on your dealers Page.

Hope that makes sense. Until I can find this documentation on the presentation of a web application without having to log in, you will need to get your dealers to sign up for a secured area in order to submit an element of web application. It's the only way I know how to do something like that. And I don't think that there is a way for all web application data in an output XML file. I may be wrong on this one, but enough course.

Hope this helps,

Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

Tags: Business Catalyst

Similar Questions

  • Check out native BB Web App and Javascript

    Hey everybody,

    I'm working on Blackberry to develop a web application and I had to transfer some of the tasks to a native hook.

    Now expand the native javascript hook to use seems fine, the biggest problem Im having is that I can't connect to a some paper (i.e. within the web application can I print to a kind of diary? From my native code I cant seem to System.out.print to the console as Eclipse sees the project as a web app and seems just to set the console to another point of view.

    Can anyone give me any suggestions or correct me on how to get some kind of output?

    See you soon,.

    Matt

    I created a JavaScript Extension (native code) that writes to the BlackBerry event log.  I also use it as a feature in my Widget application and override console.log (and do invoke the native Logger).

    The good thing about the event log, is that it is too on the device.  In the current state of debugging by using the available tools, this feature helped me tremendously.

    Use the Source.  Or better, use phonegap and get you it for free.

    The showeventlog application is the best way to view the log of events on the device/Simulator.

  • Get logged out of "Protected area" when I get a 'Web App détails' page?

    Hello world

    I hope someone can help me, I have a secure area that is put in place for a Web site, that I'm trying, once connected, I can travel the site while remaining connected, but when I go to a details page for the Web application items, I have signed/disconnected?

    Any thoughts would be great, the URL is: the best place to buy and sell your business

    I see when I click on the Web App page details that the URL is losing the 'world Secure System'.

    Thanks in advance for any help.

    Aaron

    I had the same problem, fixed by changing the interim relief in the form as suggested here problem with autodisconnect between secure and unsecure URL action

    After making the suggested method posted in this link, I still get logged on when passing through areas, solved by changing the sponsor of Referrer =http://{module_siteUrl, true, true}.

  • Submitted by users web app

    Hello world

    I need to create a webApp submitted by the user where someone types a testimony in a web form, and then when the form is sent an email is sent to a user admin who then approves the testimony by clicking 'activate' in the webapp element which then displays the testimonial on the Web site. I know you can do this "out of the box" in catalyst for business but is necessary for the form be in a secure area, as I want the form to be on a page that is not secure if possible?

    Would be very grateful for any advice.

    User must be connected to the web app points.

  • Web Apps Hover Effects

    Hi guys,.

    I try to create a hover for images effect web app on the homepage.  The former site of clients she and she likes it, but I can't make it work on the new site.  Be gentle, I'm a designer not a developer.

    She wants that... (circle on the home page images) http://www.indianhairtx.com/

    But it will come out like this... http://personaltouchhair.BusinessCatalyst.com/

    I tried to search the web and the forums, but no solution.  I know it can be done, as I've seen in the models and other sites.

    Thank you!

    Derek

    Hello

    It is a fairly simple trick of CSS.

    using the: hover after a CSS class will allow you to apply different effects depending on where the cursor is on the screen, and what the point 'hovering' over.

    If you update your CSS to what follows, it'll work.

    . Circle {width: 250px;}  height: 250px;  border-radius: 50%;  margin: 0 auto;  background-color: #3 c 2415 ;}

    . Circle img {border-radius: 50%;}  opacity: 0.2;  }

    . Circle img:hover {border-radius: 50%;}  background-color: #3 c 2415;  opacity: 1 ;}

    . Circle-over {width: 250px;}  height: 250px;  border-radius: 50%;  margin:-250px 0 ;} Automatic

    I suggest you check CSS: hover selector for more information on the subject.

    If you need help more, feel free to let me know.

    Kind regards

    Nate C.

    Make smart creativity | Colored OWL

  • List of activities related to the category of items web app

    OK, I have a web application with a list of stores and into the details of these web app components im trying to get a list of events for the individual store.Screen Shot 2016-01-25 at 10.45.04 PM.png

    What I came up with is this code in my store web app in detail

    <! - store events - >

    {module_booking = 'class' itemId =' filter58777"'StoresEvents' =' model collection =" "}

    < section class = "page-section-3 bg-faded" >

    < div class = "container" >

    < h2 class = "title of section m-b-1" > next events store < / h2 >

    < div class = "row" >

    < div class = "col-xs-12" >

    < h5 class'm-t-2' = > Sunday, January 24, 2016 < / h5 >

    < div class = "list-group" > {% for article on StoresEvents.items-%} < a href = "#" class = "list-group-item-bg-faded" >

    < div class = "row" >

    < div class = "col-md-2" >

    < h6 class = "list-group-point-topic" > < strong > 13:00-14:00 < facilities > < / h6 >

    < / div >

    < div class = "col-md-8" >

    < h5 class 'list-group-point-topic' = > {{item.name}} < / h5 >

    < div class = "list-group-point-text" > {{item.body | truncate: 200}} < / div >

    < / div >

    < div class = "text-xs-right col-md-2 p-t-1" > {% if percentfull == '100'-%}

    < button type = "button" class = "btn, btn-default off" > Full < / button >

    {%-%}

    < button type = "button" class = 'btn, btn - sm btn-primary' > reserve < / button >

    {% endif} < / div >

    < / div >

    < /a > {endfor %} < / div >}

    < / div >

    < / div >

    < / div >

    < / section >

    This modules itemid is a category that I created which is the name of the store (albany Cove).

    My attempt at this was that I created categories of store names.

    Created a few events for each store and categorize the event to their store name.

    Then, I created this module over a list of events by category...

    and now im stuck... I tried to classify the item the store web app in the same category in the hope that it would give me the link itemid I need to load that stores the events.

    {module_booking filter = 'class' itemId ="{{categoryID}}" "StoresEvents" =' model collection = ""}

    Not sure if im going in the right direction with this one, any help would be greatly appreciated.

    Thank you

    Luke

    IDs do not match like that for different articles.

    ItemId is not the itemid as your assumption, it is for the id of ranking.

    ItemId = "/ classification/subclassifation ' is also valid.

    If you have a web application and a class event the same then display Details of the event or web app you will have its ID classification BUT for the classification of the views list isn't out by BC so you can not do what you're trying to do in the list view page layouts.

    If you have more then one element classified at the same, this also does not work as the classification output returns multiple ID (123892,124413,234234)

  • Web app how to hide the browser bar

    Hi all

    How can I force a mobile site to hide the browser bar?

    I added this code

    ___

    < name meta = "apple-mobile-web-app-title" content = "Meditação Light" >

    < name meta = "apple-mobile-web-app-compatible" content = "yes" / >

    < link rel = "apple-touch-icon".

    href = "57x57.png" / >

    ___

    It works for the home screen, but all other pages display the bar. I would like for the web app run as a native application on a full screen. Is this possible? If this is the case, how I to make it happen?

    Thank you

    Heloisa

    Check out this tutorial and see if it helps you to build an incredible fullscreen mobile experience - rock HTML5

  • How to add 'next' and 'previous' buttons to scroll through the pages of detail point web app?

    My client application buttons "previous" and "next" to go to the details page of an element of web application to the previous/next item details page in the same web application. What is the best way to implement that? I know that you can add paging to a list of items on a page web app, but, since you are already viewing the detail page generated by the web application, is it possible to create something similar to the order of the day? Any information would be appreciated. Thank you!

    No, said Mihai is not out of the box solution, it is not too difficult, but you need a few basics of liquid and js.

    Capture the URLS of all the webapp in a table then by locating the position of the current element in the table just navigate back or forward through it.

    It may be useful

  • Help with loop of Liquid web app

    Hello

    I need help with a list of web app for a custom blog items.  Rather than having to categorize each post using the 'Actions' box (which they often forget), I think it would be much more user-friendly for our customers to have just a dropdown categories menu.  Can someone help out me this code, or to provide a more elegant solution?  The loop and the work of IF statement, but I'm having problems with rendering of the element in the IF statement.  When I copy the code of the object model in the IF statement, it restores.  However, I had much rather use a template because it is better - and I would like to know what I'm doing wrong.

    {module_webapps id = filter 'Blog' = 'all' render = "collection" collection = "messages" sortType = 'date' template =""}
    {% for section in posts.items %}
    {% If item.category contains 'Food' %}
    {module_webapps id = filter 'Blog' = 'item' itemID = "{{item.itemid}}" template="/Layouts/WebApps/Blog/list.html" "}
    {% endif %}

    {% endfor %}

    Thank you!

    Jeff

    Hi Jeff, what's going to happen with what you do is your make a collection of all the web of elements app and if you match foods your rendering module of a single element.

    First of all who will soon use your deduction limit to 75 module upward on this page/model until you know.
    Second, think about why you need to make the module again? You have the item data because you can get the itemid, then why you not only made the rest?

    Finally...

    If you make collection = "" which means that you use the collection that you have you don't need not make = 'collection. " "If you have deleted the template =" "and collection =" ' make = 'collection' means that it will be available in your layout to the list as a collection, rather then one.

  • Catalyst for help | Building Web Apps part 3: creating a Web application with content submitted by visitors

    This question has been posted in response to the following article: http://helpx.Adobe.com/business-catalyst/partner/building-Web-app-visitor-submitted.html

    To save other hours in research to do this, if you want to know how to set the Expiration Date of a custom HTML Web App point presentation shape, you can do something like this:

    input type = "radio" style = "" display: none; "checked ="true"value ="2"id ="daysRB""

    input type = "text" value = "60" maxlength = "2" style = "display: inline;" Width: 25px; "id = 'Days' name = 'days '.

    You cannot set the date directly, but you can tell how many days from today, you want it to expire...

  • Can pre-populate us Web App via a URL field

    I'm looking to pre-populate a field for an entry in the Web App coding a customer must click on a URL.  They would be then directed to the page containing the Web App registration form and URL encoded data would be filled out on the Web App registration form. Thanks for the help.

    Make offer

    Use the name _nolink if your display to aid in a list layout. Fine for having tag_name just in the Details view. Good to give it an appropriate value as well as shown. Then, the module you have. It should work correctly.

  • Disable / delete web app autoresponder

    Hi guys,.

    If someone managed to disable / remove the autoresponder web app after putting in place?

    Adding content to the autoresponder list and save it, nothing is sent to the user after the submission or editing an item web app, but as soon as you save the autoresponder with content it starts it sends to you.

    The usual method for the removal of answering machines, automatic - "& amp; SAR = False' sub - form action string does not work for Web applications and this was confirmed in the forums previously by Mario (http://forums.adobe.com/message/4476060?tstart=0)

    I tried to delete the contents of the list autoresponder in Web App settings and save vacuum for dream to the default functionality before it was created, but the administration console appears with a small flash error in the corner telling you:

    'Automatic responder email cannot be empty. Please provide the content of the email to send to clients when they fill out this web form.'

    If I leave the fields of the address, name and subject empty and just "nbsp;" in the HTML content control finds out, I get an empty e-mail from "Adobe Business Catalyst" sent when items are created or edited.

    Has anyone had the same problem and found a solution for this?

    It's a site online (not in development) and there are a number of layout templates web app implemented, several different modules in the entire site and a lot of scripts client side that work in tandum with the Web application to provide the customer with the required functionality, so rebuild the Web application from scratch and to ensure that the answering machine field is left blank isn't really possible - despite currently seem to be my only option.

    Any other suggestions would be greatly appreciated.

    Thank you very much

    Ricky

    I had to plead with the support of the BC to extinguish the autoresponders for some of my WebApps - what they did afterwards - so it is possible for the management to do, but for some reason any, they are reluctant to do.

    Submit a ticket and reference number this ticket (#152352) my friends and if everything goes good as they will help you.

  • What happened to the Web Apps for Web marketing package?

    What happened to the Web Apps for Web marketing package? We have put in place three clients as part of this package as test sites, employing several situations where web Apps had a critical role. Then after that the option to purchase the hosting package disappears, leaving customers without the ability to edit it content apart from removing the tag of the page module.

    I think that this should be left on the Web marketing package, because not all users who might use it need ecommerce.

    Any ideas?

    Joel. Software now everywhere.

    It is not a trial mode.

    This is the phase of development of a site and the developer must know the system, what is the cost of the project, what the customer needs and which package they will use.

    Each project we and know and define what we do and outlines the packet type etc in the contract to the client.

    I have to say that if any valid partner on an issue that has not done this is wrong in my eyes. Sorry:(juste mon avis parce que si quelqu'un est la construction d'entreprises en ligne et sites Web pour les personnes dont ils ont besoin de savoir ce qu'ils font.)

    Many keys of development for SAAS offer everything what but you choose the plan, much of these days trial opens to all features for a short period of time.

    Was a case where the trial modes had limited features, but then people complain that they can't trial features they are interested.

    Regarding the packages themselves: they are not good, not well thought out on several levels and need re-doing.

  • Migration Web Apps

    My boy that turns out to be a pain...

    Here's what I'm trying to do:

    Migrate a site to a US Datacenter - than Australian.

    I am following this guide: http://kb.worldsecuresystems.com/203/bc_2038.html

    When it comes to migration webapps, this guide: http://kb.worldsecuresystems.com/208/bc_2080.html

    He has this image:

    web_apps_migrationbuildwebapps.png

    But on the admin I'm on there that in the same place:

    Screen Shot 2012-08-15 at 11.03.36 AM.png

    I am logged in as the admin, where I can adjust the settings to 'see' everything as an admin must?

    Or is it a case of "it depends on what hosting account" the site is running?

    You have got it. Web Apps requires eCommerce Hosting.

  • number of comment web app

    I'm afraid I won't be able to do this, but maybe someone can give me a definitive answer.

    Why the comment count tag does not work on my web app list available but is in the details list?

    Is there a workaround if it is a common problem.

    Concerning

    Boxhedge

    Hello Boxhedge,

    Yes, I came to this issue, as well, it turns out that BC will not display the number of comments in the list unless you sort by popularity. Why I do not know, I submitted a few tickets on the issue.

    for what is a workaround, you can probably use JavaScript to load the number of commentary to the details view. But it should work regardless of the genre.

    Hope this helps,

    Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

Maybe you are looking for

  • ios9.2.3 iPad 2 "home" button

    Hi, sorry to do this, but I don't know another way to let you know about a problem I have with the last update. The home button does not work since the update of my iPad 2.  Well, ok, this works if I double click.  If I double click, it shows the pro

  • Help! (insert hair pulling here)

    I want to buy an iphone used in the Canada, who will work on the Viet Nam, but it's so confusing! I've spent hours Googling and I'm not smarter lol I do not know what iphone 5, 5 c or 5 model numbers would be compatible with the frequencies of the Vi

  • My child allows to bypass the parental control

    My child to bypass the parental control on his Macbook Air using the method presented in this video tutorial. Is there a way to avoid this? https://www.YouTube.com/watch?v=Br6wKR28jFo

  • Cluster (buttons and the radio channel controls) - select the right file

    I have a list of text files and I need to select and open an of based on radio button selection.  How to sync the radio button with control of the chain so that I can get the name of the control of the chain and open the right file name? The attached

  • active desktop is disabled

    I changed my wallpaper in the usual way.  Since then, whenever I turn on my laptop screen/background fill disappeared and "Active destop disabled" warning appears.  On the substantive change again, clicking on appy it changes my wallpaper selected, o