Editing radio button / check box in MC question in DesignTemplates?

Anyone an idea, how can I change these radio button / check box in MC question in a DesignTemplates?

Hi there
I don't believe this aspect may be controlled by a Design Template. Probably because this is an aspect that may vary from question to question. It deals with question functionality as opposed to simple visual elements.
If you feel strongly this should be considered as part of a Design Template function, I might suggest you put it forward to Adobe.
Click here to visit the Wish Form/Bug Reporting Form
Cheers... Rick
Click here for Adobe Authorized Captivate and RoboHelp HTML Training
Click here for the SorcerStone Blog
Click here for RoboHelp and Captivate eBooks

Similar Messages

  • How to create dropdown box, radio button,check box in wad

    Hi,
    How to create dropdown box, radio button,check box in wad.
    Thanks,
    cheta.

    Cheta,
    This are all standard Web Items in the WAD. Drag them onto your template and then make the changes you need to them in their Properties.
    Regards
    Gill

  • Radio Buttons & Check Boxes Replaced w/ Rectangles, when printing Form w/ Adobe Reader XI (11.0.03)

    Hello.  I need to be able to print a .pdf copy of a completed web page form.  The form is completed by entering data into text boxes and text areas, and selecting various radio buttons and check boxes.  When the form is complete, it is saved, which converts the form into a .pdf file.
    When I open the saved .pdf file, it looks completely normal.  I will then select the print button, which is built into the display window for the form.  The printed form will appear, but the radio buttons and check boxes will have been replaced with the outline of rectangles.
    This is what the source form looks like, before printing:
    This is what the printed image looks like, after printing.  NOTE: All check boxes and radio buttons (and the data that they contained) are gone:
    I am not sure if this is a setting that needs to be changed in Adobe REader XI, or something else.
    Please let me know what you think it might be.
    Thanks,
    Rick

    Michael,
    It is a web/html form.
    The forms are built and used inside of a software program called WebEOC.
    WebEOC is used to allow for sharing information between different
    emergency response entities (like a State, and the counties within the
    State).
    The form I am working with was built with a web page editing program.  The
    form uses html, xhtml, xml, CSS and javascript.
    A for user would launch the WebEOC form (after logging into WebEOC), and
    they would fill out the form.  Text goes into text boxes and text areas,
    dropdown menu selections are made, and some information is entered using
    radio buttons and check boxes.
    When the form is complete, it is saved within the WebEOC database, as a
    .pdf file.
    You can then open the .pdf file in order to see the form, in it's
    completed state, as a pdf.
    When I try to pint this pdf file of the completed form, the check boxes
    and radio buttons are replaced with rectangles.  Any selections made in
    the radio buttons or checkboxes is lost.
    Thanks,
    Rick
    [signature removed]

  • Radio Buttons / Check box of Gui Transaction not displaying in WEB UI

    HI,
    We are using CRM 7.0 / ECC 6.0, i am launching some ECC transaction in WEB UI using transaction launcher, Radio button and Checkbox are displaying properly in Dev CRM system but it is not displaying in Quality system.
    I compared both systems, everything is the same. I also checked the ITS URL, we are using transaction IC_LTXE.
    /sap/bc/gui/sap/its/webgui/!?transaction=IC_LTXE&okcode=ICEXECUTE&sap-client=100
    Please Advise ?.
    Thanks & Regards,
    Rajanidhi Rajasekeran.

    Hi,
    We are working on an upgrade project and have used transaction launcher to give SAP GUI transactions in Web UI.
    We are facing a similar issue.
    We have a report program with several checkboxes. User will select few checkbox and perform further processing.
    In development system it is working fine but in quality system if we scroll down or up after clicking on checkbox the page is getting refreshed and check is cleared.
    Did you come up with a reasonable solution to this issue?
    Do you know any way around this issue?
    Thanks in advance
    Regards,
    Sayan

  • Radio buttons / check boxes

    Post Author: tkr
    CA Forum: General
    Is there any to do checkboxes or radio buttons in crystal?  I'm using version 8.5

    Post Author: codyj
    CA Forum: General
    I too am a noob and have a similar need. I am writing a report that I want to have 2 parameters for. One is a box number, this works. The other is to pick from two options, show destroyed items or not. The field this pulls from has many values, but I am only concerned with one. If the field is DE, then the item has be destroyed. I have been trying to set it up so that they users can pick from yes (showed destroyed items) or no (don't show destroyed items).
    I can get the report to work, just not the show destroyed part. I am running CR XI Developer. I think the problem is in my record select formula:
    {RP_INPAR7_VIEW.Storage} = {?Storage} and{RP_INPAR7_VIEW.Dispo} = {?Dispo}
    I have tried Or and Xor instead of And, but no luck.
    Thanks!

  • Edit Links refresh Check box V1.6

    Does anyone know what happened to the edit Links refresh check box in V1.6 of HTMLDB? In 1.5 in was nice to be able to see your changes while you were still editing the builder screens. Is there a way to do this in V1.6?

    Hi,
    if you need just a check box for each line, try to get rid of this line from your layout.
    g_layout-box_fieldname = 'ZZCHECK'.
    SAP uses this field to store info about selected lines. Hence you click on the second check box, you select different line and the first line is erased. You can select more line by holding SHIFT + CTRL
    Cheers

  • Enable disable toolbar items on click on any checkbox,radio button,text box.

    Hi Friends,
    I am create application in eclipse RCP E4 and now i am trying to Enable disable toolbar items on click on any checkbox, radio button, text box .
    Please Help me friends....

    Hello friend my proble is solve and now i am sharing my solution ....
    I am create RCP application and view side any listener click event fire time apply this code
    IEvaluationService evaludationService = (IEvaluationService) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getService(IEvaluationService.class);
    evaludationService.getCurrentState().addVariable("noOfRowsChecked", noOfRowsChecked);
    evaludationService.requestEvaluation("com.jobsleaf.propertytester.canDeleteItem");
    and add plug in extension and create property tester class means listener property tester class side apply this code
    IEvaluationService ws = (IEvaluationService) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getService(IEvaluationService.class);
    Integer integer = (Integer) ws.getCurrentState().getVariable("noOfRowsChecked");
    if (integer != null)
    if (integer.intValue() > 0)
    return true;
    I hope useful above code when use property tester in eclipse RCP

  • Form Button Edit, Radio button

    I insert a radio button in a form , it has the button
    followed by a long space afterwards, this is the case with all
    other types of buttons.
    How do I edit the length of these boxes, particularly with
    the radio button. I only want the button, not the length of nothing
    that follows. I've been through all properties, but there is not
    option to control length, etc.

    Show us the whole page, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jkix" <[email protected]> wrote in message
    news:flgsmr$6hn$[email protected]..
    > this is an html page, i am working with dreamweaver mx
    2004.
    >
    > .main_0 { width:776px;}
    > .main { width:776px;}
    > #header {height:259px;}
    > #footer { height:87px;}
    >
    > /*---page---*/
    > #page #wrapper .row .column{ width:463px; float:left;}
    > #page #wrapper .row .column_1{ width:247px; float:left;}
    >
    > #page #wrapper .row_1 .column{ width:245px; float:left;}
    > #page #wrapper .row_1 .column_1{ width:236px;
    float:left;}
    > #page #wrapper .row_1 .column_2{ width:192px;
    float:left;}
    > /*---// page---*/
    >
    > /*---page_1---*/
    > #page_1 #wrapper .row .column{ width:362px; float:left;}
    > #page_1 #wrapper .row .column_1{ width:348px;
    float:left;}
    > /*---// page_1---*/
    >
    > /*---page_2---*/
    > #page_2 #wrapper .row .column{ width:261px; float:left;}
    > #page_2 #wrapper .row .column_1{ width:449px;
    float:left;}
    > /*---// page_2---*/
    >
    > /*---page_3---*/
    > #page_3 #wrapper .row .column{ width:463px; float:left;}
    > #page_3 #wrapper .row .column_1{ width:247px;
    float:left;}
    >
    > #page_3 #wrapper .row_1 .column{ width:366px;
    float:left;}
    > #page_3 #wrapper .row_1 .column_1{ width:298px;
    float:left;}
    > /*---// page_3---*/
    >
    > /*---page_4---*/
    > #page_4 #wrapper .row .column{ width:362px; float:left;}
    > #page_4 #wrapper .row .column_1{ width:348px;
    float:left;}
    >
    > #page_4 #wrapper .row_1 .column{ width:710px;}
    > /*---// page_4---*/
    >
    > /*---page_5---*/
    > #page_5 #wrapper .row .column{ width:261px; float:left;}
    > #page_5 #wrapper .row .column_1{ width:449px;
    float:left;}
    > /*---// page_5---*/
    >
    > /*---page_6---*/
    > #page_6 #wrapper .row_1 { width:710px;}
    > /*---// page_6---*/
    >

  • Help with Radio Buttons & Combo Box for Flash Form that sends email

    I'm having a bit of a hard time with a Flash form that I'm working on.
    I've got the basic text fields working fine, but I'm not sure how to retrieve the values from the Radio Button and Menu List components.
    The PHP script pulls the values from the text fields with:
    $contact_name = $_POST['name'];
    $contact_email = $_POST['email'];
    $contact_subject = $_POST['subject'];
    but using
    $radioGroup = $_POST['radioGroup'];
    doesn't retrieve the selected radio button value.
    The radio buttons have a groupName of "radioGroup". The combo box component doesn't even show up in the HTML version, but does in the .swf.
    Can anyone point me in the correct direction to pull these values from these components and get them passed to the PHP form? The native .FLA and the php file are here for reference:
    http://dl.getdropbox.com/u/21984/flashform.zip
    My solution needs to be ActionScript 2.
    Thanks!

    again, you assign a variable.  the selected radiobutton's data and/or label isn't going to magically be sent to the php file.
    for example, if you have sendLV and receiveLV loadvars instances, you can use:
    sendLV.rbData=yourradiogroup.selection.data;
    sendLV.yourothervariables=yourothervariables;
    sendLV.sendAndLoad("yourphp.php",receiveLV,"POST");

  • BW Table for T-code RSSM  - Radio Button Checked ODS Infoproviders to AO

    Hello,
    Need to know the table which reads the tcode RSSM & the table when we check the ODS Infoproviders to right Authorization Objects.
    RSSM->click Radio Button-->Generating Authorizations for ODS Checks.
    Table which checks RSSM Tcode
    Table which checks for ODS Objects
    We are trying to create abap program which can be scheduled as batch job &  automatically and checks the ODS Infoproviders to right Authorization Objects.
    For Example:
    In BW security we check the Infoproviders to correct Authorization objects. This is one way of security in BW Reporting Authorizations.
    These checks can be read from table RSSTOBJDIR from Tcode SE16
    Please Let me know.
    Thanks,
    Vijay

    RSSTOBJDIR is the table which reads the ODS Objects from tcode RSSM.
    Issue Resolved & closed

  • Radio Buttons & combo boxes  in SQL statements

    Hey all,
    I have 3 radio buttons and i'm trying to insert the values of the radio buttons. I also have 3 combo boxes for date,month,year.
    In my database i have my radio buttons set to varchar and my combo boxes date,month,year are varchar also..but i dont know if this is the right way.
    I also don't know if my SQL statement is right.
    I'm getting this error when i compile program
    java.sql.SQLException: General error, message from server: "Column count doesn't match value count at row 1"
    thanx

    i forgot to post my code :-) here it is -->
    <%
    String radio = request.getParameter("radiobutton");
    String Username = request.getParameter("Username");
    String Password = request.getParameter("Password");
    String FirstName = request.getParameter("FirstName");
    String Surname = request.getParameter("Surname");
    String Address = request.getParameter("Address");
    String City = request.getParameter("City");
    String Email = request.getParameter("Email");
    String telephoneNum = request.getParameter("TelephoneNum");
    String radioB = request.getParameter("radiobutton");
    String cardNum = request.getParameter("cardNum");
    String date = request.getParameter("date");
    String month = request.getParameter("month");
    String year = request.getParameter("year");
    String radioBtn = request.getParameter("radiobutton");
    String shipName = request.getParameter("shipName");
    String shipSurname = request.getParameter("shipSurname");
    String shipAddress = request.getParameter("shipAddress");
    String shipCity = request.getParameter("shipCity");
    String shipCountry = request.getParameter("shipCountry");
    String shipPostalCode = request.getParameter("shipPostalCode");
    String driver="com.mysql.jdbc.Driver";
    String connectionURL="jdbc:mysql://localhost:3306/petshopwebsite";
    ResultSet rs = null;
    String password = "";
    String username ="root";
    Connection con = null;
    try {
    Class.forName("com.mysql.jdbc.Driver");
    catch(Exception e) {out.print("Failed to load mySQL driver.");}
    try{
    con = DriverManager.getConnection(connectionURL);
    System.out.println("Connected.");
    Statement stmt = con.createStatement();
    catch ( Exception t)
    System.err.println( "problems connecting to " + connectionURL + ":" );
    System.err.println( t.getMessage() );
         try
    PreparedStatement p = con.prepareStatement("INSERT INTO customerdetails(Title,Username,Password,FirstName,Surname,Address,City,Email,TelephoneNum,cardType,cardNum,date,month,year,shipTitle,shipSurname,shipAddress,shipCity,shipCountry,shipPostalCode)VALUES('"+radio+"','"+Username+"','"+Password+"','"+FirstName+"','"+Surname+"','"+Address+"','"+City+"','"+Email+"','"+telephoneNum+"','"+radioB+"','"+cardNum+"','"+date+"','"+month+"','"+year+"','"+radioBtn+"','"+shipName+"','"+shipSurname+"','"+shipAddress+"','"+shipCity+"','"+shipCountry+"','"+shipPostalCode+"')");
    int affectedRows= p.executeUpdate();
    catch(Exception yu){
    yu.printStackTrace();
    %>

  • How to get  current row(Based on Radio button check)  submit button Click

    Hi i hava Query Region Search(Based On Auto Customization Criteria).
    For Showing Results iam Using Table Region.
    Using Radio button How we get the row reference value using Submit button Click.
    Please Help on this .
    Thanks & Regards
    San

    Hi san ,
    Try this
    if ("EventID".equals(pageContext.getParameter(EVENT_PARAM)))
    String rowRef = pageContext.getParameter(OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);
    OARow row = (OARow)am.findRowByRef(rowRef);
    VORowImpl lineRow = (YourVORowImpl)findRowByRef(rowRef); // Replace your vo name .
    Please refer this link , Let me know if its not clear .
    Single Selection in table Region in OAF .
    Keerthi

  • I would like to do a loop (with LabWindows CVI 5.0) if the result of the toggle button check box is right. But it doesn't run because I don't know how can I have this data?

    If you have an answer, please send me an e-mail.
    Thank you very much for your help.
    A French guy.

    Guess I'm missing something...
    The simplest way to do this is to use GetCtrlVal (panel, Control, &val);
    val (integer) will be 0 if checkbox is not checked, 1 if checked.
    Should your actual problem be different just explain me and I'll try to help you.
    Roberto
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Forms - Radio Buttons as check boxes which turn into circles - Need them to stay as check boxes.

    Hi
    I am working on some forms for Teachers Reports it is a generic document for student reports. I have set the document in Indesign 6 and edited the pdf form in Acrobat Pro.
    The form consists of Radio Buttons (Check Boxes) as they have to score the child between 1-4 and the teacher is only allowed to select 1 box from out of the 4 boxes (hence radio buttons) .
    The problem we are having is that there might be 2-3 teachers that have to write and score each child's in a certain section of the report and they might use a PC or MAC to do this.
    For some reason, some of the reports have changed the Radio Button "Check Boxes" to a "Circle" both in the PDF and when printing and they need it to be a Check box. (In indesign this was set to Check Box and to print as a Check box)
    Some how after the teachers have used different computers the check boxes have changed to circles and we need to change them back to check boxes but is there a way to change them without having to go "Forms" > "Edit" > "Select all circles" > "Properties" > "Options" > "Button Styles" > "Change to Check".
    But it is not changing to all of the reports on some.
    Is there an easier option can select properties and search the "circles" and change to "check boxes" for the whole document?
    I really don't want to have to go into each report and have to change each individually or export and import the data in the forms and the teachers dont want to have to rewrite each report.
    Someone please help!

    Are all of the teachers using Adobe Reader (or Acrobat), as opposed to something like Preview on tha Mac or Microsoft Reader on Windows? Preview is known to corrupts PDF form in a number of ways, including converting radio buttons to check boxes. Microsoft Reader causes other types of corruption. Also, if you create the fields in InDesign, it uses non-standard appearances for the various states and even Reader/Acrobat doesn't always set them in the way you might expect, so it's best to create them in Acrobat.
    Your description is a bit confusing since you're calling them radio buttons and check boxes at the same time. Can you clarify what the original field type is?
    It is possible to set the various field appearance properties with a script, which could loop through all of the fields and make the needed changes, but without more information about what's causing the changes and exactly what the changes are, it's hard to suggest anything specific.

  • Problem editing labels of radio button symbols in Fireworks CS6

    Hi,
    I'm new to Fireworks, and I am struggling with symbols. I have encountered several problems creating reusable symbols and especially editing the labels.
    Problem 1
    I can't edit the label of a symbol that I create using a default Common Library symbol as a starting point. Here's how to reproduce:
    - Open a default symbol, say RadioButton(win) for editing
    - Do changes (font for example)
    - Save as a new symbol in the Common Library folder
    - Use the new symbol in a new document
    - Editing the label in symbol instance properties does not work
    Continuing with a rather irrelevant use case just trying to understand what is going on:
    - Add a default symbol RadioButton(win) from the Common Library to the same document
    - Now try editing the label of the new symbol (added to the document above)
    - The label (and other properties) of the default symbol are edited instead
    Problem 2
    Why can I not enter a number as a label of the RadioButton(win) symbol, found in the Common Library? The workaround is simple though, I can just enter a number followed by a space.
    Problem 3
    How to create a set of a heading and three radio buttons as a symbol? If I simply convert three RadioButton(win) symbols and a text element to a new symbol, I lose the possibility to edit the labels of the radion buttons. The properties show that the radio buttons have labels from the time before converting to a new symbol, but in the new symbol the radio button elements have labels that say "label", and I cannot edit them.
    What is the best way to create radio buttons, check boxes, combo boxes and other symbols with custom look and feel, while retaining all the functionality of the symbols?
    Thank you,
    Teemu
    Fireworks CS6 12.0.1.273

    misterMistake wrote:
    > Fireworks v. 9.0.0.1188
    >
    > I have created a 4 state button & saved it to my
    button library. Now I need
    > to modify the graphic but cannot select it. When I first
    click on the "down"
    > state, the graphic is selected along with the "active
    area." If I grab the
    > button I can move it but then it immediately snaps back
    to it's original
    > position. I then cannot select the button again until I
    click to another state
    > and then back again to "down." This problem is not just
    with the "down" state
    > but all states. The documentation makes clear that I can
    just double click on
    > the button, either on the workspace or in the library,
    make my edits and then
    > click "done" in the button editor window. Clearly I've
    either done something
    > incorrect to lock the graphic or my understanding of the
    process is incorrect.
    > Any help appreciated.
    Can you upload a copy of the PNG file to your website for us
    to have a
    look at?
    Linda Rathgeber
    http://www.adobe.com/communities/experts/members/8.html

Maybe you are looking for

  • Time Machine only keeps two days backup, displays old backups that don't exist. Occurs on two separate HDD's

    I have a 15" 2010 MBP C2D-2.53 in completely original form except it is running OSX 10.8. Applecare just ran out so that's not an option, FYI. Lately I went to fetch an old file from TM because the current file was corrupt and I noticed that TM was o

  • How to change the default workspace polling behaviour

    Here are the instructions on how to change the polling interval in workspace: The workspace source project is usually under (C:\Adobe\Adobe LiveCycle ES2\LiveCycle_ES_SDK\misc\Process_Management\Workspace) The file that needs to be modified is Sessio

  • Adding  some more  line  items  in  the  unconfirmed  Transfer Order

    Hi  All,      We do kitting activity at our warehouse i.e. several components make up an assembly of a particular final product. The WH creates a production order(BOM) based on which the system creates TO wherever stock of individual components are a

  • SQL Query doubt

    Hi, I have a Customer info table Table1 it has the following fields apart from many other fields like cust account info. Account_number Tax_id Tax_ID_format (this field has values S, T and the column is NUllable. I need to find all the tax ids that h

  • Add jsf2 Custom Component from 3rdparty .jar file

    Hi, everyone. I've got 3rdparty custom component as jar library. It's laid in my classpath. But I can't use it in my custom.taglib.xml. here is taglib: <?xml version="1.0" encoding="UTF-8"?> <facelet-taglib xmlns="http://java.sun.com/xml/ns/javaee" x