So, I'm working on a site for a certification company. Certifications are good for 5 years and require "x" amount of continuing education credits in that period to be renewed.
I've got a working form for the current accredited users to enter continuing education credits and upload supporting documentation as they get them. It's working on "Save Draft" with the ability to submit only once and not until they view a summary and certify that all is correct on it.
I need this form to reset when their renewal date is updated. This date varies widely among the current accredited members but I'm saving it in an ACF user meta field ( [user_meta key=renew_by] ). It will also be updated automatically in their original formidable entry (application form) via zapier once their documentation and payment have been approved.
Questions:
Thank you!
"Do note, however, that the system only allows one draft per form per user." - but they CAN "save draft" multiple times for that same entry, correct? It's been working like that on my end as an admin but I have not logged in as an accredited user to test that functionality.
By "reset", I mean that I need them to only be able to actually submit the form once in their 5 year period, but that the form becomes available for them again on day one after they renew their accreditation.
Thank you very much for pointing me in the right direction with the CRON job/SQL idea. I'll look into that as I do still have time to get it up and working before the site goes live for renewals.
By the way, are you for hire if I find I need custom code written? I've been lurking in the forums and have found that I appreciate what I've seen from you.
Yes, they can save their draft as many times as they want because it's still only one draft for one user. I now understand what you mean by reset, but I'm not sure how you plan to disallow them from submitting the form more than once in 5 years. There are many ways to do it, though I think they'd all involve custom code. You might want to look at this post -> https://connect.formidableforms.com/question/category/code-snippets/how-to-limit-submissions-per-time-period-once-a-month/
Yes, I'm available for hire to write custom code. You can email me at rolevine _at_ gmail.
I'll play with these and save your email. Thank you!
Please login or Register to submit your answer