> ## Documentation Index
> Fetch the complete documentation index at: https://support.quo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Submit a request

> Use the form below to submit a request to Quo support

export default function JotformEmbed() {
  const iframeRef = useRef(null);
  useEffect(() => {
    function handleMessage(e) {
      if (typeof e.data === "string") {
        const args = e.data.split(":");
        if (args[0] === "setHeight" && iframeRef.current) {
          iframeRef.current.style.height = `${args[1]}px`;
        }
      }
    }
    window.addEventListener("message", handleMessage);
    return () => window.removeEventListener("message", handleMessage);
  }, []);
  return <iframe ref={iframeRef} id="JotFormIFrame-252056591341050" title="Submit a request" src="https://form.jotform.com/252056591341050" style={{
    width: "100%",
    minHeight: "600px",
    border: "none"
  }} frameBorder="0" scrolling="no" allow="geolocation; microphone; camera; fullscreen; payment" />;
}

Have a question? We can answer it.

<JotformEmbed />

Have an idea to make Quo better? You can use the same form to share feedback or request a feature.

We review every request — thanks for helping shape the future of Quo.
