Replies: 0
Hi
I’m using both the Registration integration and the Contact Form 7 integration.
I’d like to include a hidden field the puts the user into a specific Group within my list.
I can do this in your regular forms by including a hidden field like this:
<input type="hidden" name="GROUPNAME[12345678]" value="My Group">
Can I do something similar for Registration integration and the Contact Form 7 integrations? Is there a hook that I would use to do this?
Thanks!