Share FormsCentral Form with different Adobe User

I created several forms using Adobe FormsCentral for an event. Someone else is taking over that event this year. Is there a way that I can share/give the forms over to them to their Adobe account so they can edit the forms for this year so they will not have to start over from the beginning?

Hi mauriceh313 ,
You can add the new user as a co- author and he would have the same access as you have on the forms.
Thanks,
Vikrantt Singh

Similar Messages

  • ORA-04062 error when running forms with different users

    ORA-04062 error when running forms with different users
    I have a form that has a block that should display some data from another users tables. (The other user's name is dynamic, it's selected from a list box)
    I wrote a stored procedure to get the data from other user's tables.
    When I compile the form and run it with the same user I compiled, it works without any error. But when I run the compiled form with another user I get the ORA-04062 (signature of procedure has been changed) error.
    I tried setting REMOTE_DEPENDENCIES_MODE to SIGNATURE in init.ora but it didn't help.
    My Forms version is 6i with Patch 15.
    Database version is 9.
    Here is my stored procedure:
    TYPE Scenario_Tab IS TABLE OF NUMBER(34) INDEX BY BINARY INTEGER;
    TYPE Open_Curs IS REF CURSOR;
    PROCEDURE Get_Scenarios(User_Name IN VARCHAR2, Scen_Table OUT Scenario_Tab) IS
    Curs Open_Curs;
    i NUMBER;
    BEGIN
    OPEN Curs FOR
    'SELECT Seq_No FROM '|| User_Name ||'.scenario';
    i := 1;
    LOOP
    FETCH Curs INTO Scen_Table(i);
    EXIT WHEN Curs%NOTFOUND;
    i := i + 1;
    END LOOP;
    END Get_Senarios;
    I would be happy to solve this problem. It's really important.
    Maybe somebody can tell me another way to do what I want to do. (getting a list of values from another users tables)

    I think it should be a better solution to create a package,
    and put your own TYPES and procedure into it.
    CREATE OR REPLACE PACKAGE PKG_XXX IS
    TYPE TYP_TAB_CHAR IS TABLE OF .... ;
    PROCEDURE P_XX ( Var1 IN VARCHAR2, var2 IN OUT TYP_TAB_CHAR );
    END ;
    Then in your Form :
    Declare
    var PKG_XXX.TYP_TAB_CHAR ;
    Begin
    PKG_XXX.P_XX( 'user_name', var ) ;
    End ;

  • How can I save my fillable form so that when I share my form with other people they are able to save the fillable version of the form?

    I made a fillable form in Adobe Live Cycle - The problem I'm having is that when I share the form with someone they are unable to save the fillable version of the form once information has been put in - I need them to be able to save the fillable form so that when we need to make changes in the future that we don't need to fill out the entire form again.

    Firefox 4 saves the previous session automatically, so there is no longer need for the dialog asking if you want to save the current session.
    You can use "Firefox > History > Restore Previous Session" to get the previous session.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.
    Another possibility is to use:
    * [http://kb.mozillazine.org/Menu_differences Firefox (Tools) > Options] > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"

  • Sharing digital files with non Adobe users

    Can someone tell me how to share Adobe files with non-Adobe users? At the Adobe Max Conference, they mentioned that this was possible, but I'm not sure if this is something that is available now or just in the future. Thoughts, comments?
    Thanks,
    -JLUMBER

    You first need to upload the file you want to share to Creative Cloud, then through the web interface (https://assets.adobe.com/files you can select the file in question, click the "Send Link" button near the top of the file list, and then click "Create Public Link".
    This will make the file public and provide you with a link to share to your intended recipient.
    It actually works quite nicely.
    Cheers,
    Dave

  • How do I share my playlists with other accounts/users on my Mac?

    How do I share my playlists with other accounts/users on my Mac?

    Hello,
    I have a similar question, which I posted 8perhaps inappropriately) in the Home Sharing discussion: https://discussions.apple.com/message/17405588#17405588
    The problem I have is that it simply doesn't work and the question I have is how you do not move the the iTunes Library file or the iTunes Library.xml file when they are actually in the folder you are told by the article to move in the first place.

  • Use the same form with different button turned on in different calls

    Can I use the same form with different buttons turned on in different calls?
    Thanks!

    This is to avoid piracy. What could happen is, people could buy music, and give it away for free online. Usually it is then you buy a complete album off iTunes that it will only be available on one device. It is tied to that account, and the device must be registered to that account to listen to it.

  • We want to create an online contract form with different options which will determine different prices as they make their choices. We will also require a legally binding e-signature. Is Acrobat the best product or even an option for this?

    We want to create an online contract form with different options which will determine different prices as they make their choices. We will also require a legally binding e-signature. Is Acrobat the best product or even an option for this?

    You need to use form fields. See the Acrobat help section and this site: https://acrobatusers.com/tutorials/
    However, that last part (receiving an automatic response when a form is submitted) has nothing to do with Acrobat, or even with the PDF file. This is something you'll need to set up on your web (or email) server.

  • It's possible reads in a same e-reader, books with different Adobe ID

    it's possible reads in a same e-reader, books with different Adobe ID

    i think is possible but ONLY in the same jar.
    If i try to use different jar i get only the instance of class that the classloader load.....
    any suggestion?

  • Share Analytics Reports with non-Siebel Users

    Hello,
    We are on version 7.8.2.4 of Siebel Analytics and are on a UNIX platform.
    I am working on a project that is required to share reports with non-Siebel users. We are hoping to accomplish this through Analytics Delivers, but are open to suggestions or alternatives.
    I have found that an iBot (under the Advanced tab) can be used in conjunction with custom Javascript or VB to FTP the report results in a pdf format to a specified location on the server. The Analytics Scheduler Bookshelf document explains how to do this starting on page 50.
    However, there is a note within this document that says this functionality is only supported on Windows platforms. Unfortunately, our servers are on a UNIX platform. I have been told the possible reason for only supporting this functionality on a Windows platform is because there is not a service analogous to the ActiveX Scripting.FileSystemObject control which is called in the Javascript described in the document mentioned above.
    This leads me to my question: Has anyone ever used this custom Javascript functionality with iBots on a UNIX platform or is there a similar approach that can be used instead? Has anyone found another way to share Analytics reports with non-Siebel users?
    Thanks,
    Andrea Thomas
    [email protected]

    Hi Andrea,
    I don't have experience with ftp-ing a pdf to a specific location. But I do have 2 alternatives:
    1. Use a public dashboard
    http://oraclebizint.wordpress.com/2008/06/30/oracle-bi-ee-1013332-public-reports-and-dashboards-bypassing-authentication/
    2. Set up SA System subject area, to email the pdf to non-Siebel Analytics users.
    http://oraclebizint.wordpress.com/2008/04/25/oracle-bi-ee-101332-sa-system-subject-area-autoloading-profiles-and-bursting/
    In the external table you use for the SA System subject area, it is possible to add 'fake' users with their e-mail addresses.
    Regards,
    Stijn

  • Can I export or convert an existing FormsCentral form into an adobe acrobat pro fillable form?

    What is the best method for exporting or converting an existing FormsCentral form into an adobe acrobat pro fillable form?

    Good day in2psy,
    As FormsCentral is a web-based service that hosts the forms you create, you cannot download them and use them locally on your computer.
    Kind regards,
    David
    Adobe Systems

  • Edit Formscentral form with Adobe Acrobat 9 PRO

    Since Formscentral is being discontinued, I would like to be able to edit my forms with Acrobat 9 Pro. I have saved my forms from Formcentral as a PDF, opened them with Acrobat, saved a copy to remove the security, then opened it with the Forms wizard. Once I get to this point I am unable to edit the text of the form. What am I doing wrong or is there a better way to achieve this?

    I would also like to know.
    It seems we all have to recreate the forms again in indesign since indesign cant read a pdf form.  Is this really true.  Shame on Adobe  if it is.
    Please let us know.    
    We are PAYING CUSTOMERS.   Dont shaft us and leave us in the dark Adobe !!!

  • Multiple copies in Adobe form with different header text

    Hi All,
    I have created Adobe form for Invoice and now my requirement is when we create an invoice it should generate 4 copies with different texts like original copy, duplicate copy and triplicate copy.
    I know its possible in samrtforms using the copy window and maintaing text there.Is it possible in adobe form , if yes how can we achieve this.
    Regards
    Lalit

    Are you using a custom driver program?
    If yes, then loop the function module with the number of copies you have.
    the copy name should be a variable which should be passed to the form in the loop change the value of the copy control accordingly.
    Please let me know, if you see any issues.
    Thanks,
    Rakesh

  • Can I share calendars on a work and personal device, with different iCloud user names?

    I'm relatively new to my work iPhone, and very new to my iPad.  I've been entering events in the iCloud calendar, which is linked to the iPad under a personal Apple id and password.
    My work iPhone, which (currently) has a different Apple id and password, set up when work provided it, syncs with Outlook on my work laptop using an App called Mobile Iron.  I have very little control or knowledge of this, although it works just fine.
    It woiuld be useful to have any events I set up dumped into the same calendar, viewable both on my personal iPad and my work iPhone, but I dare not do anything to interfere with what my company IT has set up.  Any recommednded strategies?

    You can try sharing your iCloud calendar with yourself as explained here: http://help.apple.com/icloud/#mm6b1a8694.  If you work phone has an iCloud account, you can privately share your calendar with it, giving your read and write access.  If it doesn't, you can publically share it, giving you read-only access.  This should give you the ability to view the shared calendar alongside your work calendar without merging the two.

  • Share aperture library with another aperture user

    How do I share the same aperture library with another aperture user on a different computer each using separate aperture software? We have have tried using a hard drive, but the vault is not showing up to download.

    are you trying to work simultaneously from the same library? I'm not sure Aperture will handle that one very well, but as I've never tried it I can't say for certain.
    You may be able to "check out" projects from the main library to work on individually within your own personal libraries. When you're done w/ your work you would check the project back in to the main library for someone else to use.
    I think the danger is in trying to access the same .plist or image at the same time as Aperture wouldn't know who's instructions to follow.

  • Can I use Icloud to store and share other files, with other Mac users?

    Hello, I was just wondering if I could use iCloud to store and share files with other Mac users over the internet? Thanks!

    I would suggest re posting in the iCloud for Mac forum where all the people in here that are experts with that hang out.  Good luck.

Maybe you are looking for

  • Please help about SWFLoader security

    I have a Flex4.5 application who run on Flash Player. I'm uploading a swf file by FileReference controls, then preview it by SWFLoader controls.But I do not want the action script in uploaded swf can visit my action script in my Flex main application

  • Not Working-LexicalParamater used to send multiple values with one prameter

    Hi, I am calling a reportname.rdf from the web(using apache webserver and url as follows: http://localhost/cgi-bin/rwcgi60.exe?server=reportservername&report=acctActivity.rdf&userid=bizsystest/[email protected]&destype=cache&desformat=pdf&placeholder

  • Unpivot in ODI

    Hi all, I am new to ODI.how do i use unpivot in ODI? My Source Table is in below format Proaduct Jan Feb Mar 1 2 3 4 I need to transfer this data in below format Product Month Value 1 Jan 2 1 Feb 3 1 Mar 4 Please help me. Rama

  • Is there a 64-bit gdb for Solaris (I need both x86 and Sparc)

    I'm looking for publicly available versions of gdb for both SPARC and Intel. I'm the current developer of the NetBeans gdb module and we've had bugs filed that our Solaris users can't debug 64-bit applications. I've built a 64-bit gdb but its trying

  • Layout change in ME28

    Hi Experts, My requirement is whether we can change the layout inME28 ie,as per my user he wants to extend the columns to the right (widen the window). Is it possible.If so please guide me how to do.If not why reasons please. Cheers, Kumar.S