Reply To: Get Only Current User Posts

#7687
EngrMTH
EngrMTH
Participant

I forgot to tell you that we will create other forms work exactly like this one(retrieve current user entries), the only difference is the custom post type and some other fields, how can we apply your changes on these forms?

For example, if there are a filter that contains a condition like the following:


if ( in_array( $current_form_id, array( 1, 6, 9 ) ) ) {
	//Get only current user entries
}

So we can change/add/remove form ids from it or if there is an option in the visual form editor it will be great.

Thank you in advance,
Mohammed

  • This reply was modified 8 years, 2 months ago by EngrMTH EngrMTH. Reason: Remove