Filter custom field groups from edit view?
-
I’ve been able to filter out certain field groups I’m using for custom signup templates by using the “if_continue” argument.
<?php if ( $this->group->name == 'my_group_name1' || $this->group->name == 'my_group_name2' ) : ?>
How can I hide or exclude these fields from the edit participants view? Or is that impossible?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Filter custom field groups from edit view?’ is closed to new replies.