You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
I would like the ability to add custom inputs to the HTML forms to capture additional information about users that will be stored as attributes.
Describe the solution you'd like
I would like the ability to add custom inputs to the HTML forms to capture additional information about users that will be stored as attributes.
For example, if I added:
<p><input type="text" name="topping" placeholder="Favorite Pizza Topping" /></p>
to an HTML form, I'd like it to store the attribute
topping
for that subscriber.For that matter, it might be nice to be able to include these attributes on the built-in form at
/subscription/form
.The text was updated successfully, but these errors were encountered: