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

[FEATURE] Adding field on registration form #1114

Open
Zappie080011 opened this issue Oct 6, 2023 · 4 comments
Open

[FEATURE] Adding field on registration form #1114

Zappie080011 opened this issue Oct 6, 2023 · 4 comments
Labels
feature Add a new feature

Comments

@Zappie080011
Copy link

Is there any way I can add a "Department" field in the event registration form? Not only on the form but in the ticket design as an identifier for easy filter on excel..

@Zappie080011 Zappie080011 added the feature Add a new feature label Oct 6, 2023
@Zappie080011 Zappie080011 changed the title [FEATURE] [FEATURE] Adding field on registration form Oct 6, 2023
@rootjack404
Copy link

rootjack404 commented Oct 6, 2023

You could do that pretty easily, It's just a matter of adding form on the CheckOut, creating the rows on the database table, and adding it to models, and modifying a bit of ManageEvent form to show them on the table. After all that you just need to add it in the Ticket templates for showing it in the design.

@Zappie080011
Copy link
Author

You could do that pretty easily, It's just a matter of adding form on the CheckOut, creating the rows on the database table, and adding it to models, and modifying a bit of ManageEvent form to show them on the table. After all that you just need to add it in the Ticket templates for showing it in the design.

Hmmmm just like that? Then I just need to know what files or line of code should i be changing or improve.. thanks for the response

@rootjack404
Copy link

You could do that pretty easily, It's just a matter of adding form on the CheckOut, creating the rows on the database table, and adding it to models, and modifying a bit of ManageEvent form to show them on the table. After all that you just need to add it in the Ticket templates for showing it in the design.

Hmmmm just like that? Then I just need to know what files or line of code should i be changing or improve.. thanks for the response

It will probably too long, and might be different from what I did, just do trial n error, you will figure it out

@Zappie080011
Copy link
Author

You could do that pretty easily, It's just a matter of adding form on the CheckOut, creating the rows on the database table, and adding it to models, and modifying a bit of ManageEvent form to show them on the table. After all that you just need to add it in the Ticket templates for showing it in the design.

Hmmmm just like that? Then I just need to know what files or line of code should i be changing or improve.. thanks for the response

It will probably too long, and might be different from what I did, just do trial n error, you will figure it out

Yeah it will be a challenge for me.. I'll just have to find the specific files i have to edit and I am now enjoying the trial and error progress..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add a new feature
Projects
None yet
Development

No branches or pull requests

2 participants