Dynamic Forms in FormsCentral? Is it possible ?

Hy,  I'm a complete newby. I've downloaded the Adobe Acrobat XI Pro and this installed FormsCentral as well.
I did this download as I wanted to created a PDF document which I could sent to some partners of us. They could then fill out this pdf and send it back to us.
What I would like to have in the document are drop down field that are dependent on one another. So if you select something in the first drop down field, the second one should only show only fields related to the first selection. (and so on)
A = 1  2  3
B = A B
So if you select A in the first dropdown, the second should show 1, 2 and 3.
If you select B in the first one, the second should show A and B
Is this possible ?  Am I using the right product ?
Furthermore, it would be great if these drop down fields could be populated from an external source. (xls, mysql, ...)
Again, is this possible ? Am I using the right product ?
Many thanks

Forms created in Acrobat can do that, but it requires some JavaScript programming. Fortunately, it's not too complicated and there are resources available to help you inderstand how to implement it.
You posted this in the FormsCentral forum, which is for questions about forms that are used with the FormsCentral service. Although PDF forms can be used with FormsCentral, it is just the form data that gets submitted, not the entire filled-in PDF.
If you want users to send you the filled-in PDF, you need to Reader-enable the document in Acrobat (unless all of your users will have Reader 11 or Acrobat). This allows Reader-users to save the form and they can then email it. You can set up a button on the form that initiates an email with the PDF attached, but if this doesn't work (and it won't for some users), the user can manually attach to an email.
As for populating the form from a data file or database, that's possible, but it's easiest if data is converted to a form that Acrobat can easily import, such as FDF, XFDF, or tab-delimited format.
If you have  more questions, I would recommend using the Acrobat Forms forum here: http://forums.adobe.com/community/acrobat/forms?view=discussions

Similar Messages

  • Is it possible to update multiple tables with a dynamic form?

    I have columns from two tables populating a dynamic form. I am trying to have the form update both tables on submit. I have tried both a linked transaction and a custom transaction but I am not making progress. Only the master table is being updated. Is it possible with ADDT to update two tables with a dynamic form?

    I meant
    SXMSMSTAT
    SXMSSYERR
    Thanks.

  • Even if we have bought the advance version of Adobe FormsCentral, is it possible to receive via e-mail the completed form in .pdf? If not, is it possible to develop this option? How much would it cost?

    Even if we have bought the advance version of Adobe FormsCentral, is it possible to receive via e-mail the completed form in .pdf? If not, is it possible to develop this option? How much would it cost?

    I know of no way to do this with Reader or XML.

  • Create a dynamic form where selected text boxes appears, based on options chosen in a drop-down box

    HELP!!! Can anyone please provide some guidance on how to create a dynamic form where selected text boxes appears, based on options chosen in a drop-down box.
    I have a form which – based on the department that's selected from a drop-down box – will have different form fields/text boxes, etc, made available.
    Is this possible in LiveCycle, if so, can you please provide the script/info - as needed.
    Thanks,

    In the preOpen event of the second dropdown list you put something like (in formCalc):
    if (dropdown1 == 1) then
    $.clearItems()
    $.setItems("Year, 2 Year,  3 Year")
    elseif (dropdown1 == 2) then
    $.clearItems()
    $.setItems("3 Year,  4 Year")
    endif

  • How to create a dynamic form with bind variables :schema & :table_name

    My application has two LOV's, one to select a schema, and the next to select a table within that schema. I then have a button which passes me to a report which displays the data in that table.schema.
    I now want to create a link to a form where I can edit the record based on the rowid of that table.schema, but it doesn't appear that I can create a dynamic form where I pass the schema.table_name and rowid. Is this possible? Can anyone advise how I can do this? The form builder only wants a fixed schema/table name.
    Thanks in advance.
    Stuart.

    Hi Stuart,
    In this sort of situation, you will need to be a bit creative.
    I would suggest a pipeline function called as if it was a report.
    Then you can pipe out the required fields.
    Since you will have a variable number of fields, you could use two of the multi row field names for your field names and values.
    Then after submit, you can create your own procedure to loop through the fields (stored for you in the Apex package) and update the table as required.
    Not very specific I'm afraid, but it should work.
    Regards
    Michael

  • Remove scroll bars in dynamic form

    Hi all,
    I'm starting to kick myself every time I put a post here.  Apologies and thank you for everyone's help - slowly but shortly I'll be one of the people answering the questions.
    Really easy one (I think).  A have a dynamic form, which updates a dynamic list.  Is there a way to alter a text area in the dynamic form, so that it is a fixed area  i.e. when you get to the end of the line/characater usage, the cursor goes down to the next line rather than creating a horizontal scroll bar and running forever into the distance.  I have played around with Wrap options without luck, the css doesn;t seem to play much of a part as this is an actual text area in Dreamweaver as opposed to a CSS clipping in the list.
    Thanks again,
    Nathan

    NJFuller wrote:
    Perfect! Thank you Albert.  Is it possible to add virtual wrap to a box in a dynamic list?  As that is not presented in a normal html form'ish style way.....?
    Hi Nathan,
    as a Dynamic List displays pure text only, you´ll need to help yourself by formatting the displayed column using PHP. There are several ways to add "virtual" line breaks, and the most straightforward (though certainly not the most elegant) solution would be to apply the PHP function wordwrap which wraps a string to a given number of characters.
    The following example will wrap the text after 40 chars, and the "wordwrap" function will - as always - have to replace ADDT´s default "KT_FormatForList" function:
    <?php echo wordwrap($row_rsqueryname1['columnname'], 40, "<br />\n"); ?>
    Cheers,
    Günter

  • Is there ANY way to keep track of changes or versions in a dynamic form, viewed in Reader

    I need to provide a measure of content control.
    I looked at acrobat.com for help.  There is a rather convoluted method and I don't know if I can get my company to go along with it.
    I have a dynamic form and it has to be dynamic, so I cannot change it to static to give it Comment/Markup ability - out of the question.
    Does anyone know of ANY way to keep track of changes or comments or anything? And if you know, please be as specific as possible.
    Thanks!

    No replies, so I assume that there isn't any way to do this at present. Do people agree that this would be a really useful feature?

  • Adding attachments to a dynamic form

    Hi there,
    I am creating a dynamic PDF form and I would like users to be able to attach a file (e.g. a word file, photos) to the dynamic form.
    Once the form is completed and returned (in PDF format) I want the person reviewing the form to be able to open the embedded attachments.
    If this possible?
    Many thanks for you help in advance
    Lee

    The user can add attachments by clicking the paper clip icon.
    If you mean you want to add attachments through script or associated with a form field, below is an example where a form check box triggers adding an attachment. It adds an attachment with a description pulled from the caption of the check box. My check box captions end in : which is stripped.
    //Change event of check box
    {variable object in Heirarchy}.attachmentCheck(this, event.target);
    //code in variable object
    function attachmentCheck(checkField, myDoc) {
              var descrip = checkField.parent.nodes.item(0).value.resolveNode("#text").value;
              descrip = descrip.substr(0, descrip.length - 1);
              //app.alert("\"" + descrip + "\"");
              if (checkField.rawValue == "1"){
                        var cancel = true;
                        myDoc.importDataObject(descrip);
                        try {
                                  var objDoc = myDoc.getDataObject(descrip);
                                  objDoc.description = descrip;
                                  cancel = false;
                        } catch (e) {}
                        if (cancel){
                                  checkField.rawValue = 0;
              } else {
                        mBoxResult = xfa.host.messageBox("Unchecking will delete the attachment.", "Confirmation", 2, 1);
                if (mBoxResult == 1) {
                                  var obj = myDoc.dataObjects;
                                  for (var i = 0; i < obj.length; i++){
                                            //app.alert("\"" + obj[i].description + "\"");
                                            if (obj[i].description == descrip) {
                                                      //app.alert(obj[i].name);
                                                      myDoc.removeDataObject(obj[i].name);
                } else {
                                  checkField.rawValue = 1;

  • Call Dynamic Form Wizard via a POST data

    Is it possible to call a Dynamic Form Wizard form via POST from another form?
    I can get my form to work for an Update and Delete transaction, but I can't get it to work with an Insert - I can't prime fields.
    Conversely, I can get it to work with an Insert transaction, but then it stops working for Update and Delete transactions!!!!
    Calling a form with URL parameters is really frowned upon these days and ADDT needs to be updated to allow for the POST technique!

    Hi Steven,
    "order" is one of MySQL´s "reserved words", means you´ll have to rename this column to something else.
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Issue tabbing across page breaks in dynamic form

    Hi all,
    I have a strange problem that I'm having trouble getting to the bottom of, relating to my dynamic form.
    This form grows and shrinks depending on how the user fills it out.  I have a questionnaire section where certain questions are hidden or shown depending on previous input.
    Things get interesting when I look at the tab order.  Sometimes when tabbing forward or backward across page breaks, the focus lands on a spot that I cannot identify.  There will be no cursor and I can not type.  However if I continue to tab in the same direction, I can see that it is still going in the correct sequence.  It just looks like for some reason, in those places, focus is put in the wrong component.  But if I type different input into the prior fields (ones that affect the length of the pages) that causes the field to move to different place where it's not adjacent to a page break, and then tabbing to the field in either direction works fine.  It seems that only when it's beside a page break, it becomes problematic.
    Also, it only seems to be a problem if the field gets moved to be adjacent to a page break AFTER the form is initially rendered.  If the field was originally beside a page break by default, then it seems to work fine.
    Just to rule out a possible problem with the tab order configuration, I set my from to Automatic tabs, and even went as far as removing all the <traversal> elements from the form.
    After doing either of those things, the problem still persists.
    Has anyone seen this before?

    Hi Eric,
    I have seen funny behaviour when tabbing within Preview in LC Designer. It may be picking up a read-only item in the Master Page.
    Good luck,
    Niall

  • Tags in dynamic forms

    Has anybody create dynamic forms with tags?
    For me it is not possible to do this, only static forms can hold tags (Designer 8.o and 8.1 ES).
    So it is impossible to create accessible, dynamic PDF-Forms with Designer technology - is this the reality?
    regards
    Jan Hillmer

    Thanks Mike. I've been banging my head against the wall all day trying to figure out why my Livecycle Designer 8 forms aren't tagged. I couldn't find any info searching the Adobe site (I REALLY suck at google-like searches). Is there a known issues document that you can point us to that might have more info about current problems with tagging dynamic forms?

  • Adobe LiveCycle - Repeating Tables on a dynamic form - issue!!!! Please help

    Hi there
    I have a dynamic licensed form that 3 user groups will be using.
    User Group A - completes one section, locks the form and sends to User Group B
    User Group B - completes rest of form, form is locked unbeknownst to user group B, they send it back to user group A
    User Group A - approves the info, locks entire form as read only and sends to User Group C
    User Group C - reads the info and uses it to do some data entry
    The form is doing exactly what we need it to do EXCEPT when it comes to repeating sections and tables.
    Main part of form - does not repeat
    Section 1 - the entire section can be repeated if User Group A needs to add a new section by clicking a button.
    Inside Section 1 - contains a table that User Group B can +/- depending on their need & in this table there is drop down list.  User Group A needs to populate the list somewhere (AFTER licensing) lock it and when User Group B gets the form, they need to make a selection from the drop down - on ALL the added tables they create,
    The above is only working for the first section and first table.  we cannot get it to work for the added tables or added sections.
    The above is working mainly by java script.
    Is there anyone out there who can help?  I am desperate and have a rollout coming up quick.
    Thanks! Michelle

    Hi Michelle,
    I think we are going to need to see the form to help, is it possible to post a link to it.  I assume you have some code in the preOpen event of the drop-down that need populating, I don't think you can dynamically update the items a drop down is bound to (at least not without a remerge() which would probably cause more pain).  How are Group A adding values to the list?
    Regards
    Bruce

  • Dynamic form processing in struts

    Hi all,
    I need your help regarding dynamic form elements form processing.
    Here is my JSP Script,
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
    <html:html>
    <HEAD>
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
         pageEncoding="ISO-8859-1"%>
    <TITLE>Processing Dynamic Forms</TITLE>
    <script type="text/javascript">
    //function which adds new row
    function AddRow()
         tb=document.getElementById("demo");
         // attach counter
         lnrows = tb.rows.length;
         //alert(lnrows);
         newrow = tb.insertRow(lnrows);
         var fourth_col = "amt"+lnrows;
         cell3=newrow.insertCell(0);
         cell3.innerHTML="<center><input type='text' id='"+fourth_col+"' name='"+fourth_col+"' size='10'/></center>";
         document.getElementById("cntr").value = lnrows;
    // function to delete row
    function DeleteRow()
         tb=document.getElementById("demo");
         lnrows = tb.rows.length;
         //alert(lnrows);
         if(lnrows > 2)
              tb.deleteRow(lnrows-1);
              document.getElementById("cntr").value = tb.rows.length - 1;
    </script>
    </HEAD>
    <BODY>
    <html:form action="/dynaActions">
    <TABLE id='demo' align='center' width='80%' border='1'>
    <TR>
         <TH width='25%'>Party Name</TH>
    </TR>
    <TR>
         <TD align='center'><input type='text' id="party1" name="party1" size="30" /></TD>
    </TR>
    </TABLE>
    <TABLE align='center' width='80%' border='0'>
    <TR align="right">
    <td>
         <html:button property="Add" value="Add" onclick="AddRow();" ></html:button>
         <html:button property="Remove"  value="Remove" onclick="DeleteRow();"></html:button>
    </td>
    </TR>
    <TR align="center">
    <td>
         <input type='hidden' id="cntr" name="cntr" value="1" />
         <html:submit/>
    </td>
    </TR>
    </TABLE>
    </html:form>
    </BODY>
    </html:html> As you seen there is dynamically form elements generated as many as required. Now how do I process this with ActionForm & Action?
    Regards,
    Mahesh

    Hi rrhegde,
    Thanks for response.
    Ok, So instead of making it party1, party2, party3, party4, .............................
    if I make it party[1], party[2], party[3], party[4],.............................
    But then how do I process this array. Since the array length will not be fixed, it depends upon users.
    If possible pls provide me some example code on this.
    Thanks & Regards,
    bonzy

  • Is the "Unlimited Forms" in FormsCentral covered under my CC subscription?  or do I have to also upgrade the FormsCentral to get unlimited forms / responses?

    Is the "Unlimited Forms" in FormsCentral covered under my CC subscription?  or do I have to also upgrade the FormsCentral to get unlimited forms / responses?
    Im signed into my account on Forms Central, but it is still telling me I only have one free form and need to upgrade to the annual Adobe Xl Pro package to get unlimited forms / responses.  This isnt included in my monthly membership price for CC?
    Thanks,
    Derek

    FormsCentral won't help with flattening a form. You could set up the form in Acrobat so that the fields are set to read-only, using JavaScript. Not quite the same as flattening but it's the best Reader can do.
    Note that when Reader is used to e-sign a document, it gets flattened, but this won't be possible if you need to Reader-enable the form and under certain other conditions.

  • How to create dynamic forms

    Dear All,
    How is it possible to create a dynamic form controls in ADF?
    Well this is how my use case goes:
    A web service returns a schema that display the list of questions that user needs to supply.
    <questions>
         <question>
              <type>text<type>
              <data>What is your Name</data>
         </question>
         <question>
              <type>booleanOneChoice<type>
              <data>Gender</data>
              <list>
                   <value>M</value>
                   <value>F</value>
              </list>
         </question>
         <question>
              <type>choice<type>
              <data>Salary Range</data>
              <list>
                   <value>Less than 1000</value>
                   <value>Less than 10000</value>
                   <value>Greater than 10000</value>
              </list>
         </question>
    </questions>When this is rendered, I am should be able to see
    this sample pages in a form layout style.
    <af:inputText label="Label 1" id="it1"/>
    <af:selectOneRadio label="Label 1" id="sor1">
    </af:selectOneRadio>
    <af:selectOneChoice label="Label 1" id="soc1">
    </af:selectOneChoice>Sorry the question above is very trivial but I just wanted to simplify things?
    Has anyone done this use case before?

    Hi,
    I tried that code actually but you need some sort of an event before the components are shown.
    Say an event like when a button is click then you do some PPR.
    But my use case is like this, I need to create the component list from my managed bean
    before the page is shown to the user.
    Here's what I tried.
    I created a binding on my managed bean. Then I created a hidden output text
    and then I bind the value to a method of my managed bean.
    The purpose of the output text is so that I could call my managed bean method.
    <af:panelFormLayout id="pfl1"
        binding="#{pageFlowScope.myBean.dynamicForm}">
    </af:panelFormLayout>
    <af:outputText id="ot2" visible="false"
        value="#{pageFlowScope.myBean.generateRandomForm}"/>     My managed bean method is the one that populates the form
    public class MyBean{
          private RichPanelFormLayout dynaForm;
         public String generateRandomForm(){
              RichInputText text1 = new RichInputText();
              text1.setLabel("What is your name");
              dynaForm.getChildren().add(text1);
              AdfFacesContext ctx = AdfFacesContext.getCurrentInstance();
            ctx.addPartialTarget(this.getDynaForm());
              return null;
    }But, I notice that nothing is happening.
    What could be wrong in my approach?
    Thanks

Maybe you are looking for

  • SYSTEM CRASH with 'Save As PDF' in Safari

    Since installing 10.6.4 my MacBook crashes whenever I attempt to "Save as PDF" in Safari. I am unable to force quit Safari or use any other application as the spinning beachball of death works its magic. I removed Safari 5 and replaced it with Safari

  • Getting rid of icloud music (not just hiding it)

    so, I just bought a new car with Bluetooth music capabilities. I was very excited to have a small selection of music to be able to select from, and I actually added music to my phone for the first time. My issue, is that on the car's screen, I am see

  • BADI implementation for importing values from excel

    Hi All, This is my first ever post in this forum and I am a newbie in ABAP. I have this doubt rather I would say I am stuck while implementing a BADI for importing Excel values. We have a BADI for 'Upload flow rate' button which is built on PLM frame

  • (101) RFC_ERROR_PROGRAM: 'password' missing at com.sap.mw.jco.Middlewar

    All, I am trying to set up a simple demo about Payer direct with our 46C system. I have the R3 system defined in the system landscape. In user management, I have assigned UIDPW as logon method. I have maintained the User mapping where it is successfu

  • Workflow_Mailer_Exchange_Server_Issue

    Hi, The workflow notification mailer is configured in the Prod instance. We are going to change the exchange server (inbound+outbound) to a new one. After that the workflow notification mailer should make use of the new exchanges server and it should