Yes exactly. I successfully connected my API key which includes my prompt from OpenAI that is now set to the “Form Complete” trigger in your Integrations section.
How do I now call this trigger based on user submissions in my form? Currently I see no option to do this, only the basic elements.
The OpenAI integration will only be triggered once the Form is Completed. You’ll need to change that in case you wanted it to be triggered the other way. Here are the list of triggers you can use. Event Triggers | Feathery Docs
Basically what I am trying to do is display a GPT response based on a simple user submission using my OpenAI key / pre-configured prompt.
I couldn’t find anywhere to output a response using the method above so now I am trying the API connector. I was able to set it up successfully using my OpenAI key but am having difficulties getting it to display a response in my form. Any suggestions on how I can do this? I tried using Text Field but couldn’t find anywhere to configure the GPT response.