How can I create an online form that combines a checkbox in a text field

In Business Catalyst I need to create a webfrom which contains fields of questions / answers

Like this:

web-from.jpg

I don't know how to create this type of form online that include as this fields

If someone has answered this question, it would be appreciated

Thank you

Nehr

You just need to make the field. Another is a box and you can have a text corresponding to this field.

You can style that you need and if you know javascript you can take a step further and show that this field when you check the 'other '.

As a note: If you make the options that you want only a single option, you must use radio not check boxes for the fields.

Tags: Business Catalyst

Similar Questions

  • How can I create a PDF form that contains data fields and calculated fields?

    Hello, I need to create PDF forms that has

    -Fields that are read from a MS SQL Server database, once the user enters a field other fields must be read from an underlying database

    -Calculated fields

    what PDF forms product supports this? Once this file created is also filling end-user which form has any kind of special licenses, otherwise he will be able to fill this with Adobe Reader?

    You need to expand the PDF form using Adobe LiveCycle Designer if you want to be able to connect to a database.

    And Yes, it should be possible to use the file in Adobe Reader after that.

    For more questions on LCD forms are trying this forum: LiveCycle Designer

  • How can I create a pdf file that is read-only as a resume so that no one can change it

    How can I create a pdf file that is read-only as a resume so that no one can change it

    Hi carolanns81914351,

    You require the Acrobat application for this, see this KB document for the parameters to restrict modification of a PDF Acrobat help. Securing PDF files with passwords.

    Let me know if you have any additional questions.

    Kind regards

    Nicos

  • How can I create a new Style that can be applied to an object?

    To the active menu there is a tab called "Styles".  My question is how can I create a new Style that I can apply to an object?  A link to a tutorial or something like that would be helpful, because I can't find anything!    Thanks in advance for helping me eliminate this frustration!

    KomputerMan.com wrote:

    What I want to do is create a style library, which are basically photos of different Woods.

    There are two approaches you can try.

    Clipping paths

    1. draw the shape of the part as a closed path.

    2 position the wood grain image above or below the shape where you want it positioned.

    3. cut

    4. Select the closed path.

    5. glue on the inside.

    See: Using FreeHand MX > content > work with objects > working with clipping paths

    Fillings in mosaic

    1. use the autotrace to vectorize the image of wood fiber, using many colors.

    Using FreeHand MX > content > work of imported using the > Tracing bitmaps > image vectorization

    2. the group the paths (but not the picture) and create a tiled fill,

    Using FreeHand MX > content > using contours and funding > applying attributes in fillings > Using tiles fill attributes

    3 make a style of a filled object tile

    4. apply the style to other objects.

    Judy Arndt

  • How can I create a constraint on the combination of four columns...

    Dear Guru,

    I have a question... I created the table with columns like "CCode', 'Size1', 'Size2', 'Sch1', 'Sch2', 'Description', 'CCdate '.

    Here I wanted to create a unique constraint on the combination of four columns "CCode', 'Size1', 'Size2', 'Sch1', 'Sch2.

    My requirement is that I don't want to allow duplicate records in the table for the four columns only.

    for example: "CC123", 10, 25, S110, S250,.

    If the new record comes with the same data. Then, I do not want to insert this record.i want to get a constraint voilated error.

    How can I create a constraint on the combination of four columns...

    Pls help me on this issue...

    Kind regards

    Shitab...

    I suggested already here the syntax,

    ALTER table your_table

    Add constraint cons_name unique (col1, col2, col3, col4, col5);

    And don't call me 'Sir '.

    See you soon!

  • How can I get a session state value in my apex or DML text field

    I put a session state in my procedure, in my text field in my I want to get the value of the form region. I try in my text field of the form in the default region, I try

    BEGIN

    APEX_UTIL.GET_SESSION_STATE('USER_SECURITY_PIN');

    END;

    but this does not seem to get the PIN of the session

    How can I do this please

    dave_414 wrote:

    I put a session state in my procedure, in my text field in my I want to get the value of the form region. I try in my text field of the form in the default region, I try

    BEGIN

    APEX_UTIL.GET_SESSION_STATE('USER_SECURITY_PIN');

    END;

    but this does not seem to get the PIN of the session

    How can I do this please

    Depends on the Type of default property item.

    Use a static text with Substitutions of State of Session with a string substitution of static text:

    &USER_SECURITY_PIN.

    or the body of the PL/SQL function (for example):

    return apex_util.get_session_state('USER_SECURITY_PIN');

    or Expression of PL/SQL with a bind variable reference:

    :user_security_pin

  • How can I add a new page dynamically based on the non recoverable text field?

    Hi all

    I created a form with subform flow and non-reusable text fields. When the user fills the long content, the shape is cut. Y at - it a way to dynamically add pages based on the content that the user fills the non recoverable text field?

    Thank you

    Check that the parent of the subform also has a fluid layout. If you have the structure below, both page 1 and subform must have a flow layout.

    Page1 (must be the flow)

    subform (must be the flow)

    TextField (let multiple lines and will expand to fit the height)

    If you have done all that, then it should work.

  • How can I create VI with inputs that run immediately when the update?

    I'm using LabView for controlling stepper motors. I would create a VI with a front panel that has 4 arrows, 2 per engine. My goal is to be able to run the VI and then press a button to move the engine.

    I created separate VI for each funcition of engines - one vi to set current operations, to determine the current travel, another to move up by a certain amount and so on. Work of these vi and I can move and adjust engines, but only by running separate VI.

    How can I combine them into a single VI and make them run to the pressure of a button or the change of a property? An example would be to establish a new current holding company and place the operation current vi run immediately and send the order to the engine. Then continue to press the arrow keys without having to hit 'run' on an another vi.

    Thank you very much


  • How can I create a new layer that is a gradient?

    Hi, I'm very new to scripting photoshop and have some difficulty.

    I am looking for a way to take a picture I have and configure it to have a gradient opacity as he approaches middle, my thought on how to do was simply to create a layer that is a gradient from the upper left to lower right and secure then as a vector mask.

    Any ideas on how I could create this gradient layer of script or a better method to do this opacity gradient?

    Thanks in advance,

    Levianth

    You can try this:

    // 2012, use it at your own risk;
    #target photoshop
    if (app.documents.length > 0) {
    var myDocument = app.activeDocument;
    var theLayer = myDocument.activeLayer;
    if (theLayer.isBackgroundLayer == true) {theLayer.isBackgroundLayer = false};
    // create gradient layer;
    // =======================================================
    var idMk = charIDToTypeID( "Mk  " );
        var desc15 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref3 = new ActionReference();
            var idcontentLayer = stringIDToTypeID( "contentLayer" );
            ref3.putClass( idcontentLayer );
        desc15.putReference( idnull, ref3 );
        var idUsng = charIDToTypeID( "Usng" );
            var desc16 = new ActionDescriptor();
            var idType = charIDToTypeID( "Type" );
                var desc17 = new ActionDescriptor();
                var idType = charIDToTypeID( "Type" );
                var idGrdT = charIDToTypeID( "GrdT" );
                var idLnr = charIDToTypeID( "Lnr " );
                desc17.putEnumerated( idType, idGrdT, idLnr );
                var idGrad = charIDToTypeID( "Grad" );
                    var desc18 = new ActionDescriptor();
                    var idNm = charIDToTypeID( "Nm  " );
                    desc18.putString( idNm, "Custom" );
                    var idGrdF = charIDToTypeID( "GrdF" );
                    var idGrdF = charIDToTypeID( "GrdF" );
                    var idCstS = charIDToTypeID( "CstS" );
                    desc18.putEnumerated( idGrdF, idGrdF, idCstS );
                    var idIntr = charIDToTypeID( "Intr" );
                    desc18.putDouble( idIntr, 4096.000000 );
                    var idClrs = charIDToTypeID( "Clrs" );
                        var list3 = new ActionList();
                            var desc19 = new ActionDescriptor();
                            var idClr = charIDToTypeID( "Clr " );
                                var desc20 = new ActionDescriptor();
                                var idRd = charIDToTypeID( "Rd  " );
                                desc20.putDouble( idRd, 0.000000 );
                                var idGrn = charIDToTypeID( "Grn " );
                                desc20.putDouble( idGrn, 0.000000 );
                                var idBl = charIDToTypeID( "Bl  " );
                                desc20.putDouble( idBl, 0.000000 );
                            var idRGBC = charIDToTypeID( "RGBC" );
                            desc19.putObject( idClr, idRGBC, desc20 );
                            var idType = charIDToTypeID( "Type" );
                            var idClry = charIDToTypeID( "Clry" );
                            var idUsrS = charIDToTypeID( "UsrS" );
                            desc19.putEnumerated( idType, idClry, idUsrS );
                            var idLctn = charIDToTypeID( "Lctn" );
                            desc19.putInteger( idLctn, 0 );
                            var idMdpn = charIDToTypeID( "Mdpn" );
                            desc19.putInteger( idMdpn, 50 );
                        var idClrt = charIDToTypeID( "Clrt" );
                        list3.putObject( idClrt, desc19 );
                            var desc21 = new ActionDescriptor();
                            var idClr = charIDToTypeID( "Clr " );
                                var desc22 = new ActionDescriptor();
                                var idRd = charIDToTypeID( "Rd  " );
                                desc22.putDouble( idRd, 0.000000 );
                                var idGrn = charIDToTypeID( "Grn " );
                                desc22.putDouble( idGrn, 0.000000 );
                                var idBl = charIDToTypeID( "Bl  " );
                                desc22.putDouble( idBl, 0.000000 );
                            var idRGBC = charIDToTypeID( "RGBC" );
                            desc21.putObject( idClr, idRGBC, desc22 );
                            var idType = charIDToTypeID( "Type" );
                            var idClry = charIDToTypeID( "Clry" );
                            var idUsrS = charIDToTypeID( "UsrS" );
                            desc21.putEnumerated( idType, idClry, idUsrS );
                            var idLctn = charIDToTypeID( "Lctn" );
                            desc21.putInteger( idLctn, 4096 );
                            var idMdpn = charIDToTypeID( "Mdpn" );
                            desc21.putInteger( idMdpn, 50 );
                        var idClrt = charIDToTypeID( "Clrt" );
                        list3.putObject( idClrt, desc21 );
                    desc18.putList( idClrs, list3 );
                    var idTrns = charIDToTypeID( "Trns" );
                        var list4 = new ActionList();
                            var desc23 = new ActionDescriptor();
                            var idOpct = charIDToTypeID( "Opct" );
                            var idPrc = charIDToTypeID( "#Prc" );
                            desc23.putUnitDouble( idOpct, idPrc, 0.000000 );
                            var idLctn = charIDToTypeID( "Lctn" );
                            desc23.putInteger( idLctn, 0 );
                            var idMdpn = charIDToTypeID( "Mdpn" );
                            desc23.putInteger( idMdpn, 50 );
                        var idTrnS = charIDToTypeID( "TrnS" );
                        list4.putObject( idTrnS, desc23 );
                            var desc24 = new ActionDescriptor();
                            var idOpct = charIDToTypeID( "Opct" );
                            var idPrc = charIDToTypeID( "#Prc" );
                            desc24.putUnitDouble( idOpct, idPrc, 100.000000 );
                            var idLctn = charIDToTypeID( "Lctn" );
                            desc24.putInteger( idLctn, 2048 );
                            var idMdpn = charIDToTypeID( "Mdpn" );
                            desc24.putInteger( idMdpn, 50 );
                        var idTrnS = charIDToTypeID( "TrnS" );
                        list4.putObject( idTrnS, desc24 );
                            var desc25 = new ActionDescriptor();
                            var idOpct = charIDToTypeID( "Opct" );
                            var idPrc = charIDToTypeID( "#Prc" );
                            desc25.putUnitDouble( idOpct, idPrc, 0.000000 );
                            var idLctn = charIDToTypeID( "Lctn" );
                            desc25.putInteger( idLctn, 4096 );
                            var idMdpn = charIDToTypeID( "Mdpn" );
                            desc25.putInteger( idMdpn, 50 );
                        var idTrnS = charIDToTypeID( "TrnS" );
                        list4.putObject( idTrnS, desc25 );
                    desc18.putList( idTrns, list4 );
                var idGrdn = charIDToTypeID( "Grdn" );
                desc17.putObject( idGrad, idGrdn, desc18 );
            var idgradientLayer = stringIDToTypeID( "gradientLayer" );
            desc16.putObject( idType, idgradientLayer, desc17 );
        var idcontentLayer = stringIDToTypeID( "contentLayer" );
        desc15.putObject( idUsng, idcontentLayer, desc16 );
    executeAction( idMk, desc15, DialogModes.NO );
    // move layer below;
    var theGradient = myDocument.activeLayer;
    theGradient.move(theLayer, ElementPlacement.PLACEAFTER);
    // clipping mask;
    theLayer.grouped = true
    };
    
  • How can I create/edit a footer that shows on my e-mail address?

    How can I change a signature on my e-mail address?

    I'll assume you are using Microsoft Outlook.

    For 2007, go to the Menu bar at the top, tools-> Options-> Mail Format tab at the top-> Signatures and then create your signature you want.

    For 2003, it is almost the same process.

  • How can I create a "print" button that will check the required fields before printing?

    I have a form that is almost ready to be published. There are a few required fields to fill out. I have a Setup button print and check the required fields using this JavaScript:

    var emptyFields = [];

    for (var i = 0; i < this.numFields; i ++) {}

    var f = this.getField (this.getNthFieldName (i));

    If (f.type! = "button" & & f.required ") {}

    If ((f.type=="text" & & f.value== "") |) (f.type=="checkbox" & & f.value=="Off")) emptyFields.push (f.name);

    }

    }

    If (emptyFields.length > 0) {}

    App.Alert ("error! ("You must fill in the following fields: \n" + emptyFields.join ("\n"));

    }

    Its form current you can click on the button and the required fields, the error message, but it still shows the form. Is there to allow printing not until all required fields are filled? I work in Adobe Acrobat X Pro.

    Thank you!

    In the end, use this:

    If {(emptyFields.length>0)}

    App.Alert ("error! ("You must fill in the following fields: \n" + emptyFields.join ("\n"));

    } {This}

    This.Print ();

    }

  • How can I create artwork for the printing of the circular labels with text inside. Labels circulars sera.5 inches of diameter

    I need to put in place of the illustrations for the printing of labels that must be circular with a.5 inch diameter. In the circular form, I need to add to the text. Part of the text is to follow the circular shape and a quite normal part.

    I am a newbie in aid of illustrator.

    Probably start here:

    Illustrator help | Creating text

  • How can I create a new form from scratch online?

    I'm unable to create a new online starting from scratch as the software asks me to use a template, but when I click the link it says page not found. I use Adobe Acrobat X Standard. Help, please

    Hi michellem44243306,

    You can view the following link to create a form on Adobe Acrobat X Standard: Adobe Acrobat X Pro * create forms using Acrobat

    It contains the steps and the video tutorial for a better understanding.

    In the case where you are still having a problem please lets us know.

    Kind regards

    Nicos

  • How can I create an automated folder that allows you to convert any PDF A4 put in letter format?

    Mac user, with later creative suite.

    Our documentation service wants to move entirely to a single format - A4 - as a British company, but to satisfy our Americans, I would like to have a version of the letter to all the documents that are in a particular folder.

    Is there a way I can use intelligent automation of Mac scripting and record to that effect, as well as any file deposited in a particular file is processed to create a copy that has the letter size paper?

    Thank you.

    PS Open to pointing me to another application that can help!

    Hi Vocality.

    Please refer to this topic How to convert PDF A4 format letter?, might be useful.

    Kind regards

    Nicos

  • How can I create an interactive form templated RTF in APEX 5.0

    Due to budget issues, what other options can I use besides that plugin Bi Publisher with APEX to the output of a data model .rtf?  Do not forget that the final result must be .pdf.

    I tried many things

    -The components shared > > report query and report layouts.  My report query works well when tested, but if I try and download a template xsl: FO and then the form of output to a .pdf file, it cannot decode the form.

    I'm looking for a HTML form based, but the difficulty to put it in place.  Someone at - it detailed instructions to implement something similar to what I describe here?

    The report, which I am eager to build must interact with the user before the release.

    This is the process that an end user must take by connecting to the APEX.

    1. the end user selects a report interactive or similar to run "my report."

    2. the end user will provide you a number i.e. 548965

    3. once it is submitted, the report will generate a report interactive (see attached report) and provide the details based on the number of step 2 is company name, street, city, State, etc...

    4. the user must be able to handle certain fields in the form of reports such as checkboxes and other menus.

    5. the report is then produced in a .pdf form after made all editions

    Let me know if additional questions or illustrations are necessary.  Thank you!

    APEX knows NOT what to do with the files to RTF... The only thing APEX can do with this file type, it's push to Bi Publisher with the XML data in a query of the application to build a document PDF/Excel/Power Point of style...

    Just to be clear, you have an RTF file of style you want to use as a layout of report or to set the appearance of an entry page?

    This will help us understand what is better...

    Thank you

    Tony Miller
    Los Alamos, NM

Maybe you are looking for