2 or more forms with "1 submit" button (Business Catalyst Forms)

I am very new to Ajax and Java

So I'll need a bit of hand holding on it.

If it's too much to explain in a post on the forum, I'd be willing to pay someone to set up properly and to explain so that I can repeat on my own $50.

But here's what I'm trying to do.

Presentation of multiple forms with single submit button.

I need to create many many forms, so rather than repeat the basics (details and company info)

I would just be able to manufacture PARTS of form and then build forms much faster this way.

The forms I created are for various applications.

I use the personal and professional contacts as the first 2 examples, but I'm going ELSEWHERE, I also understand according to the form.

So just keep in mind these are examples.

The point is that each PARTY is a separate form.

The reason clear to achieve is to save time, many similar applications that I need to do the construction.

Example 1

Form of home insurance

SECTION A - personal information

PART H - home (s) address

PART F - personal fire and alarm information

PART C - the previous insurance issues and cancellation insurance

----------------

submit button: supports all 4 forms above

Example 2

The company insurance form

SECTION A - personal information

PART B – business contact information

PART D - commercial address information (what to do if several addresses?)

PART E - business and information fire alarm

PART C - the previous insurance issues and cancellation insurance

--------------------

submit button: submit all 5 forms above

So ideally, I would need the following requirements.

1. present the single button

2. present the code can handle 2 or more parts not the value # specific

3. I would prefer if it was automated code (so I don't have to change the code every time, I can simply add the parts - and also long ID # or named it will work correctly)

4. If there is a problem with any PART stop the entire form

5-

A question, I had barely know is how "combine" forms a single entity so that they can change it later if necessary?

* as turn a case, or to award to each PARTY a hidden form variable link #.

* This is probably best handled with a webapp, Yes?

Thanks in advance for any help.

It's all a bit above my level of understanding of right at this moment. So, if anyone can offer help or services.

Please let me know. I have to get rolling on this ASAP.

* main problems I have with BC forms:

I did a lot of work with them recently, so I get a kick of the foibles, but there is always a ton of issues and roadblocks that I meet that requires a workaround solution.

I wish I knew how to make dynamic British Colombia forms, because the BC is not a data source for multiple selection option, we must create a webapp connection to combine everything.

Unless there is another way to combine multiple forms, I guess that's what about this discussion/issue together.

So thank you once again.

Are you ok with BC being unable to report on the data of the form? Rather than having the fields map to a client-server, you could serialize the form data (in JSON format, perhaps) and submit the entire form in a single field in a form BC, or an element of the Webapp.

This would allow the form fields to be as dynamic as you can imagine. you will be not restricted to use only the form fields that have been declared in the admin.

You have to take care around the diagram, because BC does not have an influence or support for that. It also means that when you want to display the data, you will need to go through your own deserializer. In addition, there are length limits to keep in mind.

Tags: Business Catalyst

Similar Questions

  • PDF document with the "submit" button

    I created a PDF file with a "submit" button. Forms works perfectly when I use it on my mac. However, when I download the file to my website using MUSE, I can access it fine online, but the send feature will not work. I can fill it without any problem, it just will not submit. What Miss me?

    Thanks in advance.

    Presentation only works in Acrobat / Adobe Reader. It's a closed system. You cannot use the other PDF viewers as they are integrated into browsers.

    Mylenium

  • Send an active PDF form with a Submit button? (Acrobat Pro XI.)

    I created a very large active form of PDF with hundreds of fields with text boxes, drop downs, checkboxes, radio buttons, and I think that the kitchen sink. But for the life of me I can't understand how to create a Submit button that will send the completed form to an email address that is configured to print whatever it hits.


    I have read so many things about it that I'm completely confused. I need a script, is there a method through menus to Acrobat, Miss me or I'm barking at the Moon? You'll know more I could even say any help just get me going in the right direction. Thank you!

    Simply add a button and it is the mouse up action to "Submit a form" and use a type mailto URL and specify the complete PDF file is sent. If she needs to work with version 11 player, she should also be enabled for the drive: file > save as other > Reader Extended PDF > activate tools more

    Note that emailing is unreliable by report to be submitted to a web server, and it is difficult to secure, which is relatively easy with a web server.

  • A form with several submit button

    Hello

    I have a very long form. What I would therefore like to add an additional submit button so that the user can only change the image if they want to.

    -is it possible to have more than one form on the page. If Yes, how can I determine which form is submitted isDefined ('form1'), isDefined ('form2') doesn't seem to work,

    -If there are two buttons in the form did you know which preses because both seem returns true when tested with isDefined)

    Thank you

    -is it possible to have more than one form on the page. If Yes, how do

    I determine what form is submitted isDefined ('form1').

    isDefined ('form2') doesn't seem to work,

    /quote

    Yes.

    If ' there are two buttons to the form how do I know who has been

    Preses as both seem to return true when tested with isDefined)

    /quote

    Give the buttons different name attributes. Check your action page

    with StructKeyExists (form, "name_of_first_button") and

    StructKeyExists (form, "name_of_second_button"), which one was pressed.

    Mack

  • working with 2 submit buttons in an html form

    I have 2 submit buttons on a form. I'll upload a file and save in a filepath in server when I click a Download"" button. I want to use this path in the code, when I click on another button called 'process '.  When I click on the process nothing happens with dump to the code below. Form sends to itself. Is there a better way to do it. Thanks in advance.

    < table width = "40%" border = "0" style = "" border: 1px solid black; ">"

    < name of the form = "uploadform" action = "processfile.cfm" enctype = "multipart/form-data" method = "post" > "

    < b >

    < td > < input type = "file" name = "FileContents" size = "25" >

    < input type = "button" name = 'action' id = 'action' = 'Upload' value >

    < table >

    < /tr >

    < b >

    < td align = "middle" >

    < input type = "button" name = "submitaction" id = 'process' value = 'Process' >

    < table >

    < /tr >

    < / make >

    < /table >

    < cfset variables.filepath = "" >

    < cfif isdefined ("form.action") AND form.action eq 'upload' >

    < cffile action = "upload" fileField = destination "FileContents" = "C:\test\" accept = "text/plain" nameConflict = "overwrite" >

    < cfset variables.filepath = "C:\test\#cffile.serverFile#" >

    < cfelseif isdefined ("form.submitaction") AND form.submitaction eq 'process' >

    < cfdump var = "#variables.filepath #" >

    < / cfif >

    The elseif excludes discharge. In any case, it is unnecessary. You should not test for form.submitaction and form.action, as they both exist or not.

    You could just do something like

    variables. FilePath: #variables.filepath #

  • help required with the "submit" button

    Hello

    I need a little help with the button submit. The user submits the form as a PDf to a servelt using the "submit" button. The form is validated at the side server. If errors occur the error messages are to be displayed to the user as part of the form.

    My approach was to have a present in the form of hidden field. After you receive the error messages the field must be filled with these messages and real visible.

    Problem with my approach:

    (1) how to send back data on the ground using the code of the servlet that we have?

    Unless you use a Web service, sending data top of the Servlet form can is not possible.

    Once the form sends data to the Servlet, the connection will be lost between the form and the Servlet.

    But if you use a Web service, you can intercept the response and display it to the user.

    Another alternative to the approach of the Servlet is, view another page in the browser with the response.

    If the user then sends is notified the result in a new window.

    Thank you

    Srini

  • screenshot label selected in the comboBox in a VAR and poster with a submit button

    I looked through the assistance several times and searched for tutorials on the net. Docs support I found led to write the following code (the code was attached to the instance of the comboBox) that did not work. The button send does not send the label I'm trying to capture in the "subject" VAR

    on {(change)
    function() {}
    subject = contactReason.getSelectedItem () .label;
    }
    }

    I tried to look for a week and have had some progress - I didn't know how to use the components at all before that. I have asked for help or a specific tutorial but have not found something that will work the way I need to.

    I tried to change my code to the following (code is associated with the instance of the comboBox) after that someone suggested something different - but it did not work with my shipment button either.

    on {(change)
    var object: String = contactReason.selectedLabel;
    }

    contactReason is the name of my comboBox instance...

    my button to send messages to a CGI page that sends the information to an email - using power reactive as topic etc (there are areas of seizure in the form along with the ComboBox) with the following code (the code is attached for send button)...

    on (release) {}
    loadMovieNum ("formdone.swf", 2);
    recipient = "[email protected]";
    loadVariablesNum ("/ cgi-bin/cgiemail/contact/contact.cgi", 0, "POST");
    }

    input boxes still work properly and pass other variables, but I'm getting no subject (I make if I use an input box - but not with comboBox)

    I fixed it. I realized that I had forgotten to remove my send button the following

    on (release) {}
    loadMovieNum ("formdone.swf", 2);
    recipient = "[email protected]";
    loadVariablesNum ("/ cgi-bin/cgiemail/contact/contact.cgi", 0, "POST");
    }

    but once I did it - I only got an email - but is the one who says no "set" where the selected comboBox label should be. Apparently the right e-mail address that I was getting came from my button send, not your script. So I took the parties send and the success of your script and put my loadVariablesNum on my button script send and it works perfectly with the way your treats storing the selected comboBox label.

    I couldn't have done it without you... Thank you!!

    now all I have to do is determine why the tutorial on customizing the comboBox items does not work for me. I could not Exchange on a completely new theme - but when I tried edit items from the library of one and then apply it AS my document - no change. I'll mess with it some more. I think I'm getting components a little more when I tried first. So next. Wish me luck!

    Thanks again! I really appreciate that you take time to help the scripts!

  • HTTPS with own domain in business catalyst

    Hello

    We are looking for a possibility to get a certificate https with our own domain in the accommodation of business catalyst?

    Maybe this is possible with an external hoster? Anyone know this?

    Otherwise Wavec external hosting provider, what the disadvantages I have to without catalyst for business? Will I still have the online content editor?

    I thank very you much for help answers!

    Jan-claas

    SSL certificates for your own domain name are not yet available on Business Catalyst. I understand it comes but I have no time for you.

    On your own third party hosting, you still have access to in the browser issue.

    More information: site content edit Adobe Muse from a browser

  • Embedded HTML interfere with the editing of Business Catalyst site

    Hello

    It seems that Google Fusion embedded cards interfere with the site installation in Business Catalyst - anyone els has had this problem? Can you please let me know how I can solve this problem.

    The merger plan is an essential of the site and it is not possible to realize the same functionality with the Google widget map. I really hope that there there, someone can help out me, because it is important the customer can change the site without calling me.

    The site

    All the best

    / R

    Hello

    As you mentioned that you have inserted html and as a result of which the Assembly does not work, you can try adding this attribute ice by developing mode in British Colombia, and then check to see if that solves the problem.

    If you would like more information about develop mode in British Colombia and add code in the same layout, please contact support BC directly as they will provide you with the steps.

    Thank you

    Sanjit

  • Is it possible to use a Post form with no submit button

    I have a site whose users log in.
    After logging in, they can click on a navigation button to access an application. Currently users must log in our site, and then in the application.
    We strive to eliminate the need for 2 connections by using pass-through authentication.
    I send a form post to the application w / user session data (user Id).
    I've been asked not to create a page where users hit send.
    So my question is what is the best way to do it?
    I was planning on creating another page that opens when the user clicks the Browse button. The page that opens looks as if it connecting to the application. This page would contain a w shape / form field hidden {session.userinfo} and post it to the application.
    So is there a way magic w / a redirect or something in that?
    Thanks for your help!

    Hi Tina,
    This depends a lot on the application that you want to access from your site CF.

    One way would be something server side, having the button browse your call of the page the script navigate.cfm on your server, that uses cfhttp to submit the connection to the application as recommended Ian. But the problem in this situation may be that the application will return a session on the CF Server (a cookie with a session for a 'connected' session ID), and I don't know if the CF server could "transfer" this session in the browser of the user.

    The other way would be to have a solution on the browser side. But in this case you would need to have the CF post server username and password in the source code of your page in the browser (user name and password would be clear! in the source code of the page).

    The simple solution for the option on the browser side would be to have the login form hidden not in a separate window, but directly in your page (so your button navigate is basically the button submit to your login screen of applications). In this way, you can avoid javascript.

    The solution more complicated for option-side browser which avoids also the clear username / password problem, would be to have a navigation button that calls a javascript function that retrieves the user name and password of the server by using an authenticated and then Web service saves the credentials to the application.

    The server-side option would work only, if your application does not return a session in a cookie ID, but can also handle the Sessionid as a URL parameter.

    So it really depends on what your application can handle (cfhttp may not work if the site is properly protected against cross-site scripting), and what level of 'hair-lifting-security', you are ready to accept.

    See you soon,.
    Fouad

  • a simple form with the "submit" button: can it look better?

    Hi all

    I did not imagine that a simple form (with Textfields and ChoiceFields) could do a lot of problems:

    I would like to ask a few basic questions about it. First the code (Simplified):

       GridFieldManager formfm;    
    
            EditField surname = new EditField("", "-", 25, Field.FIELD_LEFT | Field.FIELD_VCENTER | EditField.FILTER_DEFAULT);
        EditField email = new EditField("", "-", 25, Field.FIELD_LEFT | Field.FIELD_VCENTER | EditField.FILTER_EMAIL);
    
        public FormFieldManager(){
    
            formfm = new GridFieldManager(2,0);
    
            formfm.add(new LabelField("who: ", Field.FIELD_RIGHT | Field.FIELD_VCENTER));
            String[] choicewho = new String[] { "Mr", "Mrs", "Miss" };
            ObjectChoiceField who = new ObjectChoiceField("", choicewho, 0, Field.FIELD_LEFT |Field.FIELD_VCENTER);
    
            formfm.add(who);
    
        formfm.add(new LabelField("Surname :", Field.FIELD_RIGHT | Field.FIELD_VCENTER));
        formfm.add(surname);
    
        formfm.add(new LabelField("E-Mail :", Field.FIELD_RIGHT | Field.FIELD_VCENTER));
        formfm.add(email);
    
        ButtonField sendButton = new ButtonField("Send", Field.FIELD_HCENTER|ButtonField.CONSUME_CLICK);
        formfm.add(sendButton);
        FieldChangeListener listenerSendButton = new FieldChangeListener() {
        public void fieldChanged(Field field, int context) {
    
        try {
            String data = "send=true&surname=" +surname.getText();
            data += "&email=" + email.getText();      httpPost("http://bla/sendData.php", data);
        } catch (IOException e1) {
            e1.printStackTrace();
        }
        formfm.deleteAll();
        formfm.add(new LabelField("Grazie!"));
        }
      };
      sendButton.setChangeListener(listenerSendButton);
    

    now my questions:

    (1) don't miss something (style) for the EditFields? At the present time, it is possible to change them, but the behavior (9700 Simulator) is strange: it is 'difficult' to get from one field to the other and everything moves sometimes when editing...

    How do you define a standard form that seems 'normal' and can be completed as expected in other applications? (Swifts nothing, it is possible to access the next field with the expected key / trackpad (I have no touch screen)) and so on?

    The EditFields do not even have a border, but I guess that's the standard case on BlackBerry.

    (2) the ObjectChoiceField is also very ugly... It's too big... Is it not possible to reduce the size without much effort? (I couldn't everride it correctly). (I also tried with radio buttons, but unfortunately I can't add a RadioButtonGroup to my LayoutManager, strange)

    (3) it is perhaps a stupid question: I can't get the text selected from the ObjectChoiceField (to send it can in data).

    AM EditField, it's simple:

    editfield.getText()
    

    But how is it with my ChoiceField?

    I found getSelectedIndex() but it provides a value int not text...

    Thanks in advance for any suggestions!

    silizia

    1. you have defined fields as follows:

    EditField family name = new EditField ("vorname:", "-", 20, EditField.FILTER_DEFAULT);

    The 20 means 20 characters, so it's all the field allows you to enter.

    2. Yes, the mail filter is pretty useless.  Use the EmailAddressEditField instead

    3. you can play with the scroll, but the best thing to do is to set the focus on the first field that you want people to pull together - usually the upper part of the form.

  • How can I tell where a .swf file is linking in with the submit button?

    Recently, I was hired as a graphic designer and administrator of the site to a local company. Now, everything was working fine until my employer has changed some settings with our FTP. All our "Customizer" on our Web site - which are .swf files - is more work.


    What I discovered is this: when a customer clicks on the button 'submit', the 'page' are they sent to? The information they type in what are to be sent to an e-mail address, but I can't find any of these settings in the .fla files on our server of the company.

    Once I know where they establish between, I can change this path or make sure that the path exists as it appears in the settings of these customizer .swf files.

    Any help that anyone can provide would be much appreciated! I don't have much experience with this program, or flash in general, but I understand the basics. I've spent most of my work day (8 hours) full trying to understand this point, and the end of my Friday draws to a close, I hope I don't spend another week to try to resolve this - a week where customers can customize their products on our website!

    Open the problem page in your web browser and press F12 to bring up the developer tools. Select the network tab (this is for Firefox or IE; in IE you need to click the green arrow to enable logging). When you click on send, it should display the address that the SWF file attempts to access.

  • The Implimentation using blog muse with CC Team :-) What Business Catalyst plan comes with the Muse? Does include the Blog of BC that comes with small Buiz service level?

    I have the creative cloud composition and went LIVE with 5 sites. Then we went to CC Team preparing to launch our project.

    Cone find not what plan is to allow me to post my living sites, with single - domain names and more precisely at what level of services Biz Cat comes with it.

    I need to put a blog in a BC/Muse site.

    • Rather than Word Press, it seems that BC has built in the Blog which can be great.
    • Anyway I need to implement a blog and am using MUSE.
    • Any favorite ways to do?

    Another way to ask the question is: can anyone recommend the 'best' way to put a blog in a site of muse?

    • There are several paths: wordpress, tumblr, stand alone Articles. Help! Laughing out loud
    • Several widgets on the site of Muse one for $34, which is autonomous.

    Thank you for any suggestions or clarifications.

    I wait until the weekend to tackle this project. Weekend have very limited support to respond to these requests for information I have does not have account in work.

    See you soon!

    A.L.

    The best way by far is this solution:

    Muse blog

    It allows a system completely free blog hosted within the Muse, with all the features, you can imagine (display stylized text, images, movies, customizable comments system, multi user option and so forth).

    You will find video tutorials for this blog system:

    Muse-tutorials

  • Edit 100% with images in Adobe Business Catalyst

    I want the customer to be able to change the image in the header of the site of the Publisher ADOBE BC

    the header is a 100% form filled with an image, but I can't understand how to change the image in the editor of BC

    If the image is in child page then it can be edited with IBE but content of master page cannot be changed in BIE.

    Thank you

    Sanjit

  • Muse Submit button (contact form) are not sent bus catalyst

    I worked through the tutorial intro to Muse (where you set up the site of the Katie bakery) and published, Muse, as a temporary site to Business Catalyst. But in this area, the Send button does not work.

    Background:

    The page of the form (contact us) tutorial includes a form with a "submit" button. The tutorial shows how the Send button is configured with several States to indicate that the shape is click after: presenting, submit successfully or submit does not succeed. The tutorial also shows how to enter an email address to send to. In addition, the tutorial explicitly pointed out that you can publish the site to Business Catalyst to test the submit button and make sure that it sends to the correct email address before make you the site live.

    I have configured the Send button to send to my e-mail (a real one). I also published the Business Catalyst site just as shown in the tutorial.

    However, when I click the button Submit (excerpt from businesscatalyst.com site), it does nothing. It does not change its State (other than to change color when you go over it) to show that he does anything once you click on it. And I don't get any email from the form.

    I have reviewed the information in Troubleshooting Muse form Widgets used on the servers of third parties, but none of these tips have helped. And besides, businesscatalyst.com isn't a 3 rd party server. It goes without saying that the Send button should work from Adobe's own site.

    Why the submit button won't work, even after following the steps in the tutorial explicitly step by step? If I can't work on the temporary business catalyst of the site, how am I supposed to feel confident that it will work if I try to live somewhere else?

    Update: I just tested it again, by adding a new form Widget to another page of the tutorial site. I just copied the default form (name, Email, Message fields) and placed value on the Menu. Then I republished on the site and re-tested the submit button. And now, the new Send button in the page Menu works and also the submit button on the Contact page (from this tutorial).

    I don't know if the assets of the tutorial were corrupt so that the original send button wouldn't work, or is it add a second button send the first button to "wake" another page Submit or if Adobe changed something on their servers during the night to allow to the Submit-button. I know, it's that one change, he works now as I expected to work.

    (For the record, yesterday I deleted and republished the site several times, just to make sure that this was not something that occurred at the time of publication. So who is excluded as a cause).

Maybe you are looking for

  • Cannot play DVDs on satellite A110-233

    I can play DVD CD rom and pc games, but he can t normal DVD movies play. I get the following message Playback failed due to a problem with the video subsystem. Lower your color depth or screen resolution may determine the message COOL problem. I lowe

  • H9 HPE 1180: GTX compatible 970?

    I just got a new NVIDIA card to try and upgrade my previous 7770 and its giving me the same questions when I tried to install a gtx 770. I deleted all previous amd drivers and looked for graphics drivers intel. I enabled legacy mode and yet I still h

  • feed through the speakers to the microphone

    Although disableing the microphone, I get comments during playback of the media music, any suggestions

  • Cannot download or is very slow since Windows updates!

    My computer was working fine. Could he download without any problem. Windows has a few important updates, so I installed them. All updates were for MS Office, except IE8. Since then, I can't download anything with Filezilla. It timesout. I can get th

  • BlackBerry Smartphones sim card

    How to install the SIM card on my bb curve 9320?