Forum
Can I add a member tag to a members account on form submission
I have a perch form. Once a member has submitted the form - I want it to automatically at a Member Tag to their account - is this possible?
I have a perch form. Once a member has submitted the form - I want it to automatically at a Member Tag to their account - is this possible?
Yes, use a
perch_layout()
in your success section of the form to set the member tag.https://docs.grabaperch.com/perch/pages-and-nav/layouts/
Clever solution!