Adding extra fields to Signup form

Hi all,
Any chance of having a place where we can select or add some extra fields like ex. Phone number, Language (from user Doctype)…

I have followed this link (Custom SignUp Page) and maybe this option should be as default and user selects what fields to show!

https://github.com/frappe/frappe/pull/15355

You can use the signup_form_template hook to point to you HTML file with extra fields.
You HTML file should look like frappe/signup.html at 52b5265868e5b828c133ec8260e0e2b4253a5ed6 · pateljannat/frappe · GitHub

1 Like

Hi,
Thanks for the tip… unfortunately i am still on v12 :slight_smile:
But will be saved as reference when on V13.