-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I'm using WP 6.9.1 and Civi 6.8.0.
My use case: I have a FormBuilder form and a Civi Contribution page. I want anonymous users to complete and submit the FormBuilder form. The form is set up to create two contact records (it does), and adds those records to the group that I'm using to trigger this extension. This all works as expected.
The CMSUser extension is configured to create the user accounts and automatically log in the users.
The FormBuilder form is configured to redirect the user to a Civi contribution page where they can select and buy a membership. My expected behaviour is that when the user arrives at the contribution page they will have been automatically logged in by CMSUser and the contribution page will be pre-filled with the data from their contact record. This doesn't happen. The user just sees the empty contribution page.
I'll try again with the FormBuilder form set to only add the first user (i.e the person filling in the form) to the trigger group to see if that makes a difference. I'll update this ticket if I learn anything from that.