Designer is making forms incompatible

After editing forms in Designer, I am no longer able to edit the form in Acrobat Professional.
Also, Designer seems to be changing the names of botton controls within the form. For example, I named a button "DCSubmitFV1_0" within Designer. Inside Designer, the button name shows correctly, but in actuality, the button is named "F[0].P1[0].DCSubmitFV1_0[0]" making it not work with our system.
Is there a way to revert the form to the Acrobat Professional format, after the form has been edited in Designer? Or is there a way to specify how Designer really names form controls?

Hmm, big question. You'd want to get experiance by using Designer to try to do what you are doing in your AcroForms in order to get used to the new UI and field types. The biggest thing will probably be the new scripting model which is quite different. While you can still use some of the Acrobat script objects to do some things, you'll want to convert to the XFA scripting model as much as possible if you want to have success.
You can check out the Designer Dev center here: http://partners.adobe.com/public/developer/livecycle/designer/devcenter.html . There's a link to some samples you can look at, and also a link to the XML Form Object Model document, which is extremely useful when writing script. As an example, here's what your script would like using the XFA object model. I'm just typing it into this window here, so I can't guarantee it won't have a typo or a little mistake, but should be pretty close.
var dcProceed = true;
// Get the field containers from each page.
for (var nPageCount = 0; nPageCount < xfa.host.numPages; nPageCount++) {
var oFields = xfa.layout.pageContent(nPageCount, "field");
var nNodesLength = oFields.length;
for (var nNodeCount = 0; nNodeCount < nNodesLength; nNodeCount++) {
if (!(this.ui.oneOfChild.className == "button") && (this.mandatory == "error") {
if (this.rawValue == null || this.rawValue == "") {
app.alert("The field with name " + dcLoopField.name + " is required. Please enter a value before submitting.", 1, 0, "Field is required");
dcProceed = false;
break;
if (dcProceed) {
var dSubmit = xfa.form.formName.resolveNode("DCSubmitFV1_0");
dSubmit.presence = "hidden";
dSubmit.execEvent("click");
//where dSubmit is a submit type button that points to your URL
Also, XFA forms do not use FDF, they use XML, so depending on what you are doing on the server after the submit you may need to change what's going on there too.
Anyways, the first question I would ask if I was you is why you want to switch. If you already have everything you want working and your just switching because it is the "new" way to design forms it's probably not worth it. If your looking to take advantage of functionality it can provide that AcroForms can't, or your looking to use it with the LiveCycle server products then go for it. It's a big change with a definate learning curve, but in the end I think you'll be happy.
Chris
Adobe Enterprise Developer Support

Similar Messages

  • I want to design a login form on my website, can I do it without coding in Muse?

    I want to design a login form on my website, can I do it without coding in Muse? And if I want to set an Email function within my website, can I still use Muse?
    Thanks

    Hi Wenshu... I am sure someone will be along here shortly with a "right" answer, but here is my 2 cents.  On part 2 of your question, I just say something like "Click HERE to e-mail me" and on the HERE part, I type the link mailto:[email protected] (filling in your actual e-mail address, of course AND no matter how many times I try to edit this, it still keeps putting the hyperlink in my response here!!!  That entire link has no spaces... that envelope icon is supposed to be helpful, but it's making me nuts) in the hyperlink box at the top of the Muse design page so that the person's default e-mail client will pop up to send me an e-mail when they click on that link on my site.
    As far as part one goes, I don't do any login forms.... but I do create and use long forms for like applications and whatnot and I do have to code them outside of Muse because when I try to drop the code into the HTML box, it ends up not looking right.  I look forward to hearing the replies on the login box issue.
    Good night.

  • I am wanting to add picture and designs to my form how do I place it in a specific place on my form?

    I am wanting to add picture and designs to my form how do I place it in a specific place on my form?

    Currently we only support one field/item on a line. We are working on adding a feature that allows you to put multiple fields/items on a single line. We hope to have that out in a few months.
    Randy

  • Difference between Designer 6i and Forms 6i?

    difference between Designer 6i and Forms 6i?

    Designer 6i is more related to the development cycle of a database and the various tools that access the database(from creating the database entity relationship diagrams to creating the physical tables/ddl). Forms 6i is more geared towards data management of the database. Designer 6i has tools to help auto-generate 6i forms.

  • How do I change template designs once a form has been created using another template design?

    How do I change template designs once a form has been created using another template design?

    I talked to a service Representative and he told me there isn't a function to change a form using one template to a different template. For example, I used template for "Accommodation registration" and wanted to change it to "admissions application." I was hoping I could just select a "Change template" rather than having to copy/paste everything to the new template. But that's what i had to do. Maybe the next version of this software will make it easier to change design templates.

  • What is the best way to design a simple form that is captured in structured accessible database/file?

    Hi there,
    I need to design a simple form to capture some data from the users. This data shall be able to post into structured database where I can connect to the content to grab the data automatically every night.
    What is the simple recommended way to do this?
    Thank you

    I will agree with Margriet Bruggeman, But if you want to have a collaboration with these data with security, then "Business Connectivity Services (BCS) " could be another option. It need more config/development but it has own use too.
    Few detail links
    A
    step by step guide in designing BCS entities by using a SQL stored procedure (Jyoti Saikia)
    Business Connectivity Services (BCS) Overview
    If SharePoint list form will be only data entry interface then go with InfoPath, if not then BCS
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How to design a Parameter Form

    Hi,
    How to design the parameter form with image which can be shown in the discoverer viewer.

    if i got your question right you need a image or logo in discoverer viewer right??
    Discoverer viewer dont support images or logos....Images are only supported in discoverer plus.
    anything more be clearer on the question.

  • Submit problem using Adobe Designer 7.0 form & GroupWise email

    We are designing an interactive form using Adobe Designer 7.0, and would like for other people in the organization to be able to fill in the form electronically then hit the "Submit by Email" to return the data.
    For email, we are using Novell GroupWise.
    Problems are occurring once the recipient of the form selects the "Send Data File" button. This action either causes Adobe to crash, or causes an error message, "Acrobat is unable to connect to your email program."
    Can anyone help? Is anyone successfully using this function with GroupWise email?

    I don't really have a solution for you - perhaps the following may be of use though:
    Try reinstalling Designer 7 and ensure that at the point where you are asked about your e-mail client that you tell it that you are using GroupWise.
    You may like to see if you can send an e-mail using the same method that we employ.
    This is the script we use on the 'click' event of a button that sends an e-mail with the form attached (via GroupWise) to the e-mail address as specified ("[email protected]" in the example below).
    var myDoc = event.target;
    myDoc.mailDoc(false,"[email protected]", "", "",
    "This is will appear in the subject line....",
    "Here is the message text............");

  • Design a Query Form to display a particular form's filed's properties

    Hello,
    I need to design a Query form to see all the properties and its set values of each and every field (or may be any particular field) of any particular form.
    So, is there any way to get the properties set and their values of a field?

    You don't use a query for changing the properties in the property palette. You can set and read many (but not all) of the properties in the property pallette at runtime by using these built-ins:
    set_item_property
    get_item_property
    set_block_property
    get_block_property
    SET_ALERT_BUTTON_PROPERTY
    SET_ALERT_PROPERTY
    GET_CANVAS_PROPERTY
    SET_CANVAS_PROPERTY
    SET_APPLICATION_PROPERTY
    GET_APPLICATION_PROPERTY
    SET_FORM_PROPERTY
    GET_FORM_PROPERTY
    The help documentation describes how to use these.
    Let say you want to let the user change the color of the item. Then you can create a list item with the list of available colors, and create a button that implements the color. When the user clicks the button, it reads the color selected in the list box and changes to that color using the set_item_property.

  • I created an account but haven't yet purchase any products yet! I'm a publisher launching  a magazine so i need something for design and making a layout for magazine! Please help is there a number i can talk to someone ?

    created an account but haven't yet purchase any products yet! I'm a publisher launching  a magazine so i need something for design and making a layout for magazine! Please help is there a number i can talk to someone ?

    Adobe Connect Support phone numbers
    or
    Cloud Plans https://www.adobe.com/products/creativecloud/buying-guide.html

  • Migration Designer 6i to Designer 10g with Forms generation

    Has anyone done a migration from 6i Designer to Designer 10g with Forms generation?

    There is a newer version of Headstart available, that version (6.5.4.0.1) is also certified for Oracle Developer Suite 10gR2. I can't tell you if it is the latest version.
    Headstart is a product of Oracle Consulting. You have to purchase it from Oracle Consulting. Ask for iDevelopment Accelerators Package.

  • Making forms writable using Designer (or Acrobat Professional)

    Hello,
    I am trying to fill a PDF form created with Designer ES 9, with the pdftk utility and data contained in an xfdf file, but to no avail.
    How do you make forms fillable in Designer?
    When I open the form in Adobe Reader, it tells me that data can't be saved in it and that I can only fill it by hand and print it.
    Many thanks.
    philroc12345

    Hi,
    When you create a form in LC Designer you end up with an XFA Form in a PDF wrapper. Some viewers (like Apple Preview and others) either cannot display the form properly or will create problems when the form is opened again in Acrobat.
    I would recommend that the form be opened in either Acrobat or the free Adobe Reader.
    If the user has Reader then there are restrictions. For example the user can open the form, fill it in and print it. But they cannot save it. There is a solution called "Reader enabling" the form. You can do this in Acrobat v9 Standard (or Acrobat v8 Professional), but you are limited to 500 data processes for that form. Alternatively you can apply the Reader rights in a server product called LC Reader Extensions ES2. This has cost implications and you should contact the Adobe rep in your area.
    Here is a summary:
    http://assurehsc.ie/blog/index.php/2010/05/using-livecycle-forms-in-acrobat-and-reader/
    I hope htat helps,
    Niall

  • Designer style query forms

    In Designer WSGL it was a few clicks to set up a query form for emp where the user could enter a minimum and maximum hire date and use a multiselect box to pick departments and then the generated code would produce the necessary between and in clauses in the where.
    Our users aren't used to typing "between" into a hire_ date field and typing "IN (10,20,30)" into a deptno query field is way outside their experience so I need to replicate this prior existing functionality. I've seen Duncan's LOV example code so I know how to do the UI for a multiselect box but I don't know how to bind multiple values. As far as I can tell I'm going to have to write custom form beans for every query screen and then write action code to transfer the data in the form bean into view criteria.
    The query examples I've found all seem to be single-value string based, and I'm having trouble making the leap to more complex queries (like above). Is there a smarter (ie faster, simpler less code intensive) way to do this than the one I've outlined?

    Two things to look at are the Find operation that you get with the ADF Model -
    http://helponline.oracle.com/jdeveloper/help/state?navSetId=jdeveloper&navId=4&vtTopicId=&vtTopicFile=jdeveloper/developing_mvc_applications/adf_pfindmode.html
    And also the setWhereClause method for ADF BC as described here:
    http://www.oracle.com/technology/products/jdev/tips/shmeltzer/setwhereclause/index.html

  • Making form just a single page

    There is a huge gap in my form, how do i make my form just one page that flows?

    Are you making a PDF form or a web form?
    If you are making a PDF form go the the Design Tab and look under the View menu and choose "Page View". Make sure that there are no page break elements on the Page View where you are not expecting them.
    Page Breaks are specific to their view so Page Breaks on the Page View only affect the PDF form and don't apply to web form and vice versa.
    Gen

  • Making forms

    e_mail
    Can anyone recomend servers which is Dreamweaver compatible,
    when it comes to making interactive forms, so one does not have to
    make it all from html coding?
    Kind regards from Christian, Norway

    "Innocent_54" <[email protected]> wrote in
    message
    news:fgmp1i$l6i$[email protected]..
    >
    [email protected]
    >
    > Can anyone recomend servers which is Dreamweaver
    compatible, when it comes
    > to
    > making interactive forms, so one does not have to make
    it all from html
    > coding?
    Not sure if you're unclear about this, but just in case:
    Dreamweaver doesn't
    work the way FrontPage does, with interactive features that
    you can install
    automatically as long as the server supports FrontPage
    Extensions.
    With Dreamweaver, it's up to you to choose the type of script
    you want to
    use. Your choice of server shouldn't have anything to do with
    Dreamweaver,
    but rather with what type of script you'd like to use for
    your interactive
    form.
    It's usually best to make the decision more like this: if
    it's up to you
    what server your site gets hosted on, then you need to decide
    whether you'd
    prefer to work with CGI/Perl scripts, or with ASP, ASP.NET,
    PHP, or
    ColdFusion. Dreamweaver has features to help you work with
    any of those, but
    it won't simply put the form in place for you.
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

Maybe you are looking for

  • Error while creating material cost estimate

    Hello All I am creating material cost estimate of FG whose components are SF & ROH-2. While creating cost estimate system gives an error message which states: : *No cost element segment exists for 40103110 on 01.09.2009 Message no. CK048 Diagnosis Th

  • Please help Z77MA-G47

    So i just got my MSI Z77MA-G45 LGA 1155 Intel Motherboard z77  slotted it all together all seemed fine untill it wouldn't recognize my hard drive. I currently dont have a dvd drive at the moment so i put all the files of the win7 and msi drivers on t

  • HT1923 Can not Update to the lastest version of iTunes Windows Vista 32 bit

    I am using Windows Vista Home Premium 32 bit on a compaq laptop. I am trying to update to the lastest version of iTunes. I have tried to remove all of the exsisting componets of itunes but I am not able to remove iTunes and Apple Software Update. I g

  • Error in establishing connection from Sun Java Sys APp Server to databse

    HI there !! i m using Sun Java System Application Serever P.E 9.1 for my java ee application and the databse base is SQL Server 2000 desktop edition. Now i m getting the following error when i try to get a connection . RAR7099: The mcf being used to

  • Cloudd & nsurlsessiond consuming all my bandwidth

    Hello. I'm running 10.10.03 (as of last night, the official release; for several weeks prior, the beta release - but I couldn't whine because it was beta software). The processes cloudd and nssessionurld are hogging all my network's bandwidth, genera