• Resolved sajtfokus

    (@sajtfokus)


    Hi,

    I’m trying to get the form results from another website, by using URL parameters or API calls.

    The goal is to get the form result and populate it in the external website. The trigger would be a press of a button on the external website (which could send a http requests with URL parameters added, or trigger an API call, etc)

    Is this doable? How can the form get submitted without actually going to the form and filling out the fields? I guess if I pass this step, I could use webhooks to retrieve the results in another place.

Viewing 1 replies (of 1 total)
  • Plugin Author CodePeople2

    (@codepeople2)

    Hello @sajtfokus

    I’m sorry, but I don’t understand what you mean by “How can the form get submitted without actually going to the form and filling out the fields?” to submit a form you must access the form, or at least the page that contains the form. If you have a form created with our plugin on the page, you can submit it by coding with a piece of code similar to:

    fbuilderjQuery('form.cff-form').submit();

    Best regards.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.