Inserting a Form Created in CoffeeCup Form Designer into iWeb...

Hi all,
I created a web form in CoffeeCup's Flash Form creator (on my PC). The end result is 7 files and a section of code. I presume that I can insert the code as a snippet (I have version '08) but I'm unsure as to where to put the 7 associated files. In addition, this site is hosted on Go Daddy, not .Mac. Any tips on where/how in the folder architecture on my Mac to place the 7 files generated by CoffeeCup and does anyone know if there's anything funky I need to do to post this all to Go Daddy... Thanks in advance for any advice...

Yes, you can enter the Html code as a snippet, however, as far as I know you have wasted your time creating 7 pages with coffee cup as you will not be able to merge them into iWeb. Others have asked this same question and I don't think it is possible to merge web sites or pages created with other web site packages such as Dreamweaver into iWeb. You can't import in that way.
You will either need to use iWeb or coffee cup, but not both.
Use an ftp client to upload to GoDaddy. There are many - Fetch, Cyberduck or Transmit. You can do this in iWeb too.

Similar Messages

  • How to insert application form id into the form template

    Hi,
    Is there a way to set the application form id into a form template designed from the LiveCycle Designer? Here is the detail description of my question:
    (1) I am using LiveCycle Design to design a form template.
    (2) I go to our application to deploy this form template. During the process, a form id will be generated and it will be associated with this form template.
    (3) I would like to insert this generated form id into the form template, so that later when user fills out and submits the form, I will know what's the form id the submitted data belongs to.
    Appreciate you kind help!!!

    Hi Justin,
    Yes. The form ID will be generated by our application during the form deployment process (after the form is designed, it needs to be deployed to our application before it can be used.). So I was hoping there is a way to set the form ID into the form template design at that point. So that later when end user fills out and submits this form, I will know what form ID it is related to.
    If I cannot do this at the deployment point, one way I can think of is to do it at the time when end user is downloading the form. I can return a "rendered" form (instead of opening up the form template directly) with the form ID information in it. But that means for every single form user opened we need to render it at run time to fill in the form ID, which is not performing and what I was trying to avoid.
    Thanks for your help!
    Anita

  • How to insert Adobe Form Data in the SAP backend?

    Hi there,
    I am very new to Adobe Forms. I am supposed to come up with a working scenario of inserting few form fields into the SAP backend. Is this done through a BAPI call? Or is there any other way for this to achieve?
    I have downloaded trial version of Adobe LifeCycle Designer. But I don't know how to integrate this with the SAP system. Is there anything else that I need to install in my system?
    Is there a document on how to configure all the installations for both local machine and the server (if any)?
    Please help.....
    [I went through the forum for this, but I did not get anything]
    Warm regards,
    Deepak

    hi,
    in the livecycle designer under libary tab u have webdynpro tab--->choose submit to sap button and place it in the adobe form ur designing. u can use this button to trigger the code that u have written in webdynpro java.
    for eg if u have
    a value node details
    and under that two value attr fname,lname
    import the model (Insertdata---it has two import param fname and lname)u need for updating the data to r3 system.
    in the ctrller have a method submit.Here write the code to insert fname and lname into the db.
    IPrivateMyForm.IDetailsElement elem = wdContext.nodeDetails().currentDetailsElement();
    Insertdata_Input input = new Insertdata_Input();
    wdContext.nodeInsertdata_Input().bind(input);
    input.setFname(elem.getFname());
    input.setLname(elem.getLname());
    try
    wdContext.currentInsertdata_InputElement().modelObject().execute();
    wdContext.nodeOutput().invalidate();
    catch (Exception ex)
    { ex.printStackTrace();}
    ul bind details to the datasource.
    when u edit ur interactive ui element these attr(fname and lname) vl be visible under dataview tab u can drag and drop them to the form
    now add submit to sap button in ur form.
    this button correspond to the onactionSubmit dat u have written in the ctrller.
    so wen u click this the data vl be inserted
    Regards
    Jay

  • Please wait message when opening form created by Adobe LiveCycle Designer ES 9.0

    Problem
    Please wait message when opening form created by Adobe LiveCycle Designer ES 9.0
    Full message
    Please wait... If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document. You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by visiting  http://www.adobe.com/products/acrobat/readstep2.html. For more assistance with Adobe Reader visit  http://www.adobe.com/support/products/ acrreader.html. Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S
    Actions
    Updated Windows RT 8 to 8.1
    Uninstaled Adobe Reader Touch 1.3 and instaled 2.0 Build 84770
    Additional Information
    The form was created 10 or 11 months ago, and we are pretty sure that we were able to open it a while back
    The same PDF file opens just fine in Windows 8.1 using Adober Reader XI 11,0.06, it is only the app that is affected.
    The document cannot be opened by any other mobile app that we have tried or on another mobile OS (iOS)
    Any ideas?
    Thanks & Regards
    Jim

    The user's assertion is surprising to me, but perhaps I'm missing something important. I thought the correct position was from the conclusion of my earlier post "it can't be done". Adobe state their Reader Touch doesn't support XFA (http://blogs.adobe.com/readermobile/2012/12/13/adobe-reader-for-windows-8-tablets/). Unless (see that blog entry) you changed the type of form.

  • 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.

  • Create a Visual Form Designer extension in VS 2013

    Hi all,
    I'd like to know if it is possible to create a visual win32 forms designer as an extension to VS 2013. My plan is to create a similar functionality in creating winforms/C# or VB. I want to be able to create a NATIVE WIN32 DESKTOP APP thru this proposed
    visual designer wherein I can drag and drop controls like buttons and textboxes. Please share your thoughts on this matter. Any help will do. Thanks a lot!
    Regards,
    RM

    Hi Raymart,
    Please consider using Project Template or Item Template.
    Creating Visual Studio Templates
    Extending Visual Studio Part 3 - Item Templates
    If you want to build your own custom project type, you can go through this MSDN document:
    Creating a Basic Project System
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • FORMS DESIGN ...for checking data...Data ..IMP

    Hi ,
    Iam having Forms in which I have to take some data that is numeriacal data
    and submit it in to my Database there r near about 10 forms that
    r linked one to other and last one check the totals for all...
    basic thing is this all forms r having near about 100 fields
    condition is this if all conditions satisfy of totals in form 10th
    than insert all values to database means data of all forms 1 to 10.
    .more clear is one user willl have this all forms in one session
    Iam using JSP and javabeans. .javascript
    Is there any sugesstion in design frame work which make it easy and accurate....
    regds

    I think what has been suggested to you is a redesign with respect to how your application works using the MVC methodology.
    You want to have JSP's that represent each of the forms that you are asking questions of the user. Each of these JSPs will, of course have the FORMs but the action portion of the FORM will go through the same servlet every time.
    What you need to create;
    QuestionJSP1 - a JSP that has a number of questions and is the 1st of 10.
    QuestionJSP2 - a JSP that has a number of questions and is the 2nd of 10.
    QuestionJSP3 - a JSP that has a number of questions and is the 3rd of 10.
    QuestionJSP4 - a JSP that has a number of questions and is the 4th of 10.
    QuestionJSP5 - a JSP that has a number of questions and is the 5th of 10.
    QuestionJSP6 - a JSP that has a number of questions and is the 6th of 10.
    QuestionJSP7 - a JSP that has a number of questions and is the 7th of 10.
    QuestionJSP8 - a JSP that has a number of questions and is the 8th of 10.
    QuestionJSP9 - a JSP that has a number of questions and is the 9th of 10.
    QuestionJSP10 - a JSP that has a number of questions and is the 10th of 10.
    Controller servlet - This servlet is what each JSP passes its FORM information into.
    Each of the JSP pages have a FORM that asks a number of questions. The action portion of the form references the FormController servlet. When the submit button is hit, the information that has been selected by the user is passed to the servlet and the servlet does 2 of 3 things.
    1) Validates data. //all data that passes into the servlet is validated.
    2) Lets the servlet know from what JSP this information has come from. Accepts data as being correct and stores the information. Forwards to next JSP page.
    3) Rejects data as being incorrect and forwards to the originating JSP. THe Servlet passes back the information to the originating JSP so that the questions are loaded with the selected information originally provided by the user. The servlet also passes information that will allow the JSP to change the color of the misselected question(s) to red (or what ever color you like).
    The JSP pages must have the ability to accept data submitted to them and have the ability, for each of the questions, to change the color of the question that has a Validation problem flagged (choose a color, red seem appropriate)
    Create a servlet that each form will submit its information into. Lets call this servlet FormController (or call it what ever you like). Every time the user hits the submit button the FORM information is passed into this servlet. Along with the FORM information selected by the user, is the JSP page identifier (what ever else you want to pass into the servler depending on your needs . This is just a smple example). The Servlet validates (you choose how) the Information from that particular JSP page. If the page information is correct, store the information and Forward t the next JSP. If it is not correct then send the information BACK to the originating JSP and mark the questions that had tha validation errors. When the final page is submitted and has been validated then calculate the data (if you have not already) and display the output (what ever that may be).
    I hope this simple design helps you out.
    WHen the

  • Requesting user capability to "Save Response as PDF File w/form design intact"

    Love the new admin "Save Response as PDF File with form design intact" feature, but we really need for our indivual users (i.e. the ones filling out the form) to be able to do this. Our director still needs a hard copy of the form for manual signatures and those who pay by check. Our committee chairs use the online data (from excel file) but we also need the user to print a hard copy to physically turn in to the director. A .pdf file with form design intact that our user could print out and turn in would be helpful.

    Hi,
    We have an "Ideas" page where you can add or vote on feature ideas:
    http://forums.adobe.com/community/formscentral?view=idea
    I am pretty sure this idea has been added for you to vote on, but I didn't find it to link to.  I know it is a popular request though so if you need to add a new idea click "Create an idea" under "Actions" in the top right, I am sure it will get a lot of votes..
    Thanks,
    Josh

  • Pdf reader requirements for forms designed in Livecycle

    HI guys,
    I have designed a few dynamic pdf forms that was developed using Livecycle Designer ES. These forms are online fillable forms and I will be uploading these on my site so my users can open these forms in their browsers, complete the form online and print it out for their personal use. These forms are more like online tools for the users. For this, I also have to provide a Troubleshoot guide to my users so they can refer to this if they are unable to open the forms or having trouble viewing the forms properly. So right now I am working on creating this Troubleshoot documentation and I dont want to give the wrong info to my users so I have some clarifications and some doubts and wondering if you guys can help me out..
    1) From what I understand, I think the users need to have atleast a v.8.0 of Acrobat Reader in order to fill these dynamic forms that was designed in livecycle designer ES. This is right? I think so based on my memory since I believe I read this somewhere. Would you be able to clarify this? Have I got the right version?
    2) Also, further to this I understand that the users need to have an Acrobat reader browser plug-in in order to open the pdfs in their browsers. So, I will be adding a list of various pdf plug-in download links for various browsers.
    3) I was wondering, what happens if the user doesnt have acrobat reader installed in their computer? What are the common other pdf readers that various users use? I know there are tons out there but I am trying to understand the common ones that majority of the people use other than Acrobat Reader. I mean users having mac or other OS. Will these forms also work in other pdf readers? Is there are a list of various pdf readers & the versions requirements in order for these livecycle forms to work?
    4) Other than the above points, do you think if I need to mention anything else in the troubleshoot documentation? Any points I may have missed?
    I am sorry..this is the first time I am uploading these online forms and I am trying to understand the requirements so I may be able to assist my users if they do experience any problems. So any help is very much appreciated!
    Thank you..

    Some users are having problems viewing my forms I created using livecycle:
    1) I have a created a few dynamic forms designed using livecycle designer ES..In order for my users to open these forms, they need to have atleast Adobe acrobat / reader version 8.1 or higher to view these dynamic files. However, quite a few of my users are saying that they are still unable to open these forms directly from their browser although they have downloaded the latest Acrobat X version and the browser plug-ins in their computer. It happens to both windows and mac computers. But they are able to download these files and open it directly from their adobe reader though. It happens with all browsers for them...some of them have even called up mac support as well as adobe support and they were advised that it could be a problem with my forms that I find hard to believe since it opens in my computer and opens for a lot of other users. Its only a few users still having this difficulties and I can't understand why! They have also tried enabling "Adobe Reader" as a default problem to open pdf files by opening the adobe reader. They also have tried uninstalling and re-installing the readers and still the same problem. These LC files just dont open inside their browser for them.
    2) Also, I recently uploaded a dynamic file in acrobat file sharing. I noticed that when I click on this file sharing link, it also shows the message that I dont have the latest reader installed (something similar to what my users say about my forms), Why am I getting the below message when I have the latest adobe installed? I am able to open other dynamic xml forms in my browsers..why does this happen? I wonder if other user's problem who open my forms from my site is similar to this problem I have with acrobat file sharing...not sure... (example url: https://acrobat.com/#d=fs-E6Bqml8r0FWI8aMu09g )
    To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade to the latest version of Adobe Reader from etc...etc...etc..
    What can be the problem when the adobe version is already updated and also the plug-ins are updated too?? I have read a lot of links in adobe site itself which suggest various methods to test out the forms, browsers, plug-ins, etc..and I also understand that it doesnt work for iOS & Android devices, but this problem still happens to some users even after trying out these troubleshoots. Can someone plz explain if there are other limitations or solution for these users?

  • Inserting Fillable forms into PDFs converted from word

    I need some help with inserting a fillable form I created in Live Cycle.  When I go to insert the form into a file that was originally created in word and saved as a PDF,I receive a message (see below)
    I need to be able to find a way to insert the fillable form to the end of a regular PDF, without losing the capabilities of the form, including a submit by email button, which I tried both as the Email submit button and the regular button, formatted to submit a email in response.
    I don't know if there is some settings or preferences that I can change to be able to insert the form, but I need it to be one document.I know that this is not impossible, as I have seen other documents in this formatting, I just cant seem to be able to get it.

    I need some help with inserting a fillable form I created in Live Cycle.  When I go to insert the form into a file that was originally created in word and saved as a PDF,I receive a message (see below)
    I need to be able to find a way to insert the fillable form to the end of a regular PDF, without losing the capabilities of the form, including a submit by email button, which I tried both as the Email submit button and the regular button, formatted to submit a email in response.
    I don't know if there is some settings or preferences that I can change to be able to insert the form, but I need it to be one document.I know that this is not impossible, as I have seen other documents in this formatting, I just cant seem to be able to get it.

  • Form Designer in design console

    Hi
    We have the Form designer form, to add user defined fields in design console. I don' know where the user defined fields that are added under this form will be reflected in admin console.
    Can anyone explain it to me?

    In the "Form Designer" you can't add User Defined Fields for the create user page. The forms you edit here belong to Resource Objects (Active Directory, SAP, OID... and any other configured resource).
    The User Defined Fields for the Users, Organizations, Requests, etc are managed in the "User Defined Field Definition" form, in the Design Console.
    Regards,

  • New! Import and Export Form Design Files

    You can now export your form design to a Design File . You or other users can import the Design file and create a new form file from it.
    Use Cases / Benefits
    You can share your designs as templates for others to easily re-use
    You can create corporate branded form templates that can be used by your company's employees
    You can archive your form designs locally for later use
    How It Works
    To export a design file open a form file, go to the Design tab and select “Export Design File…” from File menu. The file extension of the exported Design File will be ".FCDT" - FormsCentral Design Template.
    To import a design file go to the “My Forms” dashboard and select “Import Design File…” from File menu. Select the desired .FCDT file.
    NOTE: The FCDT file contains the form Design only – it does not contain options, responses or summary reports.
    This feature is availabe to free and paid users of FormsCentral.
    Please send us your feedback on this feature. Enjoy!

    Hi
    It states that you can save your design and open it "This feature is availabe to free and paid users of FormsCentral" but it is greyed out on the free version. Will not let me import design I created. I had issues with the first design and tried to redesign and ended up with more issues that combined the first design with the second design.
    Can someone assist me with this, please,
    Thank you for your time and consideration,
    L.McD

  • Exist RFC Function or Bapi for insert Records form a external program?

    i create a Ztable same as tell me here:
    http://abaplovers.blogspot.com/2008/02/creating-table-in-sap.html
    5 String Fileds 2 Date Fields 2 Numeric Fields
    my question is exist a RFC Function or Bapi for insert Records form a external program (Delphi/Visual Basic)?
    Any advices?
    Thanks.

    hi madhurao123 thanks for answer.
    But Why block the Thread?
    This question is no so basic, yet never learn, the forum must be open to these questions maybe open a forum somewhere basic but must be able to do these basic questions.
    IT Toolbox commented the same thing, but if not here or ITtoolbox or where else can ask basic questions?
    Advise me, thank you.

  • Help with the insert table/form tool in BIP 10.1.3.2.1

    Hi, I'm trying to use the insert table/form tool in BIP, and running into some issues that I don't understand. First off, my data coming in looks like this (left column of tool):
    Rowset
    --- Row
    ------ Customer ID
    ------ Customer Name
    ------ Customer City
    ------ Product
    ------ Amount Sold
    I would like the output to do the following:
    a) have one page per customer. Customer should be determined by customer ID, and has attributes of customer ID, customer Name, Customer City
    b) Show a table of all products and the total Amount Sold by product for that customer
    c) Give a "grand total" for the customer
    Can someone help with the steps needed to do this? I've tried several variations of the following without much luck:
    1) Added Rowset and all children to the "Template" pane
    2) Clicked on the "Row" group, and set Grouping = Customer ID, with a break of "New page per Element"
    3) Clicked on the newly created (from step 2) Cust ID group, and set it to group by Product
    4) Moved "amount sold" to be at same level as Product
    5) Moved all of the customer attributes (name, address, etc.) to be at same level as Cust ID
    6) On the Cust ID level, set the style to table
    7) on row and rowset levels, set style to free form
    This seems to be VERY close, except that it isn't creating a total amount for the sum of all products purchased by a customer. What do I need to do inside the tool to get a total per customer to show up?
    Thanks in advance!
    Scott
    p.s. the final hierarchy in the template window looks like this:
    Rowset (style = freeform, no grouping/sort by/breaks)
    --- Row (style = freeform, group by customer ID, break new page per element)
    ------ Customer ID (style = table, group by product, no breaks)
    --------- Product (nothing special)
    --------- Amount Sold (calc for grouping = SUM)
    ------ Customer Name (nothing special)
    ------ Customer City (nothing special)
    Thanks very much for the help!
    Scott

    To anyone else who sees this post, the answer is to do the following. Insert the Amount Sold field using the "Insert Field" tool, and set the function to sum, with the grouping checkbox turned on.
    Thanks,
    Scott

  • Insert Only Forms with custom Page Lifecycle class

    I discovered a bug/inconsistency in the JHS Generator:
    The business case (translated to the HR schema) is
    We have an Insert Only form for creating new Departments. (Group name: DepartmentsEntry)
    When the user saves a new Department, we want to forward them
    using the Faces Navigation Handler to the group named "Departments".
    The implementation we used:
    - Create a custom class which extends oracle.jheadstart.controller.jsf.lifecycle.JhsPageLifecycle.
    This class overrides the onCommit method: if there are errors we stay on this page,
    otherwise we redirect the user.
    - Specify this classname in the Page Lifecycle Class property (under "Customization Settings") within the Application Definition Editor.
    When we then try to run the page, the Insert-Only form does not work as expected;
    The user has to click on the "New Department" button first.
    I see that the specified classname occurs in the ControllerClass property of
    the Page Definition file DepartmentsEntryPageDef.xml file.
    The way I solved the problem was to create a custom groupFacesConfig.vm template
    which specifies the managed-bean-class property of the ${JHS.current.group.name}PageLifecycle managed bean.
    This then solves the problem - the InsertOnly form works as expected.
    This is not as I would expect the "Page Lifecycle Class" property to be used.
    In my opinion the "Page Lifecycle Class" property should also be used in the default groupdFacesConfig.vm template and not only in the Page Definition file.
    Is this behaviour expected?

    Cliff,
    You are right, this is a bug that has been fixed for the upcoming 10.1.3.2 release.
    Steven Davelaar,
    JHeadstart Team.

Maybe you are looking for

  • SAP XI Adapter: XI - Does it understand Message Protocol XI 2.0

    Hello everybody, first of all, system description: We're using Sap Exchange Infrastructure 3.0 - Support Package 9 We are trying to communicate with SapXi through the XI Adapter. Now the problem: Our Adapter, which sends a message to XI only "speaks"

  • [ANN] Oracle JDeveloper 10g is now available for download.

    It's probably worth a mention in this forum too ;-) In case you haven't notice we have just released Oracle JDeveloper 10g production with a many new features that makes it the ideal Java tools for Oracle Application Server users. Check it out at: ht

  • Clean install lion problems

    I am attempting to do a clean install of Lion on my old MacBook Pro (late 2009). The HD was partioned as half OS X Lion and the other half Windows 7. Here is what I have done so far: 1. Deleted the Windows 7 partiton 2. Created a bootable drive with

  • Inbox and Sent messages are gone?

    Messages in both inbox and sent messages prior to mid-November of 2011 are gone. I had thousands of messages going back several years, and they're gone. I didn't delete. This is the case for both gmail webmail and for Windows Live. I have no idea wha

  • Documaker- Using Lookup with xml

    I am not able to use the lookup Rule to read the data from xml/table file. Requirement - I want to read xml for company number, after that I want to go to table file and append the company number to the field name and fetch the data from table and di