Link to home
Start Free TrialLog in
Avatar of SuzanneSpencer
SuzanneSpencerFlag for United States of America

asked on

Sharepoint 2010 InfoPath Form

I have my form created in InfoPath 2010, and I have the form as browser-enabled; however, I want to create a simple .aspx link to the form, on my Sharepoint page; I do not want to use the InfoPath web part.  Is there a way to get the form to show up on a page, so that it is an aspx page and then just link to the form on that page?
Avatar of Michael Carrillo
Michael Carrillo
Flag of United States of America image

I am not sure I fully understand what your are trying to do.

However you can reference the forms; such as editifs.aspx or displayifs.aspx to bring up specific list items as follows:

https://your_domain/.../Site/Lists/list_name/item/editifs.aspx?ID=##

Where the:
## is the list item ID that you want to open.
editifs.aspx opens the form for editing
displayifs.aspx opens the for for read only.

I hope this helps.
ASKER CERTIFIED SOLUTION
Avatar of SuzanneSpencer
SuzanneSpencer
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SuzanneSpencer

ASKER

My comment is the solution that ended up working for me.