Complete InfoPath form without InfoPath external customer

I have installed and setup SharePoint 2013 Enterprise and have been using InfoPath form libraries without any issues
I need to create a form that our customers will complete but not all of our customers will have InfoPath installed.
I tried to use the email form but did not show the form in Outlook, instead it just displayed the xml code
My question is what is the best type of from to create and how to allow external customers to view and complete the form
Thanks

Hi,
According to your description, my understanding is that you want users to create and view an InfoPath form when the computer doesn't install InfoPath application. Is it right?
You can design the form using InfoPath in your computer, then publish the form to a SharePoint site. And when you publish, make sure you select "Enable this form to be filled out by using browser". Then after you publish it, users can create or
view or edit the form using browser.
More information, you can refer to the link:
http://aryannava.com/2011/05/15/creating-form-in-infopath-2010-and-publishing-to-sharepoint-2010/
Best Regards,
Wendy
Wendy Li
TechNet Community Support

Similar Messages

  • Open an Infopath form without infopath

    A customer is sending a infopath form to my office only some of the people are able to open the form, none of us have infopath.
    the form was written in InfoPath 2010, the users using windows 7 with MS Office 2007 are able to open the form.  The users windows 7 and Office 2013 are not able to open the form.  the problem is the users with office 2013 are the ones that need
    to open the form.  How do I get the form to open without having InfoPath?

    What error are they encountering?
    If you have SharePoint Enterprise, you can use Infopath Form Services, which lets you open Infopath in the browser on a SharePoint site.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Refresh InfoPath form without closing it

    Hello, i'm trying to refresh a section in infopath list form without closing the form. I don't want users to close and open the form again to see the field data. how can i get this done????

    Hi Fadnan,
    I understand that you want to refresh the InfoPath form without closing it in SharePoint.
    I recommend to edit the form and add a Update Form button which is used to refreshes all data in the form.
    You can set the Update Form button action by adding a button control to the form, and then going to the
    Properties for the button control. The Update Form button action is located in the
    Action drop-down list box on the Button Properties dialog box.
    More references:
    http://office.microsoft.com/en-001/infopath-help/add-buttons-HA101783359.aspx
    http://www.bizsupportonline.net/blog/2009/01/understanding-update-form-button-action-infopath/
    http://www.bizsupportonline.net/browserforms/update-sharepoint-list-items-object-model-infopath-browser-form.htm
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Customizing infopath form without using infopath designer in SharePoint 2013

    hi friends
    i need to depoly infopath from in client environment. this form fetch data from some lists. 
    they dont have infopath designer in their environment how can i customize my infopath form to link with those list without using infopath designer is there any way to do it.

    You cannot edit Infopath without using Designer.

  • How do I allow anonymous users to submit an infopath form without using code

    I have enabled anonymous users on my sharepoint site and given it as many permissions as I can. I'm able to browse to the site, but I get an error when I hit submit unless I'm logged in as a domain user. I'm also prompted for a login if I click upload
    on the site. I'm not really a programmer, I've tried some programming things I found on the web but I haven't been able to make it work.

    Hi,
    Based my research, OOB SharePoint don’t allow anonymous users to contribute contents(Edit, Upload and Add) into list and library.
    This is by design behavior, and it’s a consideration about security in order to help protect your site from potential script injection attacks.
    For anonymous users, only the View Item permission is available for libraries.
    If you want to know more about this, please refer to
    http://office.microsoft.com/en-us/windows-sharepoint-services-help/enable-anonymous-access-HA010113018.aspx
    Hope this helps
    Thanks!
    Stanfford

  • InfoPath Forms Services and c2wts

    Hi
    Does/Can InfoPath Form Services use c2wts or not? I seem to find conflicting information.
    Setup:
    Single server with SharePoint 2013 and SQL Server 2012.
    InfoPath form which calls a custom web service that is also on the same machine. The web service only receives the application pool identity. SSRS seems to work fine within SharePoint, so InfoPath seems not to use c2wts. I also assume because it is a single
    machine kerberos does not need to be setup?
    Specifying a SSO in the udcx works around the issue, but it isn't a viable solution.
    Thanks

    See http://technet.microsoft.com/en-us/library/sharepoint-online-service-description.aspx. You need an E3 or E4 license to use IFS.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to programmatically publish an Infopath form to sharepoint form library

    Hi all,
    I am in trouble because i am trying to find out a solution in C# by which i can publish my infopath form (without any help of publishing wizard in InfoPath form).
    For this i seen that when we publish it through the publishing wizard it creates a new form library on the sharepoint site and then publish the form in this form library, so as same i want to do this by code.
    I have created a code which creates a form library on sharepoint site but i am unable to publish my infopath form in it because i didn't find any method for publish in C#.for this I searched on google(blogs and forums etc..).I have found only upload method
    but i want publish method.
    Thanks in advance.
    Vishal

    Hi Mike,
    Thanks for your reply, I have uploaded the infopath from in form library by code as:
    uploaddoc();
    public
    static
    void uploaddoc()
    using
    (SPSite
    site = new
    SPSite("http://sharepoint
    site/"))
    using (SPWeb
    myWeb = site.OpenWeb())
    //Test3 is library's name, in which we want to upload the InfoPath form
    SPList docLib = myWeb.Lists["Test3"];Stream
    fileStream = System.IO.File.Open(@"c:\desktop\Testform.xsn",System.IO.FileMode.Open);
    myWeb.Files.Add("test3/testform.xsn",
    fileStream);
    docLib.Update();
    could you please describe that how can I associate my uploaded form to this form library
    Regards
    Vishal

  • Infopath form load rule not working in browser forms but works on Client

    Hi
    I am working on an Infopath form and there are rules on form load. The form load checks for a value in a list, if the username() matches the one in the list, then the form would change its view.
    It works when I open it on client, but on the browser it fails.
    Have anyone encountered such an issue.

    Check below:
    http://stackoverflow.com/questions/16222681/infopath-rule-is-not-running-when-checking-sharepoint-list-field-value
    Ensure that "Include data for the active form only" was checked (I had to separate this field into another data connection because that box could not be checked for another field I was using), and
    Ensure that in the rule I was selecting from the "dataFields" folder under the data connection instead of "queryFields"
    http://sharepoint.stackexchange.com/questions/28554/infopath-form-load-rules-not-working
    if I edit the Infopath form on Infopath 2007, it seems that the rules for the load form will be visible if created.
    This look like a bug. Here are the steps below that will lead you to the bug:
    Step 1: Open the infopath form in Infopath 2010 and create 6 rules for Form Load and Save it as a file.
    Step 2: Open that infopath form that you created in Step 1 in InfoPath 2010 and go to the
    Form Load section. You will only see the first 5 rules. The 6th rules that you created for Step 1 will just "vanish". Now, close that infopath form.
    Step 3: Open that infopath form that you created in step 1 in InfoPath 2007 and select Tools > Form Option. In the
    Open and Save category, click the Rules button and add a new rule in it and save it.
    Step 4: Open that infopath form that you modify as describe in Step 3 in InfoPath 2010. That 6th rule will be visible.
    Therefore, there might be a bug in InfoPath 2010 that restrict Rules to a max of 5 in Form Load and thus if anyone open that form in SharePoint, only the first 5 rules will be executed.
    If this helped you resolve your issue, please mark it Answered

  • InfoPath form cannot be opened on Windows 8.1, Office 2013 32-bit

    We develop an InfoPath form using InfoPath 2013 on Windows 7 64-bit, Office 2013 64-bit.  The most common user environment is Windows 7 64-bit, Office 2010 32-bit, and the form runs just fine there.
    Some of our users are upgrading to Windows 8.1 and cannot run the form.  They are using Office 2013 32-bit as that is our corporate standard.  The form opens correctly using Office 64-bit.
    We cannot even open the form in InfoPath Designer when running Office 2013 32-bit, getting the message:
        Not enough storage is available to process this command
    If we make a small form, it can be opened, but our full production form fails.
    Is there a resource we are short on?  Has our form gotten too big to be run on Office 32-bit?  We have spent a good deal of time trying to find an answer, but have had no luck.
    Paul

    We understand there’s an error “Not enough storage
    is available to process this command” when you try to open a list in InfoPath 2013. After some research, I found some users ran into similar issues, and
    finally resolved them by clearing the temporary file folders, changing the disk usage space, or increasing the value of a registry entry. Here I offer these threads, and if it’s convenient, you can take a look at them and check if they could offer something
    useful: (Refer this link) -
    Link &
    Link
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Referencing External Data in an InfoPath Form

    Hi all,
    I am using SharePoint 2013, Designer 2013 and InfoPath 2013.
    I am working on a a system that allows us to book a field support analyst for a particular site at my company on a given day. I have built a custom list that holds all the data and an InfoPath Form form logging and editing requests and this works perfectly.
    At Present the site location field is free text which means that we have the potential for two people to call the same site 2 different things. I toyed with the idea of having a separate list in SP with all the site locations on but we would need to keep updating
    this as new offices are opened and closed, so I took the view that I would link the site into our external support system that is the master list for all offices. This is an SQL DB. I have been able to set up the External Content Type and successfully create
    an External Read Only List in the Site Collection that is displaying all the info I want. I have even been able to create an InfoPath Form from this list for reviewing the full site information.
    The next stage was to add a drop down list to the request page that looks up the site name in the External List and records the choice in the request list. I can create the column in the Request List that looks up the site name in the external list but I
    can add this to my InfoPath form for editing.
    I am so close but I cant get there...
    Thanks in advance for your assistance.
    Rich

    Thanks for the reply. I am trying to call data from an external SQL DB but save it to an SP List. i.e. my site list is in SQL DB but the appointment is in an SP list

  • Unable to change and re-publish existing InfoPath forms on External SharePoint lists (SharePoint 2013 Enterprise Online and On Premise)

    Hi everybody,
    I really reached the limit of my diagnostic ability... ...please help me!!!!
    I subscribed an Online Sharepoint 2013 Development site to try Business Connectivity Services and InfoPath forms. Using SharePoint Designer 2013 I successfully created an external content type
    and an external list, including InfoPath forms.
    When I use InfoPath Designer 2013 to customize the forms I can open and change them without any problems, but when I try to publish the changes I made I get the following error:
    "An error has occurred. The form template has been published to the server but it can only be opened using InfoPath filler"
    (please note that I changed just an existing label, without adding any new control or new fields).
    If I try to do exactly the same things but with an normal SharePoint list everything works like a charm!
    I noted that the main difference between the internal/external list is that with the internal list the publishing path in InfoPath 2013 is something like:
    https://<sharepointsite>/lists/<listname>
     whereas for the external list is something like the following:
     https://<sharepointsite>/lists/<listname>/item/template.xsn
    Trying to overcome the problem I installed SharePoint 2013 Enterprise on premise using the VM from the Windows Azure Gallery. In this case the error I get when I try to publish with InfoPath
    Designer 2013 is the following:
     The following URL is not valid:
    http://<sharepointsite>/lists/<listname>/item/template.xsn
    and of course everything works fine with InfoPath Designer 2013 and regular SharePoint lists.
    Even if I believe the problem is in general with external list and InfoPath, my external list is based on a the "Product" table from the "AdventureWorks2012" sample database
    installed on SQL Azure and connected to SharePoint via Business Connectivity Services.
    A big
    thanks in advance to anyone who is able to
    provide useful information to solve the problem!!!
    Regards,
    Fabio

    Hi Folks,
    Same issue here for any external list. We've migrated from 2010 to 2013 - it used to be fine on 2010. 2013 seems hang after 'getting site column information' then nothing. All effected users can quick publish to regular sharepoint lists, but cannot to external
    lists.
    In our situation we are trying to quick publish to sites using the 2010 look and feel in a 2013 environment. using SharePoint Designer 2013 and InfoPath 2013.
    Rich
    Rich Burdes

  • Custom Date format in InfoPath DatePicker without code

    Hello,
    I am trying to customize the date format in my date picker on my InfoPath form. I went to the date picker properties and was able to change it so that it displays the format in "14-Mar-01" but I want to really customize and have it formatted to look
    like the following "MMM-YY" format. Is there a way to go about setting this format without custom code? I am unable to use any server side code for my forms.
    Thank you!

    Hi,
    According to your post, my understanding is that you want to customize the date format like “MMM-YY” without custom code.
    The date format which is set in InfoPath Form is different from the date column’s default format in SharePoint.
    In SharePoint, the default format of the date column is depended on the selection of the “Time Zone”, “Region”, “Calendar” options in the “Regional Settings” of Site Settings.
    However, the date format which is set in InfoPath Form only works on the items’ NewForm, EditForm, DispForm in the lists.
    I recommend that you can create a calculated column based on the date column with this formula: =TEXT(Date,"MMM-YY").
    Then, you can modify view to display the calculated column and hide the date column in the list.
    The result is shown as below:
    Thanks,
    Yumi Fu
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • How to get Filtered external list data into infopath form

    Hello , 
    Below I am adding issue about filtered external list .
    I Created a external list which contains columns like projectuid and project name , I am filtering the list by adding a custom webpart and after filtering it displays only the filtered rows .
    I created a infopath form and i am using the same external list as data source . I am using the data source for an drop down list/ text box  .My requirement is to display only the filtered values in the drop down list but its displaying all the values
    present is in the external list .
    Is there any possibility to get only the filtered values into the drop down list ? 
    Indresh

    Actually, after thinking about it some more, you can filter the dropdown in InfoPath, but it depends on what you're filtering and whether that changes. If you want to filter it, you can go to the "control properties," then under "Entries," you can click
    the button on the right. Then "filter data" in the popup.
    As far as sending the information to a new list, you would have to use the "content organizer" under "manage site features" in your "site actions," or you would have to create a workflow in SP Designer.
    cameron rautmann

  • Finding a list of all customized InfoPath forms in SP2010

    Hello All,
    Is there any possible way we can get a list of all the Infopath forms which were customized from the entire site collection?
    I have a restriction to use only JQuery  or client side object scripting at the most from a programming perspective. I cant use PowerShell or
    server side scripting.
    To give you a little background, we are in the process of migrating our SP2010 site collections to Azure 2013. The server side team wants a list of all customized InfoPath forms (or list names) so that they
    can check if there were any data connections made outside the current site collection.
    Unfortunately, we dint keep a track of all the lists which were being customized through InfoPath forms.
    Any help would be greatly appreciated.
    Regards,
    Sandeep
    sandeep

    Hi Sandeep,
    It is very easy to create highly customized, sophisticated forms without writing any code using InfoPath 2010. You may follow the steps given into this informative resource to Customize a list form using InfoPath 2010 : https://support.office.com/en-nz/article/Edit-list-forms-using-InfoPath-2010-in-SharePoint-Designer-f86cf514-9a11-4613-a479-12a1a0132d22?ui=en-US&rs=en-NZ&ad=NZ#__toc245027338
    Moreover, you may also give shot to this automated solution(http://www.sharepointauditing.com/) that could be a good approach to deal in such situation. It will help you to get rid from your issue. 
    Thanks,
    Walter

  • So this is new... InfoPath 2013 on SharePoint 2013: Create a New Custom List, Edit Form in InfoPath, Attempt to Publish and...

    InfoPath blows up with an error message saying "Invalid form template"...
    No, I do not have any added data connections in the form.
    No, I have not added any fields or done any modifications of any kind to the form.
    I am doing exactly these steps:
    Open SPD
    Create a New Custom List
    Open List in SPD
    Click "Design Forms in InfoPath" (Item)
    Form opens in InfoPath 2013
    Click Publish (or Quick Publish...doesn't matter)
    See error message
    This wasn't a problem in my environment liiike, a week ago..? The only thing that's different is that I installed some security patches on the servers this morning...
    KB2737989
    KB2956153
    KB2956180
    KB2881078
    KB2760361
    KB2956175
    KB2956183
    KB2956143
    KB2920731
    KB2956181
    KB2760554
    KB2760508
    KB2880473
    KB3048778

    Hi ramz,
    Also you can try to check if there are more useful ULS logs related to InfoPath issue according to the time of this error "Invalid form template" occured, it could help troubleshoot the issue.
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for

  • Overwrite Error while importing report in CUIC8.5(4)

    Dear All, I am facing difficulty in getting the report definitions imported in CUIC. Current reports are not working correctly so i have downloaded the new report definitions from the cisco developer's site. While importing it in CUIC in a new folder

  • How to put the background image in Title Window?

    Hi, I'm newbie in flex. I 'm using Flex 4. Can anyone give me some guidelines on how to put the background image in Title Window? Is it possible to do this? Thanks.

  • Lost clips

    Several times, I have imported clips from a cd or an Imovie file into FCP 3, then quit the program only to find the clips missing when I return. When this happens, I get a Media Offline message in the timeine where my edited clip used to be, but the

  • How to increase java_pool_size and shared_pool_size in oracle 9i?

    Friends, OS: RHEL AS 3 db: 9iR2( 9.2.0.8) when i run the patch catpatch.sql....at the middle of the process.....there was a message says to check the size of the java_pool_size and shared_pool_size then it stops. now can i increase java_pool_size and

  • Test Script/case for checking Securities in SAP BW-7.3

    Hi All, Please  test script/case for testing securities/authorizations in BW-7.3 after upgrade. Basically we have upgraded from BW-3.5 to BW-7.3 and as securities concepts got changes we need to test for the same. Thanks. Regards, Manju