* 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.