URL formats to invoke a form
A form is run from a browser using its unique form id, with either of these URL formats:
=> domain/webapp/<formid>.eb
e.g. www.mysite.com/ufs/PortalApp.eb, http://localhost:3030/ufs/PortalApp.eb
=>domain/webapp/ufsmain?formid=<formid>
e.g. www.mysite.com/ufs/ufsmain?formid=PortalApp, http://localhost:3030/ufs/ ufsmain?formid=PortalApp
Additional parameters
can be added to the end of these URLs as required to pass values into the form
e.g.
www.mysite.com/apps/PortalApp.eb?p1=xxx&p2=yyy
In this example both p1 and p2 need to be added as form fields and the URL Parameter property should be checked in each field’s properties.