Creating multiple entries for each user

The goal is to have a calendar entry per month.

So each WordPress user needs to programmatically enter 12 entries in the gravity form for each month from January to December.

If it has already been created for that user or if the month exists it won’t trigger any more the function.

Any help is appreciated.

$entries = GFAPI::get_entries* ($form_id, $search_criteria);

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.