• Resolved knls223277

    (@knls223277)


    I want to update the form entry but i found only delete option in SUBMITION menu

    Purpose:

    i am doing a project for student admissions
    users : student & admin 
    and need the following things for it 
    1. student submited form entry directly save in to table in the db 
    2. admin can view/edit/delete the entry from db 
    3. student fee status field should be hidden in student login and admin can update the entry in his dash board  i.e. whether the student paid the fee or not
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @knls223277

    I hope you’re well today!

    Currently, Forminator does not yest support direct editing of submissions. It may be added to the plugin in future but I don’t have an ETA.

    However, I think the scenario that you described can still be achieved anyway, at least first two points by using “create post” type form instead of standard form.

    You could first create some custom post type on site (with code or using any of the popular plugins for that) and add custom fields to it (e.g. with Advanced Custom Fields plugin). Then the “Create post” form can be used to “map” field forms to the custom fields and once form is submitted:

    – a post of your custom post type is created along with relevant custom fields filled-in with data form the form
    – then you/admin can view/edit/delete these posts

    Best regards,
    Adam

    Thank you for using Forminator. We are going to close this ticket for now because we have not heard from you in a while. If you still need support we can reopen the thread.

    Cheers,
    Predrag

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘UPDATE FORM ENTRY’ is closed to new replies.