• Resolved rcwdm

    (@rcwgsy)


    Is it possible to control the number of form submissions a particular user or user role can do?

    EG: Editor can publish 2 form submissions. Author can publish 1 form submission. etc

Viewing 1 replies (of 1 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback!

    Since you have complete control over the form render and its validation, you can either choose to display the form conditionally with a if() statement, like described in this topic you linked in your other thread.

    Or, you can deny submission by adding a custom validation logic using the acfe/form/validation hook. See documentation.

    Hope it helps!

    Have a nice day!

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Number of submissions by user’ is closed to new replies.