Possible to create a form with different options for different items?

So I want to create a form in DW but the problem is that I have 3 items....and I want different form subjects for each item? Is there a way to do this so that if select item #1 that 1 set of options comes up....if I select item #2 a different set of options etc.??
thanks much!

Another simple example that you can style up.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Untitled Document</title>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script>
$(document).ready(function() {
$('#option_2, #option_3').hide();
$('#selectOption_1').click(function() {
$('#option_1').show();
$('#option_2, #option_3').hide();
$('#selectOption_2').click(function() {
$('#option_2').show();
$('#option_1, #option_3').hide();
$('#selectOption_3').click(function() {
$('#option_3').show();
$('#option_1, #option_2').hide();
</script>
</head>
<body>
<form>
<select>
<option id="selectOption_1" value="option_1">Option 1</option>
<option id="selectOption_2" value="option_2">Option 2</option>
<option id="selectOption_3" value="option_3">Option 3</option>
</select>
<div id="option_1">
<select>
<option value="option_1_1">Option 1_1</option>
<option value="option_1_2">Option 1_2</option>
<option value="option_1_3">Option 1_3</option>
</select>
</div>
<div id="option_2">
<select>
<option value="option_2_1">Option 2_1</option>
<option value="option_2_2">Option 2_2</option>
<option value="option_2_3">Option 2_3</option>
</select>
</div>
<div id="option_3">
<select>
<option value="option_3_1">Option 3_1</option>
<option value="option_3_2">Option 3_2</option>
<option value="option_3_3">Option 3_3</option>
</select>
</div>
</form>
</body>
</html>

Similar Messages

  • Is it possible to create a form with multiple form fields on a single line?

    Is it possible to create a form with multiple form fields on a single line?  I can't find anything in the documentation or a template that does this.
    I am trying to create a "documents received" checklist with a check box on the left margin, a date-received field to the right of the check box and and a description of the document (Formatted Text) on the far right.
    In the past I have entered the Fixed Text with a word processor, published it to a PDF file, then added the check box and date fields with the Acrobat Forms editor.  I would prefer to use FormsCentral if it is possible.

    We now support multiple fields on one line. This post provides a brief overview.
    Give it a try and send us your feedback.
    Sorry it took so long.
    Randy

  • How do I create a form with fixed fields for clients to complete?

    I want to create a form in pages that I can then save as a pdf to load on my website so my clients can download and fill in the fields without messing with the overall formate of the sheet.

    Sorry, not sure I am clear. I want a form w/ name, address, etc.  I want to be able to send it as an email to people to fill out and also load it to my website for people to download, fill out, and email back to me.
    My concern is I there are fields that they can write sentences and I want to control how much they write so it doesn't mess up the formatting when I go to print.
    thanks

  • Is it possible to create a form with Livecycle that a user in Adobe Reader can import data into?

    I made a form, then found out that much of the data that needs to be filled out by our data entry personnel (in Adobe Reader) already exists in an Excel file. Is there a way I can set up this form so that my coworkers can import specific records from the Excel file and save themselves time?
    I noticed that when I open the Reader-Enabled version of the file that the "Import Data" command under "Extensions" is dimmed out. So even if I could successfully create an XML file it looks like we couldn't import, even to a Reader-Enabled PDF form. Why is that?
    https://www.dropbox.com/s/bk2cpyzx9qiw4vp/AFBS_PaidClaim_V2_051412.pdf
    Thanks for help!

    We now support multiple fields on one line. This post provides a brief overview.
    Give it a try and send us your feedback.
    Sorry it took so long.
    Randy

  • Create several forms in infopath 2013 for list item

    Hi
    I have a list
    I would like to create SEVERAL view
    in infopath 2013 each indepanate
    view to another by URL
    For exemple :
    i have "list costumers",
    And i have (
    forms 1 = www.msdn.com/liste/form1
    forms 2 = www.msdn.com/liste/form2
    forms 3 = www.msdn.com/liste/form3
    Said WAHID

    Hi,
    You can create the multiple views in the InfoPath form and switch the view based on the rule.  In our scenario, you can switch the rule based on the list view.
    Please refer to the following article.
    Add, delete, and switch views (pages) in a form
    InfoPath 2010 – one form, multiple views
    Please mark it answered, if your problem resolved.

  • Is it possible to create a form which can be filled out during service work and then printed

    I want to build a form that I can fill out on my laptop as I perform service work.  The work being performed varies from job to job.  I would like to be able to print out only the work I perform, and not have a bunch of blank spaces for things not done.  Is that possible with this program?

    It might be, but the type of thing you're describing is perhaps better implemented with a dynamic XFA form created with Adobe's LiveCycle Designer, which came with Acrobat prior to version 11 and is now a separate product. It allows you do add/remove groups of fields (e.g., one or more rows, an entire sections, etc.) at run-time, causing the form to expand/contract as the fields are added/removed. This involves some scripting. There is a forum for Designer here where you can ask more questions.
    It's possible to create a form with Acrobat that dynamically adds entire pages (templates) at run-time, overlays the contents of a (normally hidden) template on an existing page, as well as show/hide fields, but automatic reflow of page contents is more problematic. This too involves scripting and you can ask about it in this or the Acrobat JavaScript forum.

  • Creating a range with Substitution Variables for Report Script

    Is it possible to create a range with substituion varables for use in a report script. For example instead of listing "Jan" "Feb" "Mar" "Apr" in the report script can I use a sub varaible like Jan:Apr that will list them all out?

    while I have not had luck with ranges in report scripts, others have. You could have a substitution variable the is "Jun" "Jul " "Aug" or whatever you want the members to be. and it will replace jusr fine

  • How do I create a dropdown with three options so that only one is visible in a form (non-flowable)

    I'm working on a form which needs to provides three options for the user out of a drop down list. When the user chooses one option, only that subform is to be visible. Two of the three subforms are text fields, and the third subform is a series of fields which are editable by the user.
    How do i create a dropdown with three options in it, so that in each instance only one subform is visible? This needs to happen in the same space on the main form.

    Hi Nellie,
    Here is the form back to you. There were three main issues:
    In order for dynamic behaviour, like showing and hiding, the form must be saved as a Dynamic XML Form in the save-as dialog.
    While you can use a minus sign when naming objects and subforms, it will cause scripts to fail. I have changed the name of the subforms so that they now use an underscore.
    The dropdown had specified values in the Object > Binding palette (1, 2, 3), so the script needs to use these in the if statements.
    When sharing forms on Acrobat.com, the best option is to select the file in your workspace and then click Publish. This will make it available to anyone who has the published URL.
    I hope that helps,
    Niall

  • I want to create a form with a manager completing one section and a staff member another. Both sections protected by different passwords.

    I want to create a form with a manager completing one section and a staff member another. Neither should be able to edit the others. Can different sections be password protected by different passwords? I'm thinking there might be an "official use only" function.

    You can use 2 forms in one portfolio.

  • Is it possible to create a form that allows users to import data from an excel spreadsheet

    I have not been able to start my reading on scripting or other livecycle features to be able to try to figure this out but I was wondering if anyone else had ever created a form with this feature or had any ideas of how it would be possible.  Our company currently uses and excel form that would have a variable number of rows of data for each time it is filled out and we would be replacing it with an adobe form.  I would like to know if the users, who will be using the new adobe form in adobe reader, could have the capability to imort the lines from the previous excel form into the new adobe version.

    Hi,
    You can set up a data connection with an Excel spreadsheet. However for the data connection to work for users with Reader, you would need to Reader Enable the form with the LiveCycle Reader Extensions ES2.5 (server component). See here for summary: http://assure.ly/etkFNU.
    However if you are just trying to get the existing data into the form, you should have a look at some of Stefan Cameron's posts: http://forms.stefcameron.com/ (try a search). You can start a new form using the wizzard and select import from Excel. This will allow you to paste from your spreadsheet to a new form. This should help set up the data structure/schema, which you can then replicate in a new form. I haven't done this before, but it should be possible.
    Hope that helps,
    Niall

  • Is it possible to create a Column with Conditional Mandatory with another Column?

    Is it possible to create a Column with Conditional Mandatory with another Column?
    For example
    In a Table we have column A, B, C.
    A is Primary Column.
    B is Optional
    C is Conditional Mandatory.
    A B
    C
    12345 ABC
    OK
    12346 NULL
    NULL
    12347 ABC
    OK
    Only if the B Column has the value then only C column should be mandatory

    I guess you can't create a condtional mandatory column directly. However, you can use check constraint to on the column
    create table YourTable
      A int primary key,
      B char(3),
      C int,
      constraint ch_con check(
                                B
    is not null
    or C is null

  • Troubles creating a form with Acrobat

    I have created a form with Acrobat 9 Pro. However, when it is brought up with Acrobat Reader, the following message appears:
    Sending data files by email: Please note, this form contains an email submit button. Clicking this button will email a data file... However, the form itself will not be sent. Remember you cannot save a complete file of this form with Adobe Reader 9.
    When the submit button is clicked, the following message is posted on a popup window.
    Operation not permitted.
    Here's the link to a form I am trying to get to work. It works fine if I use the Pro version, but the Reader version doesn't want to allow the form to be sent. http://www.drugfreedekalbcounty.info/pdf/interventionscholarshipform.pdf
    Any help would be appreciated. Thanks.

    It may have been improved with AA9, but at least up through AA8, Acrobat required the use of MAPI on the machine to deal with e-mail. If that has changed, then the other recommendation to use extended rights might meet your need. There is a 500 use limitation for the extended rights (more requires negotiation with Adobe). This may be a limitation that changed with AA9 Pro Extended.
    The rights are not needed if the data file is sent and not the whole PDF. There is no need for the whole PDF since the data file can be opened in the original form document - giving the same result. Your observation that it works in AA9 for e-mail is making the assumption that everyone uses AA9. That is a dangerous assumption if you are developing a general use form. You should assume folks have back to AA7, or even AA5 (like I have on this machine). There are still a few that check in here on occasions with AA4. I have not seen an AA3 question for several years. Thus backward compatibility may be an issue, depending on your client base.
    The cleanest way to work with forms is to submit to a web script. Then there is no question about the end result. The use of web scripts is even recommended for online html forms for much the same reasons. I was giving a heads up so that you have considered possible users that do not have the newest and best, assuming that the latter resolves the e-mail issue.

  • How to create a form with DW CS3?

    Hi all,
    I want to create a form to gather email, address information on a website. Question, can I do that using
    DW CS3? and what else do I need in order to do that? I know there is more to it than just creating a form
    with fields, that there is programing behind it. I use 1 and 1.com for my hosting.
    Any help would be greatly appreciated.

    You'll need a form to email processing script.  Ask your host if they provide one you can use.  If not and your server supports PHP, I highly recommend this one from DB Masters.  It is safe, secure and with good spam prevention built in.
    http://dbmasters.net/index.php?id=4
    Other options:
    Forms to Go from BeboSoft
    Wufoo
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Is it possible to create a timestamp with an accuracy of 1ms?

    I want to acquire data with PCI-6023 and write them with a precise timestamp to a file. Is it possible to create a timestamp with an accuracy of 1ms?
    Maybe somebody can tell me experiences with logging data over a time periode up to 24 hours (and time-accuracy of 1ms)?

    Hi Hans, This forum is related to one of National Instruments' automation products rather than data aquisition. Perhaps you will acheive better results if you post your question to one of the "Measurement Devices" forms instead.

  • Is it possible to create sub-client with in SAP production (PRD) client

    Hello Experts,
    Is is possible to create sub client with in SAP production client?
    The question came to mind is that if I am the father company of two child/sub companies and both these function under my company and the users of all the companies will have different SAP log in . But, I can I create a Main PRD client say 'PRD L1 and under this client I create PRD L2 and PRD L3.
    Is that possible and seems logical?
    Thanks & Regards
    Saurabh

    This is not a question for this forum, because you are trying to discuss security where you should be trying (or rather your FI/CO department should be) to discuss business scenarios.
    I never dreamed (after 20 years doing SAP), that I'd quote the original SAP documentation on clients vs. company codes again, ever - but here it goes:
    Company Code
    Definition
    Smallest organizational unit of external accounting for which a complete, self-contained set of accounts can be created. This includes the entry of all transactions that must be posted and the creation of all items for legal individual financial statements, such as the balance sheet and the profit and loss statement.
    The definition of the company code organizational unit is obligatory .
    Anything bigger goes to a different client.
    Try to come up with a business architecture first and adapt security after, accordingly.

Maybe you are looking for

  • Pages 5.2.2 Business Resume: How to modify the Section Layout Margin

    I started writing a document using the Business Resume template in Pages 5.2. On the first page (only) there is a big vertical gap/margin/whitespace between the header and the section. I was wondering how you can resize the section OR remove that gap

  • How to transfer from Old ibook to new ML iMac

    Hello, looking for some help with an installation problem.      I'm in the process of trying to [help my daughter] transfer relevant files from an old (2004?) iBook running 10.5.8 to a new 21" iMac running Mountain Lion (10.8.2). Using ethernet as iB

  • How to enable indexing of a protected adobe acrobat document

    Hi I was trying to index all Adobe Acrobat documents inside one directory but I got a message suggesting that indexing of password-protected Adobe Acrobat documents is not possible. I would like to know if there is a protection level (say read-only p

  • User Profile Service failed the logon

    I am sure many of you have heard of this problem before and are ready to tell me to activate the hidden Admin account and dive into the registry, but our problem is different then that. This error happens on Windows 7 Professional AFTER joining a dom

  • Any idea when they will be selling cases in store?

    Excuse me if it is already being sold in stores, but if it isn't, does anybody have any idea when cases will be sold in stores? By "in store", I don't mean online on the store's website, I mean literally in store.