Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Attributes in HTML Form #2201

Open
dandrzejewski opened this issue Dec 10, 2024 · 3 comments
Open

Allow Attributes in HTML Form #2201

dandrzejewski opened this issue Dec 10, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@dandrzejewski
Copy link

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.

@dandrzejewski dandrzejewski added the enhancement New feature or request label Dec 10, 2024
@srikary12
Copy link

I'm willing to work on this :)

@knadh
Copy link
Owner

knadh commented Dec 10, 2024

@dandrzejewski please refer to this: #105

@dandrzejewski
Copy link
Author

@dandrzejewski please refer to this: #105

Yeah.... I was kind of hoping for a no-code solution to this, but I understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants