Connect Form to Cloud Function

Hey guys,

I want to connect a normal html form to a cloud function as the action.
But I need to add always jS Key and AppId. Is there a way to disable this for one cloud function?

Or is this approach not possible?

You can disable Js Key by removing it. But AppId is a must.

Yeah problem is a that the props of a normal html form arent json format so parse server doesnt understand that.