= Making a form publicly available public =
The term Public means that the security to the form is opened to users outside specific content access. It does not mean EVERYONE can log records in the form. It means
* bxp API can access the form, with valid permissions and explicit content access
Scroll to the bottom and click "Update". Your form should now be available to all users of your bxp instance.
The clue is in the title. These public forms are accessible from:
The example link you would customise for your instance would be ''https://ww3.allnone.ie/client/client_demo/main/userForms.asp''
* Custom JavaScript and AJAX will not be rendered properly
* The public versions of the form are simplistic and not design to be extensively controllable
= Security Checking =
There are a number of programmatic methods available which allow external viewers learn what forms are potentially public. These engines are used for troubleshooting and quick development solutions.
''https://ww3.allnone.ie/client/client_demo/cti/userPublic_Forms.asp?query=forms''
This provides a listing of all forms potentially available through the API.
This provides a number of intIds
To retrieve the body of the form
''https://ww3.allnone.ie/client/client_demo/cti/userPublic_Forms.asp?query=body&campaignid=XXXX'' where XXXX is the Id of the form
The resulting output is the HTML of the form. You would replace lxxx with the < symbol and the gxxx with the > symbol
Though the structure and fields of the form are externally available there is no way to insert data into these forms through this method.
[[Category:Module Specific:Form Management]]
[[Category:Module Specific:Case Management]]
[[Category:Topic:About bxp]]