I created a user form with generic fields. And I would like to create a publication form with a conditional display according to the generic fields (checkbox in my case) encoded by the registered user.
Thanks a lot.
So this conditional group will be used to hide the other fields ?
All you need to do is add the conditional group element to your form and then set the field that you want the conditional to hide/show your data based on. See Screenshot
it is not a condition in a user form but in a publication form.
The condition should display something different depending on the user who is logged on.
Thanks
Olivier
I believe I understand now. So the conditional is dependent on that the value of the custom field is on that current user who is accessing the form.
This is possible but you will need to edit your form in the expert mode. However just confirm this and i'll draft up the required shortcode to help you out.
Unfortunately, it does not work.
When I try to directly display the user field outside of a condition it does not work either.
It looks like he can not find anything.
Could you send me a screenshot of what exactly you added to the form ?
I suspect that you may have just copied this directly to the form
[types usermeta="myfield"][/types]
If so then you need to replace "myfield" with the slug of the field you want to retrieve from the user. ALso please verify that the credentials work for you.