Ghost Member Signup - Extra fields

I’ve been digging through the code, and I’m not quite sure how to achieve this:

I’d like to add an extra field into the signup. Using Lyra, I’d just be copying this input and swapping out the ID for something unique.

That part is easy enough, but how do I ensure that the data from that input makes it all the way to the payload of the members.added hook (or simply part of the member’s metadata)?

I’d like to use this to allow members to add another member who referred them to the site (and then hopefully figure out a way to apply a coupon through the Stripe API). :grin:

This isn’t possible at the moment, but in theory I think you might be able to achieve what you’re looking to do with something like FirstPromoter and a little clientside code using their API: https://firstpromoter.com

It’s definitely a use-case we’d like to officially support in future, but it’s still quite early days atm :)

3 Likes

Fair enough, looking forward to more progress on the feature! :+1: