Q: Diagnostic Forms
Hi, I'm evaluating tools to run personalized diagnostic forms, where the user:
Fills in basic registration data (name, email, phone number, company, segment)
Answers a sequence of multiple-choice questions
I have two key questions:
Does your platform store partial responses if the user abandons the form before completion?
Is it possible to send all collected responses (including partial ones) to platforms like Make.com or n8n for further processing via webhook or API?
I’m planning to handle logic, AI processing, and CRM workflows externally — you would focus only on form display, logic, and response capture.
Ilya_aii.cx
Jun 5, 2025A: Good afternoon!
Our form can work in either a single-stage or two-stage flow. In the two-stage version, the second stage appears as a popup that collects lead information. In the first stage, the user fills in the fields required to generate an AI response. All fields in both stages are fully customizable — you can configure them however you like (e.g. name, email, phone number, company, segment). The AI response is generated based solely on the information provided in the first stage.
If the user completes the first stage and clicks “Generate Response” but does not complete the second stage, we will still save their input from the first stage. However, if they only partially complete the first stage and then leave, we do not save anything.
All collected responses (from the first and second stages separately) can be sent via Zapier. Also we can set up delivery to any URL (webhook) within three business days (just reach out via support chat).
Running AI externally is likely not feasible — but within our platform, you can configure any prompt you like and select the appropriate OpenAI model
Hope this helped — let me know if you have any other questions!