I’m trying to develop a GF plugin that is a field for signing the form via a third party api.
It should work as this when you submit the form you should somehow be presented with a text… “start your signing app in your phone” … an ajax call will shot in the background and get a response that the user has signed. Then the form will ge posted and saved.
For this last part with the signing… is the correct way to use the Feed class in GF or at what point should i do that external api call? Some other class or function i can search for to get a pointer how to code this?