We have a public form that we wish to add records into a creator application (inlcuding is't subform).
We are able to successfully submit our form data into Creator using the XML RPC API, with the data structure as per the support doc examples -
My question is how do you keep the Auth Token private? Anyone who inspects the source code of the form will be able to view the auth token and username.
Many thanks