I have two forms:
I would like buyers (Form B) to receive an email that includes information related to the Service they've purchased (Form A).
I created a view in Form A that is filtered by the Service ID that the buyer purchased. This info is passed to Form B and is included as a URL parameter. I added the View to the email sent by Form B, but it doesn't filter properly. It includes information for the wrong service.
Any suggestions would be greatly appreciated.
Please login or Register to submit your answer
The problems started after I added Stripe payment add-on. Prior to that, the view was pulling the correct Services.
And if you deactivate the add-on, it goes back to working? If so, I'll have to throw up my hands and suggest you send a reproducible case to FF support.