• Resolved Mattmcca

    (@mattmcca)


    Hi all

    I just started using this awesome plugin, I am currently working on WordPress website that takes in booking. I am using the forminitor plugin to take bookings. I would like to allow the user to rebook using an existing confirmation number. So therefore I need toc heck if this number does exist in the database. I wanted to ask if there is a function that does a check for existing number in the database. I want to have a reference number to previous bookings

    • This topic was modified 1 year, 11 months ago by Mattmcca.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @mattmcca,

    I’m afraid, there isn’t any out-of-the-box setting for such a feature. If you are looking to opt for custom development then you might find the following documentation helpful:
    https://wpmudev.com/docs/api-plugin-development/forminator-api-docs/#method-get_entry

    Using methods like get_entry() or get_entries() might help cover your requirement.

    Please do let us know if you have any further queries.

    Kind Regards,
    Nithin

    Thread Starter Mattmcca

    (@mattmcca)

    Hi there

    thank you for your reply, can you guide me on a way to create custom code like where do I write the code please.

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @mattmcca

    In general, you would need to create your own “add-on plugin” (in form of regular plugin or Must Use Plugin) for this.

    It’s a custom code and it would be quite a complex one. I’m afraid it’s outside of the scope of this support to provide such custom code.

    If you’re not sure where to start based on the shared docs, you might want to consider hiring a developer to get it done for you as we can give you some suggestions and address specific, particular questions but we are not in a position to guide you through entire coding/development process, I’m afraid.

    Kind regards,
    Adam

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @mattmcca ,

    We haven’t heard from you for a week now, so it looks like you don’t have more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search For Submission number in database’ is closed to new replies.