• Resolved deputt

    (@deputt)


    Is there a way for us to grab/pass the bitforms_form_entry_id after submitting the form?

    We are thinking of custom processing by reading other data from the database after submission.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support bitpresssupport

    (@bitpresssupport)

    Sorry, we do not have a hook for submission. But you can use Bit Form webhook feature. We pass entry_id through webhook.

    Thread Starter deputt

    (@deputt)

    So how do I get the entry_id?

    Plugin Support bitpresssupport

    (@bitpresssupport)

    We pass the entry_id in webhook. you can create a endpoint for webhook. After form submission you will receive a request on that endpoint with entry_id. Then you can process the data as need with the entry_id.

    Thread Starter deputt

    (@deputt)

    Sorry, can give example of how to pass the entry_id in webhook? Because I don’t know the butform code to get the entry_id. TQ.

    Plugin Support bitpresssupport

    (@bitpresssupport)

    You don not need to do anything,you will get entry_id in webhook request.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘bitforms_form_entry_id’ is closed to new replies.