• Resolved briancraw

    (@briancraw)


    Hi, I am interested in creating a conversational style registration form. I do not know how to link the data from the form with the associated fields to register a user. Is this possible? Thanks, Brian

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

    (@tripetto)

    Hi Brian,

    Thanks for your question. We don’t have direct integrations with WordPress yet to create a new WP user. I have added your vote to this feature request on our internal backlog, so maybe we can have a look at this with our developers in the future.

    For now I think you have two options to achieve this:

    1. Use a webhook and in your webhook scenario use a WordPress block to create a user. For example with Integromat you have these options: https://www.integromat.com/en/integrations/wordpress

    One of the possible actions is ‘Create a user’. And you can then use the submitted data through the webhook to create that user.

    For more information about the webhook, please have a look at this article: https://tripetto.com/help/articles/how-to-automate-a-webhook-to-connect-to-other-services-for-each-new-result/

    2. If you’re a programmer, you could also have a look at the WP hook that gets triggered after form submission. With that you can develop your own WP actions directly inside your WordPress instance and use the WP functions directly, for example the function to create a user: https://developer.www.ads-software.com/reference/functions/wp_create_user/

    The WP hook of Tripetto is called tripetto_submit. Please let us know if you are interested in this method; then I can send you a code snippet on how to use that WP hook.

    Hopefully the above gets you in the right direction. Thanks for using Tripetto!

Viewing 1 replies (of 1 total)
  • The topic ‘Registration Form’ is closed to new replies.